dbeley / rymscraper

Python library to extract data from rateyourmusic.com.
MIT License
163 stars 25 forks source link

Infinite receiving of a RYM page in get_url method #48

Open DekkoBraze opened 5 months ago

DekkoBraze commented 5 months ago

When I try to get info from RYM, I encounter an infinite loop in get_url() method of RymBrowser class (Selenium get() method of a class WebDriver, to be precise). Somehow it can't handle with getting any RYM page.

I've tried to pass other websites (google.com) into get() method and it works just fine.

I also notice that other Sonemic service, glitchewave.com, has the same problem.

I couldn't figure out how to solve this. Maybe I'm just missing something, idk.