Closed antonhagg closed 8 years ago
Have found the problem. In the stream it did not encode the url to include quotes so i included escapeUrl in there, and it works now.
Not sure if this was fixed in 0.5, and related to #115. Can't test the new version at the moment.
The current tests in test_JFS.test_urlencoded_filename
now check for +
signs, and they're passing: https://github.com/havardgulldahl/jottalib/blob/master/tests/test_JFS.py#L189
So I'm considering this fixed, but please reopen if you still have issues here.
There seems to be something causing the stream to only download the first chunk, when downloading files within a folder that has "+" within its name. The download is calling this function when downloading the file. Anyone that has an idea where to start with this? Edit: It's also the case with files with "+" sign in the file name.