vosmiic / jellyfin-ani-sync

Synchronize anime watch status between Jellyfin and anime tracking sites.
GNU General Public License v3.0
250 stars 18 forks source link

Can't open select a provider #126

Closed AngelAsukii closed 3 months ago

AngelAsukii commented 4 months ago

Jellyfin Version : 10.9.1

When i click on the list its show this

image_2024-05-14_043440183

vosmiic commented 4 months ago

I can't seem to replicate this issue. Are you using a browser or a Jellyfin client? I have noticed that when using the Jellyfin media player some elements of the configuration page would not load.

AngelAsukii commented 4 months ago

I'm on a web browser, i have tested on Opera GX and Brave, and its the same issue on these 2 browser

vosmiic commented 4 months ago

Hmm odd. If you open the developer console and keep an eye on the network requests, you should see a GET {{YourServer}}/AniSync/parameters request which returns the provider options when reloading the config page. Is this request being made successfully?

AngelAsukii commented 4 months ago

I have this error in my console

image_2024-05-14_153710904

vosmiic commented 4 months ago

I am currently making some changes to the frontend, hopefully they should fix your issue

vosmiic commented 3 months ago

I can't replicate the issues you are seeing but hopefully the related PR should fix this as it comes with multiple frontend fixes. The fixes will be included in the next beta and full release. Feel free to re-open the issue if you continue to run into issues with the provider list.