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
I created an API key for an application in my Flickr account:
I configured the miner.yaml with the API key and Secret.
I created a directory to save the data output and created a query file with the following contents:
dog
cat
horse
I tried to run the Flickr miner using this command: python miner.py flickr query.txt output. The program asked me to obtain authentication from Flickr:
I authorized this action but I was redirected to the following page:
Nonetheless, I tried copying the URL into the application but it did not succeed:
Do you know what might be going wrong here?
The text was updated successfully, but these errors were encountered:
I ran the application with the same query file, but I couldn't reproduce the error so far.
I get the 'Page Not Found' message too (which is not nice though) but the URL works after pasting it.
@anitavero I replaced the flickr.py file and removed the oauth.pkl file. Now I get a new error:
delliott@elgin:~/src/mmfeat$ python miner.py flickr query.txt images
/home/delliott/src/mmfeat/mmfeat/miner/imagenet.py:20: UserWarning: Could not find NLTK WordNet.
warnings.warn('Could not find NLTK WordNet.')
Flickr needs user authentication
--------------------------------
Visit this site:
http://flickr.com/services/oauth/authorize?oauth_token=XXX-YYY&perms=write
Paste the FULL URL here:https://www.flickr.com/services/oauth/paste_this?oauth_token=ZZZ-AAA&oauth_verifier=BBB
Querying for dog
ERR: Flickr API error {u'stat': u'fail', u'code': 100, u'message': u'Invalid API Key (Key has invalid format)'}
I created an API key for an application in my Flickr account:
I configured the miner.yaml with the API key and Secret.
I created a directory to save the data
output
and created a query file with the following contents:I tried to run the Flickr miner using this command:
python miner.py flickr query.txt output
. The program asked me to obtain authentication from Flickr:I authorized this action but I was redirected to the following page:
Nonetheless, I tried copying the URL into the application but it did not succeed:
Do you know what might be going wrong here?
The text was updated successfully, but these errors were encountered: