Mark Grandi
Mark Grandi
I am working on this now
you login via oauth, it gives you a link for you to paste in your browser, you click accept, and it gives you a token to paste back into `dbxcli`...
as far as i can tell, dropbox doesn't support getting a token for a certain period of time, so it should last until the token is revoked either through the...
sure, here it is. Its consistently the same channel every time, so i'm thinking there is some assumption about this field being 'non empty' that isn't always correct ```130 mark@kramidnarg:~/telegram_backup_debugging⟫...
oops, didn't mean to close
This might have been a telegram bug that they fixed on their side, I randomly tried again and it worked, i'll try again and see if it works consistently now
I have confirmed that it is this silly openVPN cert that somehow got installed, but here is how to check: (make sure `oscrypto` is installed) ``` import oscrypto.trust_list import pdb...
I don't know where this cert comes from, you can back it up before removing it if you are scared you might need it And you can remove it by...
this also happens if you just do `nose2 --no-plugins` (using version `0.9.2`) ```plaintext $ nose2 --no-plugins Traceback (most recent call last): File "c:\python38\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals,...
also possibly related to https://github.com/jimradford/superputty/issues/368