Basil

Results 6 comments of Basil

Can confirm this is an issue with the latest PyPi version of aiohttp and Python 3.8.2 on Windows.

The workaround is to use the selector event loop like this: ```python import sys import asyncio if sys.version_info[0] == 3 and sys.version_info[1] >= 8 and sys.platform.startswith('win'): asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) ``` The following...

I'm having this exact same issue. A quick Google search shows that some people have solved this problem - on Windows at least, by running Origin as an administrator and-or...

This suggestion https://github.com/goatcorp/suggestions/issues/648 is quite similar to what I proposed but is a lot more general. It also suggests showing items that can be rebought from the Calamity Salvager and...

If you start playing a YouTube video in Firefox, then pause the video and start MPV with `ao=pipewire` and `audio-exclusive=yes` then MPV will not play audio. MPV will repeatedly output...

I'm having issues where the game will crash during a loading screen on my 6700 XT.