-
Notifications
You must be signed in to change notification settings - Fork 166
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
Getting 403 error on vps #220
Comments
I get the same error on an Azure Virtual Machine running Ubuntu 20.04. I also get the error when I write the scraping code myself, but with an added user agent header. Can't seem to find away around this one |
having this same isuse on Ubuntu 20.04 |
I was looking at the issues yesterday and saw that the same thing was reported in #190. There doesn't seem to be a solution unfortunately, so I switched to using some other API which actually let me retrieve lyrics instead of having to scrape a website, which was https://lyrics.ovh/ |
I am now getting the same error on oracle VPS, was working on same VPS for months until today. |
I am getting the same error now ... frustrating |
I'm getting the same error on oracle VPS ubuntu 22.04 |
Same here :( |
Hey! I am actually getting 403 error when I try to run .search_artist() . The token is correct, and the code works on .search_songs(), but not when I try to search artist. Is anyone having a similar problem or has already found the solution? |
This issue has gotten worse over the past year or so because Genius has tightened its captcha rules. As a result, many VPS users keep getting 403 errors more often. Currently, the only solution is to run |
Yes, indeed, it only works locally. Thank you. |
Apparently Genius blocks CI runners (cfr. johnwmillr/LyricsGenius#220) API requests.
I have the same error!!!
I used the liyricsgenius package. But I don't know how to integrate Genius authentication method into Code. If anyone knows, please help!!! |
Showing 403 error when trying to search for lyrics while test running on github workflow
Expected behavior
was expecting lyrics from the api
To Reproduce
the code is as follows:
The text was updated successfully, but these errors were encountered: