Nether

Results 7 comments of Nether

**Hey, i encountered this error when trying the 4.0 release. Any fixes?** `/js_api/c584c2ff-7534-11ed-9e25-a26cf82fcc7f [pywebview] WebView2 initialization failed with exception: Unable to load DLL 'WebView2Loader.dll' or one of its dependencies: The...

This is caused by having asyncio installed or a module that conflicts with it. So simply remove asyncio by doing: `python3 -m pip uninstall asyncio` And it should work!

**I decided to use pywebview with GTK and works perfectly with the built nuitka executable.** 👍 And compiled with only --enable-plugin=tk-inter ``` import urllib.request import webview class Api: def __init__(self):...

When gtk (or any other web engine) is not found, it defaults to mshtml or edgechromium on Windows, as far as I know. When I use an older version of...

I will look into this.

A forbidden steam api issue; I will keep this open and investigate; I will provide you with a final resolution later.

I had the same issue and fixed it by running the **startHttp.command** rather than the MMVCServerSIO app