download ok exec(open('./main.py').read(),globals()) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "<string>", line 8, in <module> OSError: [Errno 98] EADDRINUSE Connection successful ('192.168.1.153', '255.255.255.0', '192.168.1.254', '192.168.1.254') Got a connection from ('192.168.1.184', 62954) Content = b'GET / HTTP/1.1\r\nHost: 192.168.1.153\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\nAccept-Language: en-GB,en;q=0.5\r\nAccept-Encoding: gzip, deflate\r\nConnection: keep-alive\r\nUpgrade-Insecure-Requests: 1\r\n\r\n'
Can anyone help with this error – many thanks
– Mike