darmiel / raycast-extension-jellyfin

Find Movies & Shows from your Jellyfin instance
0 stars 0 forks source link

Need explanation of base URL setting #3

Open patricorgi opened 1 year ago

patricorgi commented 1 year ago

I pretty much run Jellyfin in LAN with default settings. So for me the URL to Jellyfin Web UI is just http://localhost:8096.

I have followed the provided instruction to get my user id and API key, but I have trouble setting up the base URL.

I have tried enter following URLs in the plugin settings but none of them work.

darmiel commented 1 year ago

It should be http://localhost:8096 - is there any error?

patricorgi commented 1 year ago

Thanks for the swift reply! This is what I see when running Search Movies and Shows.

Screenshot 2023-10-08 at 3 48 02 PM
darmiel commented 1 year ago

That's interesting! Can you check what happens when you call the domain http://localhost:8096/Users/bf... directly? You should get a HTTP 401, is this the case?

patricorgi commented 1 year ago

Yep. If I open the url http://localhost:8096/Users/<userID> directly in my browser, I got HTTP 401.

darmiel commented 1 year ago

is there any way to expand the error? If you know a bit of JavaScript/Raycast development, you could also try to run the addon in development mode which would show us the full stack trace.

patricorgi commented 1 year ago

Sorry I don't know JS, and I also don't know how to enable developer mode in Raycast.