jfa-go icon indicating copy to clipboard operation
jfa-go copied to clipboard

Failed to authenticate with Jellyfin connection refused

Open Gujjugaming2k opened this issue 2 years ago • 1 comments

Getting below error after setup everything Failed to authenticate with Jellyfin connection refused

root@users:~/.config/jfa-go# jfa-go -port 80 jfa-go version: 0.4.0 (c6fc576)

Socket: /tmp/jfa-go.sock 2023/01/24 09:02:24 Using internal storage [INFO] 09:02:25 Using Jellyfin server type

main.go:436: Failed to authenticate with Jellyfin @ "https://jellyfin.vflixprime.appboxes.co" (0): Post "https://jellyfin.vflixprime.appboxes.co/Users/authenticatebyname": dial tcp 172.20.14.9:443: connect: connection refused 2023/01/24 09:02:25

A crash report has been saved to "/tmp/jfa-go-crash-2023-01-24T09:02:25.txt".

root@users:~/.config/jfa-go#

Gujjugaming2k avatar Jan 24 '23 09:01 Gujjugaming2k

The (0) error and connection refused means jfa-go couldn't connect to the server running Jellyfin at all, however the address given works for me. Could you try running curl https://jellyfin.vflixprime.appboxes.co on the computer jfa-go is running on to make sure you can connect to Jellyfin from there? if it works it will output a bunch of HTML, it'll give an error similar to the one jfa-go gave.

hrfee avatar Feb 01 '23 09:02 hrfee