-
Notifications
You must be signed in to change notification settings - Fork 58
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
unknown error (status 500): {resp:0x40007b6000} #41
Comments
This should work, does gotify/server log any error? |
I could find this error in the log: |
Please add your gotify configuration to this issue, this looks like the database doesn't accept a row with this character. If you're using mysql try the solution in this comment gotify/server#408 (comment) |
I've changed manually the database collation of the table messages from |
Gotify itself doesn't define any collation, so the default MySQL collation will be used. |
So I think that issue can be closed. Thank you! |
Hello,
i get this error
unknown error (status 500): {resp:0x40007b6000}
when i run any of the following commands:echo "✓" | gotify push
echo '✓' | gotify push
echo ✓ | gotify push
What is the right syntax to push a message which includes the symbol above?
The text was updated successfully, but these errors were encountered: