Giter Site home page Giter Site logo

Image sending bug about skype-http HOT 3 OPEN

ocilo avatar ocilo commented on May 26, 2024
Image sending bug

from skype-http.

Comments (3)

jabolina avatar jabolina commented on May 26, 2024

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:

{
  file: string,
  name: string
}

The file value can be a base 64 string made from an image?

In my application I'm using like this:

api.sendImage({
    file: base64,
    name: Math.random().toString(36).substr(2, 15)
}, messageObj.sendTo)
    .then(r => console.log(`Send image from server to Skype ${JSON.stringify(r)}`))
    .catch(e => console.error(`Error while sending media to Skype ${JSON.stringify(e)}`));

But aways end in the catch with:

Error while sending media to Skype {"name":"send-image","data":{}}

At the moment, the lib still works or I'm doing something wrong? Thanks!

from skype-http.

jabolina avatar jabolina commented on May 26, 2024

Created a pull-request adding the header.
If someone want to send image either, the img object is:

{
  file: "/path/to/my/image.png",
  name: "image.png"
}

Without the header the same problem happened: {"name":"send-image","data":{}}
With the header, the image was sent.

from skype-http.

ajlucero avatar ajlucero commented on May 26, 2024

i got image working by adding "X-Client-Version": "0/0.0.0.0" but i coudnt enlarge or even download the image,

from skype-http.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.