export list as JSON crash

Bug #721603 reported by Edward Betts
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Open Library
Confirmed
Undecided
Anand Chitipothu
description: updated
Revision history for this message
Edward Betts (edwardbetts) wrote :
Changed in openlibrary:
assignee: nobody → Anand Chitipothu (anandology)
status: New → Confirmed
Revision history for this message
Anand Chitipothu (anandology) wrote : Re: [Bug 721603] [NEW] export list as JSON crash

I think it is failing because there are no seeds. Looks like the boundary condition is not take care.

Revision history for this message
Anand Chitipothu (anandology) wrote :

Fixed the first one.

I think the second one is failing because it is trying to make a GET request with too long url.

A GET requesy is made to couchdb with all the seeds joined with OR. Since there were 300 seeds, the URL was becoming too long and going beyond the URL length limit. I'll try to see if I can use POST instead of GET.

Revision history for this message
Edward Betts (edwardbetts) wrote :

Did POST work?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.