Aanok / jftui

Jellyfin Terminal User Interface
The Unlicense
146 stars 7 forks source link

Login broken on 10.8.0 #27

Closed fullmetal1 closed 2 years ago

fullmetal1 commented 2 years ago

jftui version jftui 0.5.1, libmpv 1.109, libcurl 7.83.1 OpenSSL/1.1.1o, yajl 20100

Describe the bug Attempting to log into the server with jellyfin --login prompts the username and password as usual, but when correct credentials are entered, jftui prints FATAL: could not login: Error processing request..

To Reproduce install or upgrade jellyfin to 10.8.0 and attempt to log in.

Expected behavior Login should proceed without issue

SIGSEGV backtracke N/A

Aanok commented 2 years ago

A header in the login request became case-sensitive with 10.8.0, causing the error. Thanks for the report!