You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modify the v3's neko/server/dev/start
and then I upload the file
it raise the error
2024-11-27 05:03:53,203 DEBG 'neko' stdout output:
5:03AM WRN request failed (401): Unauthorized error="member does not exist" module=http req={"agent":"Go-http-client/1.1","id":"ac9b7bea8bf8/7YFYHftBfH-000207","method":"POST","proto":"HTTP/1.1","remote":"127.0.0.1:52532","scheme":"http","uri":"http://127.0.0.1:8080/api/login"} res={"bytes":38,"elapsed":0.053815,"status":401,"time":"Wed, 27 Nov 2024 05:03:53 UTC"}
2024-11-27 05:03:53,204 DEBG 'neko' stdout output:
5:03AM WRN request failed (403): error response from backend: Unauthorized module=http req={"agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","id":"ac9b7bea8bf8/7YFYHftBfH-000206","method":"POST","proto":"HTTP/1.1","remote":"74.48.86.124:38930","scheme":"http","uri":"http://74.48.86.124:3000/file?pwd=password2"} res={"bytes":67,"elapsed":0.502868,"status":403,"time":"Wed, 27 Nov 2024 05:03:53 UTC"}
how to solve it?
The text was updated successfully, but these errors were encountered:
Since you use a different authentication not the legacy you just need to add proper Authorization header instead of ?pwd. So it should not be a big change.
I modify the v3's neko/server/dev/start
and then I upload the file
it raise the error
2024-11-27 05:03:53,203 DEBG 'neko' stdout output:
5:03AM WRN request failed (401): Unauthorized error="member does not exist" module=http req={"agent":"Go-http-client/1.1","id":"ac9b7bea8bf8/7YFYHftBfH-000207","method":"POST","proto":"HTTP/1.1","remote":"127.0.0.1:52532","scheme":"http","uri":"http://127.0.0.1:8080/api/login"} res={"bytes":38,"elapsed":0.053815,"status":401,"time":"Wed, 27 Nov 2024 05:03:53 UTC"}
2024-11-27 05:03:53,204 DEBG 'neko' stdout output:
5:03AM WRN request failed (403): error response from backend: Unauthorized module=http req={"agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36","id":"ac9b7bea8bf8/7YFYHftBfH-000206","method":"POST","proto":"HTTP/1.1","remote":"74.48.86.124:38930","scheme":"http","uri":"http://74.48.86.124:3000/file?pwd=password2"} res={"bytes":67,"elapsed":0.502868,"status":403,"time":"Wed, 27 Nov 2024 05:03:53 UTC"}
how to solve it?
The text was updated successfully, but these errors were encountered: