Open fpasqua75 opened 6 months ago
Same trouble on Debian Bookworm. Variety version: 0.8.10-1
being able to add your own Flickr key/secret would be very nice as a feature..
This is still broken unfortunately. On a fresh install from the PPA, on a fresh Ubuntu 24.04. When trying to add a Flickr source, or use the existing one, the error appears bottom right.
Invalid API Key (Key has expired)
Temporary workaround if anyone wants, but it isn't trivial, it'll get undone on each update. Hopefully this API key issue is resolved soon.
You need to know where your Variety installation's Python scripts are. And generate your own Flickr API key.
Create a script, notice the second line pointing at the variety folder.
import sys
sys.path.append('/usr/lib/python3/dist-packages/variety/')
import FlickrDownloader
from Util import Util
print(Util.unxor(FlickrDownloader.HASH, sys.argv[1]))
Run it, passing your own API key.
python3 gethash.py xxxxxxxxxxxxxxxxxxxxxxxxxx
Then modify the /usr/lib/python3/dist-packages/variety/FlickrDownloader.py
file and replace API_KEY with the output from above.
Restart Variety then try using the Flickr feature. I hope this is an acceptable workaround as a temporary measure.
This is still broken unfortunately. On a fresh install from the PPA, on a fresh Ubuntu 24.04. When trying to add a Flickr source, or use the existing one, the error appears bottom right.
Invalid API Key (Key has expired)
Thanks, I was about to post the same thing (but in a much less elegant expression)
Of course the permanent way to fix this is to uncheck Flick from the Preferences and then General tab.
Version of Variety 0.8.12
Describe the bug Flickr API key is expired
Context I find this error in the logs:
To Reproduce
Attach Variety's log file
Desktop environment and version Gnome 48
OS name and version
Thank you.