You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
environment:
geeknote 3.1
ubuntu 20.04
python v3.8.10
venv
I get the following exception after running
gnsync --path /my/path --format plain --all --download-only
self.notebook_name is encoded into utf-8 byte streams before feeding into tools.strip, but tools.strip expects str instead of bytes.
After I add the following in tools.strip, gnsync seems to work now.
The text was updated successfully, but these errors were encountered: