We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: latest master
Looks like there is some byte/str conversion issue while upgrading.
$ git pull origin master $ docker-compose build snuba-cleanup cron web symbolicator-cleanup ingest-consumer worker post-process-forwarder sentry-cleanup $ SENTRY_LOG_LEVEL=DEBUG SENTRY_PYTHON3=1 ./install.sh
Creating sentry_onpremise_snuba-consumer_1 ... done Creating sentry_onpremise_snuba-transactions-consumer_1 ... done Creating sentry_onpremise_snuba-replacer_1 ... done Creating sentry_onpremise_web_run ... Creating sentry_onpremise_web_run ... done !! Configuration error: error: argument for 's' must be a bytes object An error occurred, caught SIGERR on line 293 Cleaning up...
The text was updated successfully, but these errors were encountered:
Ooh, thanks for the report! Do you have an old config as a fresh install definitely works (CI tests this for each commit now).
If so can you share the config?
Sorry, something went wrong.
This is related to #692
I had an old config file which has strings instead of bytes. Updating the config file resolved the issue.
Closing then as this is a configuration issue.
No branches or pull requests
Version Information
Version: latest master
Description
Looks like there is some byte/str conversion issue while upgrading.
Steps to Reproduce
Logs
The text was updated successfully, but these errors were encountered: