slacker-cli
slacker-cli copied to clipboard
File upload silently fails
No file is uploaded using the -f parameter.
To reproduce:
echo 'file contents' > testfile.txt
echo 'did I get a file?' | slacker -u jxn -f testfile.txt
Result: Message "did I get a file?" is received, but no file is attached.
Tested w/ Slacker Cli -0.9.25 Python 2.7.6 on Ubuntu 14.04.5 LTS and Python 2.7.12 on Ubuntu 16.04.1 LTS
@jxn thanks for your feedback, I will try to reproduce the problem and search any solution
BTW pull requests are welcome ;)
I'm having the same issue. Tried everything, no file gets attatched.
sorry for the delay in the reply.
In the previous versions you can't send files to user, this feature is added in the version 0.3.0
If now work close the issue ;)
thanks for your feedback.