edugc310
edugc310
dbg("Failed to initialize UPnP sockets:",e) TypeError: dbg() takes exactly 1 argument (2 given) Same error over here. It was working before. Now it is not. What happened?
I use this line instead: dbg("Failed to initialize UPnP sockets: {}".format(e)) I get this DEBUG:root:Failed to initialize UPnP sockets: dbg() takes exactly 1 argument (2 given) But all the others...
I remember the code was running normally and suddenly stopped working. Let me know if anyone figures it out.