Public bug reported:

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.

** Affects: python-flickrapi (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1899404

Title:
  please upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-flickrapi/+bug/1899404/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to