Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Taylor Singletary
Can you share examples of the exact statuses you are posting and the error response from the API you're getting in return? Also helpful to know the exact execution URLs you are using. Thanks. On Mon, Sep 6, 2010 at 2:56 PM, Ket k...@spiritquest.co.uk wrote: I've found a number of POSTed status

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Ket K Majmudar
Here is an example of an update that caused an error: http://twitter.com/twicalhub/status/23171041727 Returned info: [request] = /1/statuses/update.json [error] = Status is a duplicate. As you can see the API is reporting an error, yet it still published. I have not sent an update with this

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Taylor Singletary
Any way you can show the error from the API itself though? That's an error as filtered through a library.. I'd like to see the exact response, in case the code you're using might be misinterpreting an error or making an assumption about an error. Thanks, Taylor On Mon, Sep 6, 2010 at 3:18 PM,

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Abraham Williams
TwitterOAuth does nothing more then parse error messages so Status is a duplicate. will be the actual error message in the body of the response. Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ]

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Taylor Singletary
Thanks for the info, Abraham! :) On Mon, Sep 6, 2010 at 3:25 PM, Abraham Williams 4bra...@gmail.com wrote: TwitterOAuth does nothing more then parse error messages so Status is a duplicate. will be the actual error message in the body of the response. Abraham - Abraham Williams

Re: [twitter-dev] Bug Report - Status Update Error

2010-09-06 Thread Ket K Majmudar
Thanks Abraham, Do you need any further info from me Taylor ? Ket On 6 Sep 2010, at 23:35, Taylor Singletary wrote: Thanks for the info, Abraham! :) On Mon, Sep 6, 2010 at 3:25 PM, Abraham Williams 4bra...@gmail.com wrote: TwitterOAuth does nothing more then parse error messages so Status