Closed
Bug 746248
Opened 14 years ago
Closed 14 years ago
After disconnecting from Twitter, things break
Categories
(Pancake Graveyard :: Back-end, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M2
People
(Reporter: st3fan, Assigned: st3fan)
Details
After disconnecting from Twitter, things break. This is likely because session corruption because it has some Tweepy objects in it. I think it specifically happens when you start the twitter auth process and then opt out of it.
After this happens the social feeds stop working and the account menu stops showing the social section. Basically all calls to /social_api/* will fail with a 401.
| Assignee | ||
Comment 1•14 years ago
|
||
/home/pancake/pancake/pancake-social-env/lib/python2.7/site-packages/Beaker-1.6.1-py2.7.egg/beaker/session.py:601: BeakerWarning: Invalidating corrupt session 003c97ec482e4ac5a160b414bbceee38; error was: No module named tweepy.oauth. Set invalidate_corrupt=False to propagate this exception.
| Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•