vosmiic / jellyfin-ani-sync

Synchronize anime watch status between Jellyfin and anime tracking sites.
GNU General Public License v3.0
214 stars 15 forks source link

Unable to authorise MAL login #139

Closed thelouisrex closed 3 weeks ago

thelouisrex commented 3 weeks ago

Describe the bug When trying to set up Ani-Sync, the authorize user is not working. Going to the generated link askes me to login to MAL, but after that the login box flashes and asks me to log in again, the test authentication button returns an error.

Logs log_20240612.log

To Reproduce Steps to reproduce the behavior:

  1. Go to Ani-Sync Plugin
  2. Input Client login information for Provider MAL
  3. Click Authorize User, follow link
  4. Input Log in information

Expected behavior The user authorization to work.

Desktop (please complete the following information):

vosmiic commented 3 weeks ago

Check out #77 where they hit into the same problem as you. Most of the time this happens because the redirect URL is incorrect, so I would first check that.

thelouisrex commented 3 weeks ago

Thanks, sorted the issue