zyrouge / node-genius-lyrics

Simple lyrics fetcher that uses Genius. Also has official API implementations.
https://genius-lyrics.js.org
MIT License
61 stars 12 forks source link

Error: Request failed with status code 403 #7

Closed AozoraDev closed 3 years ago

zyrouge commented 3 years ago

When did it occur? While using Scrapper Client (no key) or the API (with key)?

AozoraDev commented 3 years ago

With key and without key

AozoraDev commented 3 years ago

This happens when scraping lyrics.

zyrouge commented 3 years ago

Maybe you are making too many requests, try using proxy if so. Closing with this solution, feel free to open this if needed.

twlite commented 3 years ago

it should return 429 for too many requests no?

AozoraDev commented 3 years ago

it should return 429 for too many requests no?

Ah! Snowflake! Well... The problem is the hosting service that i use. It running with localhost that make it get CORS.

zyrouge commented 3 years ago

it should return 429 for too many requests no?

Ah! Snowflake! Well... The problem is the hosting service that i use. It running with localhost that make it get CORS.

Proxy can fix CORS if proxy supports CORS, either way.