Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix 500 error when fields missing from power_levels event #2552
+3
−3
Conversation
richvdh
assigned
erikjohnston
Oct 17, 2017
richvdh
merged commit b5dbbac
into
develop
Oct 17, 2017
7 of 8 checks passed
Sytest Dendron (Commit)
Build #2817 origin/rav/fix_500_on_dodgy_powerlevels failed in 4 min 31 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #3652 origin/rav/fix_500_on_dodgy_powerlevels succeeded in 3 min 55 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #3754 origin/rav/fix_500_on_dodgy_powerlevels succeeded in 2 min 46 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
richvdh
deleted the
rav/fix_500_on_dodgy_powerlevels
branch
Oct 17, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
richvdh commentedOct 17, 2017
If the users or events keys were missing from a power_levels event, then
we would throw 500s when trying to auth them.