When trying to upload an empty file (ex: error logs... in lucky cases), i'm getting error:
File "/var/www/venv/local/lib/python2.7/site-packages/slacker/__init__.py", line 427, in upload
files={'file': f})
File "/var/www/venv/local/lib/python2.7/site-packages/slacker/__init__.py", line 70, in post
return self._request(requests.post, api, **kwargs)
File "/var/www/venv/local/lib/python2.7/site-packages/slacker/__init__.py", line 62, in _request
raise Error(response.error)
Error: no_file
Just tried to put a symbol in file and error disappeared.
When trying to upload an empty file (ex: error logs... in lucky cases), i'm getting error:
Just tried to put a symbol in file and error disappeared.
Thank you.