tryffel / jellycli

Jellyfin terminal client
GNU General Public License v3.0
206 stars 8 forks source link

Error connecting to Navidrome server #39

Closed Bubbu0129 closed 1 year ago

Bubbu0129 commented 1 year ago

After install jellycli on windows, I encountered this error: FATAL connect to server: api init: invalid character '<' looking for beginning of value

Platform: Windows 11 x86-64 Server: Navidrome 0.47.5 config: player: server: subsonic url and username are filled but salt and token are empty. Should I fill them? If so, how?

tryffel commented 1 year ago

Could you se the logging level to debug? Does it print anything else? Are you sure the entered path is correct? It needs to be in format https://<domain>/path.

Bubbu0129 commented 1 year ago

Solved. I used https://<domain>/path/ so it wasn't working. Didn't spot this format discription in the documentation though. Maybe add some guidance?