-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on create, no HTTP response #241
Comments
^ The microbin server is version |
Here is my chat log from how i figured out how to workaround this bug: https://picopublish.sequentialread.com/files/matrix_export_microbin_debug/ The jist is, deleting the previous database json file seemed to fix it:
and then restarting microbin. I don't want to post the database_backup.json publicly but I will say I did do some basic analysis on it using jq and it looks legit afaik:
|
@szabodanika if you would like I would be willing to share database_backup.json with you privately so you can reproduce the issue, just let me know 👍 thanks for making this nice software :) |
Just a thought, maybe the app should try to load the DB when it starts up, and if it can't, then it should fail to start and print a helpful error message. |
+1 for that issue, happened here after a few months as well. a restart appears to be a temp workaround. |
Describe the bug
When we try to POST a paste, we get no HTTP response from server :(
To Reproduce
Steps to reproduce the behavior:
try to post paste at https://paste.cyberia.club/
Expected behavior
HTTP error response and meaningful error log message printed
Screenshots
Add any other context about the problem here.
its panicking on this line: https://github.com/szabodanika/microbin/blob/master/src/endpoints/create.rs#L77
The text was updated successfully, but these errors were encountered: