KakarlaMounika / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

status of python-twitter-1.1 #259

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 del...@iinet.com.au on 17 May 2014 at 1:43