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

How to debug HTTP Status 404 error? #124

Open
thinium opened this issue Feb 28, 2017 · 1 comment
Open

How to debug HTTP Status 404 error? #124

thinium opened this issue Feb 28, 2017 · 1 comment

Comments

@thinium
Copy link

thinium commented Feb 28, 2017

Hi, I was using the example PhotoPostExample using OAuth on iOS. The user is successfully authenticated but I am not able to upload the test image. Here is the error message:

Error posting to Tumblr, Error Domain=TMTumblrSDKErrorDomain Code=1 "Request failed." UserInfo={TMTumblrSDKHTTPStatusCodeErrorKey=404, NSLocalizedDescription=Request failed.}

How can I find out the cause of this error? Thanks!

@ykws
Copy link

ykws commented Jun 22, 2017

@ukelady Do you fill in your blog name at photo's first paramter?

- (void)postPhoto {
    // TODO: Fill in your blog name
    
    [[TMAPIClient sharedInstance] photo:@""

Even if that, I have other error. #113

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

No branches or pull requests

2 participants