Giter Club home page Giter Club logo

Comments (40)

prayag17 avatar prayag17 commented on August 20, 2024 1

New error, noice some progress.

Anyways I known this issue for sometime now, I am working on a fix

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Can you send me a screenshot of the console when you open inspect but right-click on the app?

from blink.

MRog40 avatar MRog40 commented on August 20, 2024

image

Maybe 401 is my credentials to server??

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

No it won't save the wrong credentials and would show error on wrong credentials

from blink.

MRog40 avatar MRog40 commented on August 20, 2024

It does flash with some UI right when I launch the program, not sure if that's like a placeholder image to make it appear like an instant load though

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Yeah that's just the home page skeleton, I am not able to recreate this issue in my setup

from blink.

MRog40 avatar MRog40 commented on August 20, 2024

Uninstalled removing program data and started over, demo of first time setup and failure:

issue_demo.mp4

Every launch after this is the blank UI and the same console error. Showed also that web client works fine, also Jellyfin official client works fine.

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Hey, can temporarily remove Friends from your server and retry?

from blink.

MRog40 avatar MRog40 commented on August 20, 2024

That worked. So, some library indexing doesn't work compared to other Jellyfin clients

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Nah there is something wrong with my blurhash implementation [Friends doesn't have images so it breaks when it gets undefined], meanwhile, run this hotfix so that you can add back Friends tho beware that the title page might also break.

from blink.

dezhishen avatar dezhishen commented on August 20, 2024

same bug

the url : $server/Users/Me return 401

jellyfin's version: 10.8.10
client's version: v1.0.0-alpha01

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Can you share me your setup's screen recording just like he did

from blink.

dezhishen avatar dezhishen commented on August 20, 2024

Can you share me your setup's screen recording just like he did
image

from blink.

Xavantex avatar Xavantex commented on August 20, 2024

I also experience this bug on Windows 10.

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Don't use alpha 1, it was a lot buggy

from blink.

Xavantex avatar Xavantex commented on August 20, 2024

Don't use alpha 1, it was a lot buggy

Do recommend building it from master?

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Yeah thats the most up-to-date version

from blink.

TheFeelTrain avatar TheFeelTrain commented on August 20, 2024

That commit doesn't seemed to have fixed it, just created a different error instead.

Screenshot_20230916_094850

You can also remove Windows 11 from the issue title, I am on Arch Linux so the platform doesn't seem to matter.

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Can you check now @TheFeelTrain ?

from blink.

TheFeelTrain avatar TheFeelTrain commented on August 20, 2024

Looks like that was it. Seems to be good now 👍

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Nice, I am closing this issue now

from blink.

Xavantex avatar Xavantex commented on August 20, 2024

While issue is about windows 11, just wanted to notify that I downloaded the latest commit. Sadly it does not seem to work on windows 10 :(

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Can you send the error? You can get it by opening inspect element(Ctrl+shift+I) and opening console

from blink.

Xavantex avatar Xavantex commented on August 20, 2024

Maybe my NGINX is breaking it, I am also using a self-signed cert, so could be that (It is installed in cert store for both windows and all/any browsers I use.)
image

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Yeah that's the issue, tauri still doesn't allow unsafe https requests

from blink.

Xavantex avatar Xavantex commented on August 20, 2024

Completely understandable, even the big projects seem to struggle hard with it, so no worries. But not sure I would call it unsafe. As a personal CA I have more control over all certificates, and who gets access to systems with mtls.

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

By unsafe https I mean https sites using self signed ssl which is not recognised by browser as official.

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Hey, @Xavantex I potentially might have fixed the SSL cert error in the lastest commit. Can you please check?

from blink.

Xavantex avatar Xavantex commented on August 20, 2024

Same but different. Not sure why the address would show up now but... Still, don't worry about it mate. Take it whenever it comes on your radar.

image

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Well at least that's something I can fix. Also you should blue your server ip in those images.

@Xavantex can you run the app in dev mode and send me the error screenshot

from blink.

Xavantex avatar Xavantex commented on August 20, 2024

Ah, seems I missed a package from the latest commit. It seems to have fixed some things after retrying. :|
Sorry about that.
I am now greeted by the first page with my libraries, but I cannot go further and it returns to the darkness. :(
I still have failed to load resource errors, but also a few others.
I'll include the logfile. Too much to cover in an image. (also obscured the info as you suggested)
localhost-1695405382077.log

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Most of them are the same errors so it's fine. But for the life of it i can't figure out why it says NotSameOrigin , I tried different servers even used reverse proxy to see if that's the issue but it's not. Do you have some security setting turned on in jellyfin?

from blink.

RashikFarhan avatar RashikFarhan commented on August 20, 2024

It looks like a common issue now....tried to install in two different server but same result
Screenshot 2023-09-23 234907

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

Can you share a screenshot of the console when running the app with dev command

from blink.

RashikFarhan avatar RashikFarhan commented on August 20, 2024

I don't actually know whats dev command...Using win 10...attached this video if that could be of any help

2023-09-24.00-23-00.mp4

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

I have a feeling that live tv might be causing this issue. I have to check it out tho

@RashikFarhan the command is

pnpm run tauri dev

Run this command is root of the Repo.

Hey wait a min, the client you are using is alpha 1. This issue is fixed in the latest commit not the alpha 1. This but was fixed after alpha 1 was released.

from blink.

RashikFarhan avatar RashikFarhan commented on August 20, 2024

I'm really sorry....I should've checked previous discussions...Building up from commit is so much work...I'll wait for alpha 2...Thanks for helping...

from blink.

Xavantex avatar Xavantex commented on August 20, 2024

Most of them are the same errors so it's fine. But for the life of it i can't figure out why it says NotSameOrigin , I tried different servers even used reverse proxy to see if that's the issue but it's not. Do you have some security setting turned on in jellyfin?

Can't say I am, but can return after I have looked into it more.

from blink.

prayag17 avatar prayag17 commented on August 20, 2024

@RashikFarhan I have created a test release with current patches for Mac and Win so you can try it out. You need to go to release page of this repo to get it.

from blink.

RashikFarhan avatar RashikFarhan commented on August 20, 2024

thank you so so much...It works now...

from blink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.