How to debug asyncio.exceptions.CancelledError?

2019-10-24 Thread Joshua Gardner
I'm using a library for Django Channels that I've somehow misconfigured and is causing asyncio.exceptions.CancelledError when trying to connect a websocket. Because of how the stack isn't particularly straightforward with asyncio I'm at a loss to debug this. Any tips to find out what's going on?

Re: Is It Bug?

2013-12-07 Thread Joshua Gardner
If I'm having to deal with incessant backslashes in a string I'll often use the r'\' (raw string literal) syntax. Simplifies things quite a bit. -- https://mail.python.org/mailman/listinfo/python-list

Using vObject

2008-09-22 Thread Joshua Gardner
I'm brand new to USENET so please bear with me. I'm writing a specialized to-do list app. I'm using Django but this is not a question about Django. It has to have recurring tasks set by the managers for the employees to then check off. I've got pretty much everything in the app worked out, except