-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
"Failed - Network Error" when exporting Contacts #2695
Comments
@estellecomment would you say this is the same as #2694 ? As in, this is occurring because you have a very large data set on a feature that otherwise works? I think this should have the same priority as #2694: i.e. not hugely important unless a client is having trouble. |
It's JSON instead of XML, but otherwise yes. |
OK cool I dropped it out of the sprint. |
@estellecomment has this been resolved by #3107 or #3109? |
Nope, still happening. I'm leaving it open, I'm not sure the feature is being used, but it's definitely broken. Now I get this api error :
|
@estellecomment port 5985 is lucene. You probably aren't running lucene, and apparently it's required. |
o_O With lucene running, the bug is still happening, and error from api is
Database log says
(401??) |
@estellecomment I don't want to sound like a magician, but have you tried running it twice? |
I just did, also with one eye closed, still happening. Anything specific you're looking for? :) |
Just checking. I've found when I setup lucene locally it always fails the first time. |
Hi @vimemo, This ticket has not been touched in 90 days. Is it still relevant? (See triaging old issues for more detail) |
This is still an issue. It has to do with sorting by name. The json is downloaded correctly when removing the sorting/orderBy. |
@SCdF Is this related to your CSV export work? |
Good catch, yeah! This will be "fixed" by it being reimplemented in #3594 . I'm going to close this as a wontfix, since the Lucene export api will be deprecated in the work I'm doing. |
In Chrome.
I can export reports just fine.
No console errors, no API errors.
The file is called
download
, instead ofcontacts-<timestamp>.json
when it's working.I'm suspecting the
getHref(res)
, inajaxDownload
module, withres
= array[998], is too big to run. When I reduce it to array[5] it goes through.The text was updated successfully, but these errors were encountered: