Jellyfin Forum
Error processing request. - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Error processing request. (/t-error-processing-request)



Error processing request. - 2MP - 2025-02-05

Im having this issue when i try authorise using the api endpoint AuthenticateByName i get this error
https://gist.github.com/2MPP/e1e3bb83af2d0f29f0e0ce22e7861574

This is the code im excuting and getting this error

Code:
    const authResponse = await axios.post('https://'+ process.env.jellyfinurl +'/Users/AuthenticateByName', {
      Username: process.env.username,
      Pw: process.env.password,
    });