Skip to content
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

postTweet: returning the wrong error for {code: 187, message: "Status is a duplicate."} #126

Open
ankurp-munchado opened this issue Dec 14, 2016 · 3 comments
Labels

Comments

@ankurp-munchado
Copy link

Code:
NSError *twitterError = [[FHSTwitterEngine sharedEngine] postTweet:tweetStr];

Error:
Error Domain=FHSErrorDomain Code=204 "The request did not return any content." UserInfo={NSLocalizedDescription=The request did not return any content.}

Looked into the data variable in - (id)sendRequest:(NSURLRequest *)request and found that actual error was {"errors":[{"code":187,"message":"Status is a duplicate."}]}

@dkhamsing dkhamsing added the bug label Dec 14, 2016
@dkhamsing
Copy link
Collaborator

will check it out, thanks

@ankurp-munchado
Copy link
Author

Thanks! Waiting for the solution.

@dkhamsing
Copy link
Collaborator

@ankurp-munchado we have another issue #128 where post tweet sends a different error
can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants