You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like session expires. If I redeploy the app, it works again. How can we handle this?
Got story #389 on #PHID-TASK-qv6aa7ag3bulebb6gbyy: yun_man_ger edited the description of T57: asdasd.
Exception on /handle [POST]
Traceback (most recent call last):
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/app/.heroku/python/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "ph_slack/web.py", line 64, in handle
for s in ph_obj.subscribers
File "/app/ph_slack/phab.py", line 99, in subscribers
obj for obj in self.cc_objs if isinstance(obj, Project)
File "/app/ph_slack/phab.py", line 116, in cc_objs
self.sync()
File "/app/ph_slack/phab.py", line 27, in sync
datadict = self.query_data_by_phids(self.phabricator, self.phid)
File "/app/ph_slack/phab.py", line 131, in query_data_by_phids
r = phabricator.client.maniphest.query(phids=phids)
APIError: ERR-INVALID-SESSION: Session key is invalid.
The text was updated successfully, but these errors were encountered:
Looks like session expires. If I redeploy the app, it works again. How can we handle this?
The text was updated successfully, but these errors were encountered: