Open babybunny opened 6 years ago
stackdriver error logging found it.
I saw a log entry where this was occurring due to SlackBot trying the URL.
Don't know why SlackBot is able to hit the URL though, there is login: required.
Here's my guess. Somewhere in slack a link to somewhere requiring login was posted. Slack tries to "expand" the link to give a preview so it attempted to load the url, but Mr (Ms?) SlackBot was denied. Until the return None is pushed live anybody who is not logged in will cause the exception I believe.
On Tue, Dec 5, 2017 at 11:02 PM, Luke Stone notifications@github.com wrote:
I saw a log entry where this was occurring due to SlackBot trying the URL.
Don't know why SlackBot is able to hit the URL though, there is login: required.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/babybunny/rebuildingtogethercaptain/issues/424#issuecomment-349553411, or mute the thread https://github.com/notifications/unsubscribe-auth/AIKkoLoJLRMGj--lOUyDfsEjWetB6KB2ks5s9jwIgaJpZM4QzgbE .
UserNotFoundError at init (/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/users.py:122) at init (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue423.405942748209123163/room/common.py:133) at from_request (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue423.405942748209123163/room/common.py:83) at get (/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue423.405942748209123163/main.py:23) at dispatch (/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py:570) at dispatch (/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py:572) at call (/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py:1102) at default_dispatcher (/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py:1278) at call (/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py:1529) at call (/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py:1535)