jpurcell / birdhouse

BirdHouse is a Titanium Developer plugin for authenticating and sending API calls to Twitter.
64 stars 17 forks source link

[DEBUG] The API XHR request has failed! Status=4 and var_dump of e is undefined #31

Open saqib-dareshani opened 12 years ago

saqib-dareshani commented 12 years ago

Guys,

I am using 1.8.0.1 of Titanium and also 1.8.1 and get this error (if I send a duplicate tweet or a tweet with incorrect URL, etc...):

[INFO] var_dump: type (object):error

[DEBUG] The API XHR request has failed! Status=4 and var_dump of e is undefined

In 1.8.1 I notice that it gives an error above if lets say the tweet is a duplicate or the tweet contains an invalid URL. But in 1.7.5 I did get back a meaningful error.

It does not happen with 1.7.5 (you get back a meaningful error in the DEBUG/INFO printouts).