2024-09-18, 08:36 PM
After clearing my browser cache, I was asked to log in on my local server through the browser.
I couldn't remember my password, so went to password reset.
That generated the local file with the PIN, but after clicking Got It, no dialogue appeared to enter the PIN (I haven't installed any custom CSS).
I found a workaround on Reddit and used the following code
curl.exe -X POST -H "Content-Type: application/json" -d "{\"Pin\":\"PIN CODE\"}" http://localhost:8096
/Users/ForgotPassword/Pin
which returned
{"Success":true,"UsersReset":["Ben"]}
Weirdly, I can now log in to the above user on my Android TV app without entering a password.
HOWEVER, I still cannot log in through my local machine browser. I still get a Username/Password prompt, and just entering the username without a password doesn't work.
Any ideas? I guess it's not a disaster at the moment as I only watch videos through the Android TV app, but it's frustrating not to be able to access the server on the machine that's hosting it!
I couldn't remember my password, so went to password reset.
That generated the local file with the PIN, but after clicking Got It, no dialogue appeared to enter the PIN (I haven't installed any custom CSS).
I found a workaround on Reddit and used the following code
curl.exe -X POST -H "Content-Type: application/json" -d "{\"Pin\":\"PIN CODE\"}" http://localhost:8096
/Users/ForgotPassword/Pin
which returned
{"Success":true,"UsersReset":["Ben"]}
Weirdly, I can now log in to the above user on my Android TV app without entering a password.
HOWEVER, I still cannot log in through my local machine browser. I still get a Username/Password prompt, and just entering the username without a password doesn't work.
Any ideas? I guess it's not a disaster at the moment as I only watch videos through the Android TV app, but it's frustrating not to be able to access the server on the machine that's hosting it!