Hi Gilbert115,
To get the error code 203 that means our server (plugout.net) returns a HTML error code (404, 403, 500,...) when your nas tries to download a file.
From plugout log the error code is 403, so forbidden request. That means the previous step (NAS login) failed and the NAS tries to download a file with the anonymous account what is forbidden.
This is confirmed when I looked at the sessions opened by the NAS (many attempts found). All your download requests were done with the account "anonymous".
As it is working with the other members I think the issue is how the NAS has an Internet access.
After logging, the firmware parses the logging request header to detect the session id and re-uses it when it tries to download a file. That would mean it fails at this step. This may happen if the header content is not as expected. For example if you use a proxy or a google proxy to compress data (in this last case you have an inconsistency IP issue)
To valid this do
- Code: Select all
cd /tmp
wget -U "test" -d "http://plugout.net"
and post the output