-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image sending bug #102
Comments
Hi, the release in npm (0.0.15), still works to send image files? And how can I achieve this, I know that the object img is:
The file value can be a base 64 string made from an image? In my application I'm using like this:
But aways end in the catch with:
At the moment, the lib still works or I'm doing something wrong? Thanks! |
Created a pull-request adding the header.
Without the header the same problem happened: |
i got image working by adding "X-Client-Version": "0/0.0.0.0" but i coudnt enlarge or even download the image, |
Hello!
Link to SkPy issue
It's seems to me the best solution should be to add
"X-Client-Version": "0/0.0.0.0"
to headers insend-image.js
. It helps me in my project, I can make pull request with it. But maybe there is some other problems which i can't catch.The text was updated successfully, but these errors were encountered: