mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[GH-ISSUE #60] Repeated uncaptured exception #42
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DasDunkel on GitHub (Nov 16, 2023).
Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/60
Error is repeated for several emails over and over again, in the UI no information is shown, however, the file stored seems to be half written
Error;
Let me know if you'd like the partial file sent over in private
@geek-at commented on GitHub (Nov 16, 2023):
very strange. this happened when you were sending an attachment? or is the error with the email itself?
@DasDunkel commented on GitHub (Nov 17, 2023):
They appear to be emails from Discord
@geek-at commented on GitHub (Nov 18, 2023):
I just pushed a new version with the env variable
SHOW_LOGSif set to true will show the logs in the GUI. Can you try to reproduce and show me the mail log?@DasDunkel commented on GitHub (Nov 20, 2023):
Hi, ever since that update the emails have stopped, I'm not sure if it's because of a change in the update or if they've stopped being sent, I'll try rolling back to a previous release later today to see if the emails start again
@geek-at commented on GitHub (Nov 20, 2023):
you should be able to see in the logs if no emails came or if they were dropped or crashed
@DasDunkel commented on GitHub (Nov 20, 2023):
That's the thing, the logs were empty except the startup stuff, even when I sent mail myself, and upon testing now I'm unable to send any mail to the server, the response being
500 Error: (TypeError) 'NoneType' object is not subscriptableEdit; reverting to 1.0.2 resolves the above 500 error, so it's almost certainly a change in the latest version
It also appears like the emails have stopped completely, though I'll run the older version for a few hours to make sure
@geek-at commented on GitHub (Nov 21, 2023):
try again with 1.1.4
500 should be gone now
@DasDunkel commented on GitHub (Nov 22, 2023):
No more emails have been received regarding this issue regardless of which version is used, so I believe they are not being sent anymore.
I'll close this issue for the time being and continue running tests to see if I can cause the errors again.