Giphy / GiphyAPI

Public facing API docs, notes and more
1.9k stars 282 forks source link

UserWarning: You are using the giphy public api key. #227

Closed Mastermind-sap closed 3 years ago

Mastermind-sap commented 3 years ago
Warning (from warnings module):
  File ,<location of library>, line 241
    warnings.warn('You are using the giphy public api key. This '
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.

I am running into such kind of errors and not getting the output sometimes. Please help me solve this problem.

shwetaatgiphy commented 3 years ago

Hi @Mastermind-sap You're seeing this error because your app might be using the sample API key we sometimes bundle with libraries/ code samples on public platforms. Please create your API key here & apply for production access to use our API without rate limits.

If you still run into the rate limiting, feel free to reopen this Github issue with more details.

Hope this helps.