Twython.callback_url does not exist #552
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#552
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This error popped up while working on a project that subclasses this.
There is a backup function to invoke
self.callback_urlon the Twython class, however that attribute is never assigned or defined.Looking at the history of the project, I think this was marked for deprecation in 2011 and removed in 2013, but this reference somehow remained.
0c40560428/twython/api.py (L359-L361)Wow! Talk about ancient history. How were you triggering this - just a standard OAuth flow?
I have a project that integrates oauthlib into the Pyramid framework. I based the client class for the tests on Twython.
I was updating it with typing support, and one of the linters picked this up. I think mypy. I traced it back to Twython, then audited your code and the repo's history -- and found the tickets where a bunch of this stuff was reorganized.