Hi
Indeed there is something wrong with your nas/settings. I checked our server log and I found your attempts on yesterday and today (just before changing your password).
And at each time I did not find the download request after sending the login request. I also notice the login response size is not right and bigger than the regular one (9k instead of 8k) that would mean the board claims the credentials are wrong.
This is confirmed by the error code, the value -99 means the plugout user session is not set (where as -98 means the credentials are not yet set)
So can you do
- Code: Select all
plugout check
echo $?
if the returned value is not equal than 0 then that means you have an error on the used credentials. So try again after updating them (
https://plugout.net/viewtopic.php?f=7&t=2952)