Stop uploading when API upload fails #2

Open
opened 2025-07-14 08:46:53 +00:00 by likho · 0 comments
Owner

neouploader.py will continue to upload files even when auth has failed once.

Password: 
sending @feeds/__index__.xml to /microblog/feeds/__index__.xml
{
  "result": "error",
  "error_type": "invalid_auth",
  "message": "invalid credentials - please check your username and password (or your api key)"
}
sending @webring/index.html to /microblog/webring/index.html
^C{
  "result": "error",
  "error_type": "invalid_auth",
  "message": "invalid credentials - please check your username and password (or your api key)"
}
`neouploader.py` will continue to upload files even when auth has failed once. ``` Password: sending @feeds/__index__.xml to /microblog/feeds/__index__.xml { "result": "error", "error_type": "invalid_auth", "message": "invalid credentials - please check your username and password (or your api key)" } sending @webring/index.html to /microblog/webring/index.html ^C{ "result": "error", "error_type": "invalid_auth", "message": "invalid credentials - please check your username and password (or your api key)" } ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: likho/microblog.py#2
No description provided.