This issue is for adding better error handling around the absence of CA certs, etc locally.
I.e. reading through the below you'll see it's not immediately obvious why simplenote.py failed.
Ideally simplenote.py should detect this as an issue and report it out as an error.
Original issue below
There's any support to python3?
sn.get_note_list(tags=[]) gets a TypeError: expected string or bytes-like object on python3
This issue is for adding better error handling around the absence of CA certs, etc locally.
I.e. reading through the below you'll see it's not immediately obvious why simplenote.py failed.
Ideally simplenote.py should detect this as an issue and report it out as an error.
Original issue below
There's any support to python3?
sn.get_note_list(tags=[])gets aTypeError: expected string or bytes-like objecton python3