please upgrade

Bug #1899404 reported by Mark Eichin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-flickrapi (Ubuntu)
New
Undecided
Unassigned

Bug Description

I'm running in to https://github.com/sybrenstuvel/flickrapi/issues/75 under fossa/20.04 (but groovy/20.10 is the exact same version, 2.1.2-5.1 based on 2.1.2 upstream) and it makes the package pretty much unusable (since it means initial setup fails with a traceback.)

>>> flickr = flickrapi.FlickrAPI(_api_key, _shared_not_actually_secret)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/flickrapi/core.py", line 201, in __init__
    self.flickr_oauth = auth.OAuthFlickrInterface(api_key, secret, self.token_cache)
  File "/usr/lib/python3/dist-packages/flickrapi/auth.py", line 159, in __init__
    if oauth_token.token:
  File "/usr/lib/python3/dist-packages/flickrapi/tokencache.py", line 175, in token
    curs.execute('''SELECT oauth_token, oauth_token_secret, access_level, fullname, username, user_nsid
sqlite3.OperationalError: no such table: oauth_tokens

Latest release on pypi https://pypi.org/project/flickrapi/ and github https://github.com/sybrenstuvel/flickrapi/ is 2.4.0.

Revision history for this message
Mark Eichin (eichin-gmail) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.