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
hi, whenever i try to run this progam i get this error
[mindcrime@PowerSlave home]$ twphotos -u wired
Retrieving photos from Twitter API...
Traceback (most recent call last):
File "/usr/bin/twphotos", line 9, in
load_entry_point('twitter-photos==0.2.0', 'console_scripts', 'twphotos')()
File "/usr/lib/python2.7/site-packages/twphotos/photos.py", line 274, in main
twphotos.get()
File "/usr/lib/python2.7/site-packages/twphotos/photos.py", line 77, in get
num=self.num)
File "/usr/lib/python2.7/site-packages/twphotos/photos.py", line 102, in load
if m['type'] == 'photo':
TypeError: 'Media' object has no attribute 'getitem'
should i be using python 3 or is regular python ok?
The text was updated successfully, but these errors were encountered:
hi, whenever i try to run this progam i get this error
[mindcrime@PowerSlave home]$ twphotos -u wired
Retrieving photos from Twitter API...
Traceback (most recent call last):
File "/usr/bin/twphotos", line 9, in
load_entry_point('twitter-photos==0.2.0', 'console_scripts', 'twphotos')()
File "/usr/lib/python2.7/site-packages/twphotos/photos.py", line 274, in main
twphotos.get()
File "/usr/lib/python2.7/site-packages/twphotos/photos.py", line 77, in get
num=self.num)
File "/usr/lib/python2.7/site-packages/twphotos/photos.py", line 102, in load
if m['type'] == 'photo':
TypeError: 'Media' object has no attribute 'getitem'
should i be using python 3 or is regular python ok?
The text was updated successfully, but these errors were encountered: