RCheese

Results 18 comments of RCheese

I think you also have to put one in the WOW6432NODE thingy key also (since you only supplied one screen shot of the reg key). I also tested the ui...

sorry i'm kind of new but how do you fix this code The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on...

Apparently, if you work with like 100+ tabs like me (400+) and then have the setting to restore tabs on start up on, then you will have to wait for...

I don't use chrome, I use Edge Chromium, I'm on the latest one (92.x.x). I've experience the "..." every startup since the first time it appeared on 90.

Did you guys changed the variable used in an object and forget to associate it on other uses?

In case anyone is still facing this issue: Go to `\monkey-dl\anime_downloader\scrapers\animepahe\animepahe_scraper.py` Paste the following code `if isinstance(api_data, list) and len(api_data) > 0: api_data = api_data[0]` after `api_data = self.__get_page_data(temp_url)["data"]` inside...

Hi charlesjacob, It applies to the raw python code in the master release (specifically the `monkey-dl / anime_downloader / scrapers / animepahe / animepahe_scraper.py`). I've made a commit to the...

No the issue has not yet been fixed, I tested the "fix" and had a new error and so I can only rely until Oshan96 creates a better solution.

Never knew accidentally putting spaces was a bad thing.

I took the liberty of just removing the specified versions (`==.*` - formatted in regex form) in `requirements.txt`. Currently it's working. The gui, I mean. After a test run on...