Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

status of python-twitter-1.1 #259

Open
GoogleCodeExporter opened this issue Aug 6, 2015 · 0 comments
Open

status of python-twitter-1.1 #259

GoogleCodeExporter opened this issue Aug 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Acquire python-twitter-1.1 tarball
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? 
python-twitter-1.1
On what operating system?
gentoo linux

Please provide any additional information below.

I am confused by the state of the tarball and the package generally in this 
release.  

1. There is no doc/twitter.html at all.
2. What does 'prune .DS_Store' do?  I can't even find a trace of a prune 
DS_Store in the source. Running the testsuite persistently yields

no previously-included directories found matching '.DS_Store'
which may relate to 

3. The testsuite fails with 

Traceback (most recent call last):
  File "/mnt/gen2/TmpDir/portage/dev-python/python-twitter-1.1/work/python-twitter-1.1/twitter_test.py", line 362, in setUp
    cache=None)
  File "/mnt/gen2/TmpDir/portage/dev-python/python-twitter-1.1/work/python-twitter-1.1/twitter.py", line 2350, in __init__
    self.SetCredentials(consumer_key, consumer_secret, access_token_key, access_token_secret)
  File "/mnt/gen2/TmpDir/portage/dev-python/python-twitter-1.1/work/python-twitter-1.1/twitter.py", line 2382, in SetCredentials
    self._config = self.GetHelpConfiguration()
  File "/mnt/gen2/TmpDir/portage/dev-python/python-twitter-1.1/work/python-twitter-1.1/twitter.py", line 2387, in GetHelpConfiguration
    data = self._ParseAndCheckTwitter(json.content)
  File "/mnt/gen2/TmpDir/portage/dev-python/python-twitter-1.1/work/python-twitter-1.1/twitter.py", line 4901, in _ParseAndCheckTwitter
    self._CheckForTwitterError(data)
  File "/mnt/gen2/TmpDir/portage/dev-python/python-twitter-1.1/work/python-twitter-1.1/twitter.py", line 4926, in _CheckForTwitterError
    raise TwitterError(data['errors'])
TwitterError: [{u'message': u'Invalid or expired token', u'code': 89}]

in every test of the ApiTest class.

Unicode issues in py2.7?  Generally these occur in code ported to py3 but this 
isn't even py3.


Original issue reported on code.google.com by [email protected] on 17 May 2014 at 1:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant