Closed joeddav closed 7 years ago
Hey @joeddav. This is a known issue that is being actively worked on, although it typically pops up with uploads larger than yours appears to be. The surest work around is to create a script that you can run inside of floyd to download and arrange your data, and then save it to /output
. Something like:
$ floyd run "python my_data_pulling_script.py"
Is that an option in your case?
It's possible, just very inconvenient as it requires using a remote host for my data. But that's fine - I'll look forward to that issue being fixed and use that workaround in the meantime.
Hey @joeddav, This should be fixed with version 0.9.8 (released today). Is it working for you?
When attempting to run
floyd data upload
the data compresses, uploads, and then hangs for a minute or so before outputting the invalid response error:Running on macOS Sierra: 10.12.5