Closed eiaro closed 8 years ago
Hey, @eiaro, thanks for the report ! I'll look into it right away
Got it. requests
changed underneath our feet: https://github.com/kennethreitz/requests/issues/3477
I'll update our code and cut a new 0.5.1 release asap
@eiaro and @everyone, as a workaround, try to downgrade/pin requests to the 2.10 branch.
... like
pip install requests==2.10.0
Not that I've looked into this very thoroughly, but it seems to me like changing line 1147 in JFS.py from
'JSize': contentlen,
to
'JSize': str(contentlen),
should fix this issue.
@alexschrod yes, you're quite right. thanks!
jottacloudclient.txt
Jeg har dessverre ikke tid til å sette meg inn i hva som er galt. Håper jeg har gitt nok info til at noen klarer finne ut hva som er galt. :)