Hi,
I did first go over the forum before posting this and did read the Flask tips. However I am also using Flask_socketIO module, all work fine locally. But here I keep getting: socket.error: [Errno 98] Address already in use: ('127.0.0.1', 5000) Even after I did not define any port or IP.
Did I miss anything?