Kazen Gallman
Kazen Gallman
Is there a way to handle this for connections that don't disconnect gracefully? Like a way to check without it crashing
I figured it out: If you are on Mac go to this directory: `/Users/[Username]/Library/Python/3.9/lib/python/site-packages/CanvasSync/settings/cryptography.py` On Line 48 you will see `pass_file.write(hashed_password)` Change that to `pass_file.write(str.encode(hashed_password))`
This exact issue was also shown in https://github.com/nanoporetech/katuali/issues/12 But in the case that it is not being a looked at anymore I added this.
Just wondering if any progress was made to figure out this error, as I am having the exact same issues and I am not really sure what can be done...