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
I installed nvpy on Windows 10, after RespophNotes stopped being able to connect to SimpleNote. I started it, it downloaded a lot of my notes, and then it exited saying "Failed to execute script start-nvpy". Now it won't start - it gives the same error each time.
I got the source and debugged it.
Line 73 in utils.py is thrown an exception for the timestamps in several of my notes:
dt = datetime.datetime.fromtimestamp(timestamp)
One of the invalid values is "1375739839373.0".
The text was updated successfully, but these errors were encountered:
I installed nvpy on Windows 10, after RespophNotes stopped being able to connect to SimpleNote. I started it, it downloaded a lot of my notes, and then it exited saying "Failed to execute script start-nvpy". Now it won't start - it gives the same error each time.
I got the source and debugged it.
Line 73 in utils.py is thrown an exception for the timestamps in several of my notes:
dt = datetime.datetime.fromtimestamp(timestamp)
One of the invalid values is "1375739839373.0".
The text was updated successfully, but these errors were encountered: