uploadr.py icon indicating copy to clipboard operation
uploadr.py copied to clipboard

Error while getting new token

Open matriphe opened this issue 8 years ago • 1 comments

Run: python uploadr.py and got this error

Getting new token
Error getting frob:(<class 'urllib2.URLError'>, URLError(error(54, 'Connection reset by peer'),), <traceback object at 0x103b07cf8>)
Traceback (most recent call last):
  File "uploadr.py", line 490, in <module>
    flick.upload()
  File "uploadr.py", line 310, in upload
    self.authenticate()
  File "uploadr.py", line 154, in authenticate
    self.getAuthKey()
  File "uploadr.py", line 191, in getAuthKey
    api.frob : FLICKR[ api.frob ],
KeyError: 'frob'

I'm running Python 2.7.10 on Mac OSX Yosemite

matriphe avatar Nov 23 '15 04:11 matriphe