quora-api
quora-api copied to clipboard
/questions/What-are-the-best-intern-blog-posts-and-guides is not JSON serializable
I'm on it
Is it working now? Badly need this for a project.
I have started to work on it but my finals are soon. I will be busy till the 23rd April. If that cannot wait maybe someone can finish it? What timeline would work best for you?
On Mar 28, 2015, at 6:04 PM, Sunil D S [email protected] wrote:
Is it working now? Badly need this for a project.
— Reply to this email directly or view it on GitHub.
Another 4 days is what I am looking at. Although my deadlines are a couple more days after that. I can manage. Wish you luck with your finals.
To elaborate on the issue I am facing (not sure if this should be reported as another issue)
API that works on my local machine fails on http://quora-api.herokuapp.com/ and vice versa
These URLs might help you reproduce:
1.1) http://127.0.0.1:5000/questions/What-are-the-best-intern-blog-posts-and-guides - WORKS
1.2) http://quora-api.herokuapp.com/questions/What-are-the-best-intern-blog-posts-and-guides - FAILS
2.1) http://127.0.0.1:5000/users/Christopher-J-Su/activity/user_follows - FAILS
2.2) http://quora-api.herokuapp.com/users/Christopher-J-Su/activity/user_follows - WORKS
This is not an exhaustive list. These are just 2 instances that I came across.
If you urgently need the changes, make them yourself and submit them to the repository.
On Sat, Mar 28, 2015 at 6:12 PM, Sunil D S [email protected] wrote:
Another 4 days is what I am looking at. Although my deadlines are a couple more days after that. I can manage. Wish you luck with your finals. To elaborate on the issue I am facing (not sure if this should be reported as another issue) API that works on my local machine fails on http://quora-api.herokuapp.com/ and vice versa These URLs might help you reproduce: 1.1) http://127.0.0.1:5000/questions/What-are-the-best-intern-blog-posts-and-guides - WORKS
1.2) http://quora-api.herokuapp.com/questions/What-are-the-best-intern-blog-posts-and-guides - FAILS
2.1) http://127.0.0.1:5000/users/Christopher-J-Su/activity/user_follows
2.2) http://quora-api.herokuapp.com/users/Christopher-J-Su/activity/user_follows
This is not an exhaustive list. These are just 2 instances that I came across.
Reply to this email directly or view it on GitHub: https://github.com/csu/quora-api/issues/28#issuecomment-87336492