Wout Evers

Results 2 comments of Wout Evers

Same issue here. I can add that I get the following error message: ` Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed at WebFrameMain.send...

Instead of BaseHTTPServer, import HTTPServer from http.server and replace all the occurrences of BaseHTTPServer with that. Additionally, import SimpleHTTPRequestHandler from http.server and replace all occurrences of the old SimpleHTTPRequestHandler (from...