Dex Devlon

Results 14 comments of Dex Devlon

It's happening here too, my python venv files are not able to upload it just goes on a loop :< ``` Uploading Python/PyProjects/KeyLogger/venv/lib/python3.6/site-packages/objc/__pycache__/_compat.cpython-36.pyc Error uploading file: /root/Dropbox/Python/PyProjects/KeyLogger/venv/lib/python3.6/site-packages/objc/__pycache__/_compat.cpython-36.pyc Uploading Python/PyProjects/KeyLogger/venv/lib/python3.6/site-packages/pip-10.0.1-py3.6.egg/pip/_internal/commands/__pycache__/uninstall.cpython-36.pyc Error...

Also, This takes place between lines 203 to 207 in the upload function: ```python def upload_file(dbx, file_path, path): ''' code here... ''' f = open(file_path) file_size = os.path.getsize(file_path) CHUNK_SIZE =...

when I print out the error it comes out to be this: ```python expected request_binary as binary type, got ``` The fix was very easy, all it had to do...