hrfee / jfa-go

a bit-of-everything user managament app for Jellyfin

Home Page:https://jfa-go.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to authenticate with Jellyfin connection refused

Gujjugaming2k opened this issue · 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#

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.