Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

File upload not working with unicode characters #31

Closed
abbeycode opened this issue Apr 11, 2015 · 2 comments
Closed

File upload not working with unicode characters #31

abbeycode opened this issue Apr 11, 2015 · 2 comments
Labels

Comments

@abbeycode
Copy link

Calling slack.files.upload('File 1.txt') will work, but slack.files.upload('File ∑.txt') gives the following error:

slacker.Error: no_file_data

I'm using Python 3

@os
Copy link
Owner

os commented Apr 11, 2015

Just tried with cURL and it worked. This could be an issue with requests https://github.com/kennethreitz/requests/issues/2411

@abbeycode
Copy link
Author

Thanks, it definitely looks like that's the case (though more accurately, Slack isn't properly handling an RFC standard that Requests implements). I'm taking it up with Slack.

@os os added the wontfix label Jul 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants