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

backed_projects returning nil #44

Open
isab opened this issue Oct 6, 2017 · 2 comments
Open

backed_projects returning nil #44

isab opened this issue Oct 6, 2017 · 2 comments

Comments

@isab
Copy link

isab commented Oct 6, 2017

First, thanks for the api!

I've been playing around with it and I keep getting nil for backed_projects but when I do backed_projects_count I get the correct value, 115.

screen shot 2017-10-06 at 12 27 18 pm

Did some investigating by forking the repo and it seems like we are forbidden from using that endpoint.

Received:

{"error_messages":["You are not authorized to access this resource."],"http_code":401,"ksr_code":"unauthorized","disclaimer":"This endpoint is solely for the use of applications owned by Kickstarter. Any other use is a violation of Kickstarter's terms of use."}
@benrugg
Copy link
Collaborator

benrugg commented Oct 6, 2017

Hmm... no, I'm not sure what's causing that. I know that since the time we made a lot of that functionality, Kickstarter has changed their API responses quite a bit, so I'd guess that kickscraper just isn't processing that call right.

If you feel like looking into it and submitting a pull request, go for it!

@jdell64
Copy link

jdell64 commented Mar 2, 2018

I don't know that this is a code issue, this is what I got when I went to the url in client.user.urls (backed_projects) in a browser:

{"error_messages":["You are not authorized to access this resource."],"http_code":401,"ksr_code":"unauthorized","disclaimer":"This endpoint is solely for the use of applications owned by Kickstarter. Any other use is a violation of Kickstarter's terms of use."}

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

3 participants