PyLyrics-Extractor icon indicating copy to clipboard operation
PyLyrics-Extractor copied to clipboard

raising LyricScraperException when running code.

Open confusedcacti opened this issue 3 years ago • 2 comments

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^^

confusedcacti avatar Jul 19 '22 16:07 confusedcacti

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'}}

kuykens avatar Oct 05 '22 06:10 kuykens

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

jfadams1963 avatar Sep 19 '23 02:09 jfadams1963