AminoJS / Amino.JS

A powerful JavaScript library for interacting with the Amino API :star2:
MIT License
27 stars 5 forks source link

API Response: 104 while calling sendImage #54

Closed moelrobi closed 5 years ago

moelrobi commented 5 years ago

When calling sendImage this is the Response from the API:

{ "api:statuscode": 104,
  "api:duration": "0.004s",
  "api:message":
   "Invalid Request. Please update to the latest version. If the problem continues, please contact us.",
  "api:timestamp": "2019-03-02T21:16:55Z" }

(changed the quotes from ' to ")

moelrobi commented 5 years ago

Was a local developing bug, not a libary bug. but we should add a warning if there is a 0-byte image trying to be sent.