You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
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.