2025-02-05, 06:00 PM
Im having this issue when i try authorise using the api endpoint AuthenticateByName i get this error
https://gist.github.com/2MPP/e1e3bb83af2...22e7861574
This is the code im excuting and getting this error
https://gist.github.com/2MPP/e1e3bb83af2...22e7861574
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,
});