Clair Allen Morris

Results 4 comments of Clair Allen Morris

I found installing Python 3.8.10 fixes the bug. [python.org link to installs](https://www.python.org/downloads/release/python-3810/)

> @Jacobboogiebear installing using the installer or by replacing the bundled exe? I'm using python 3.11 at the moment Using the installer is what I did.

> @Jacobboogiebear that doesn't make any sense, unless that python version installs some libaries also needed to run pyfa. Pyfa bundles needed python interpreter with the distribution file. > >...

I get the same issue when running code like this ``` let jsdom = require('jsdom'); let { JSDOM } = jsdom; JSDOM.fromURL("https://www.us-proxy.org/", { runScripts: 'dangerously' }).then(dom => { console.log(dom.serialize()); });...