Just came across this exception;
it happened after the mac woke up out of sleep mode..
!!! EXCEPTION !!!
<type 'exceptions.TypeError'>
int() argument must be a string or a number, not 'NoneType'
TypeError: int() argument must be a string or a number, not 'NoneType'
File "/Users/rabshakeh/workspace/cryptobox/cryptobox_app/build/cba_main/out00-PYZ.pyz/cba_sync", line 529, in get_tree_sequence
File "", line 279, in cryptobox_command
File "", line 344, in main
Traceback (most recent call last):
sync with server
Just came across this exception; it happened after the mac woke up out of sleep mode..