Skip to content Skip to sidebar Skip to footer

How To Fix Oserror: [errno 48] Address Already In Use

I am working this book using this code @classmethod def setUpClass(cls): for arg in sys.argv: if 'liveserver' in arg: cls.server_url = 'http://' + arg.s

Solution 1:

Use a different port :D. As per furas and Keith


Post a Comment for "How To Fix Oserror: [errno 48] Address Already In Use"