-
Like mod chat logging, 3rd party extensions should have an optional detailed log. E.g. for image uploading or other 3rd party connections, including expanded output for error logging. Ideally this should be added for troubleshooting what went wrong with the 3rd party service as at the moment logging is limited to chat input with no option to save logs. For example, I'm using https://sxcu.net as an image uploader with a token. The expanded error information shows an additional error code and description. Detailed output when sending a POST request. {
"error": "Invalid upload token",
"code": 809
} Chatterino output on failing to send an image in chat. 12:18 Started upload...
12:18 Uploading image: C:/Users/xxxx/image.jpg
12:18 An error happened while uploading your image: 400 Suggested chat logging: 12:18 Started upload...
12:18 Uploading image: C:/Users/xxxx/image.jpg
12:18 An error happened while uploading your image: code: 809 | error: Invalid upload token |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Solved in Nightly after abb69f6 @fluteds Could you try this PR to see if it works as expected? #4096 Either build it from source or wait for CI to build and download one of the artifacts from the "Checks" page on the PR |
Beta Was this translation helpful? Give feedback.
Solved in Nightly after abb69f6
@fluteds Could you try this PR to see if it works as expected? #4096
Either build it from source or wait for CI to build and download one of the artifacts from the "Checks" page on the PR