Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: generator raised StopIteration #15

Open
ishandutta2007 opened this issue Aug 5, 2018 · 0 comments
Open

RuntimeError: generator raised StopIteration #15

ishandutta2007 opened this issue Aug 5, 2018 · 0 comments

Comments

@ishandutta2007
Copy link

import giphypop
g = giphypop.Giphy()

/Users/ishandutta2007/Documents/Projects/Google-Search-API_exmaple/env/lib/python3.7/site-packages/giphypop.py:241: UserWarning: You are using the giphy public api key. This should be used for testing only and may be deactivated in the future. See https://github.com/Giphy/GiphyAPI.
warnings.warn('You are using the giphy public api key. This '

results = [x for x in g.search('burj khalifa')]

Traceback (most recent call last):
File "/Users/ishandutta2007/Documents/Projects/Google-Search-API_exmaple/env/lib/python3.7/site-packages/giphypop.py", line 321, in search
raise StopIteration
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "", line 1, in
File "", line 1, in
RuntimeError: generator raised StopIteration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant