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

raising LyricScraperException when running code. #13

Open
confusedcacti opened this issue Jul 19, 2022 · 2 comments
Open

raising LyricScraperException when running code. #13

confusedcacti opened this issue Jul 19, 2022 · 2 comments

Comments

@confusedcacti
Copy link

the code that I ran:
from lyrics_extractor import SongLyrics

apiKey = 'AIzaSyD0wLKKCF8h8P9RcFKeuBvrsCttZjbs_wY'
engineID = 'ee477aa93a682'

extract_lyrics = SongLyrics(apiKey, engineID)
lyrics = extract_lyrics.get_lyrics('shape of you')
raises exception here^^

@kuykens
Copy link

kuykens commented Oct 5, 2022

I had a identical problem. The exception I got was:

LyricScraperException: {'error': {'code': 400, 'message': 'Request contains an invalid argument.', 'errors': [{'message': 'Request contains an invalid argument.', 'domain': 'global', 'reason': 'badRequest'}], 'status': 'INVALID_ARGUMENT'}}

@jfadams1963
Copy link

Has anyone solved this? I'm getting the same exception; Code 400, etc.

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

3 participants