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

Export is broken in Building List and Project #651

Closed
RDmitchell opened this issue Jan 9, 2016 · 11 comments
Closed

Export is broken in Building List and Project #651

RDmitchell opened this issue Jan 9, 2016 · 11 comments

Comments

@RDmitchell
Copy link

on seed production, V1.3
Program seems to hang when exporting selected records.
image

@RDmitchell RDmitchell added this to the Feburary 2016 Release milestone Jan 9, 2016
@RDmitchell RDmitchell changed the title Export doesn't seem to be working in Project Export is broken in Building List and Project Jan 17, 2016
@RDmitchell
Copy link
Author

The same thing happens when you try to export records from the Building List. In the case below, I imported, mapped and matched the standard data, then went to building list, selected all the records (with the checkbox in the upper left) and tried to export the records (Building Actions pull down).

The number of records reported to be exported is off by 100 (51,200 not 512) and then there is an error and the export doesn't work.

This is on seed production
image

However, when I just select a few records (the first three) the export works.

@RDmitchell RDmitchell modified the milestones: January 2016, Feburary 2016 Release Jan 17, 2016
@RDmitchell
Copy link
Author

@nicholasserra -- if you are starting to work on SEED on 1/18, can you start with this? I would like to get this fixed and onto seed production as soon as possible. Let me know if you can't reproduce it.

If I do the same thing on seedtest, I don't get the error, but the program never actually does the export -- it just gets stuck on the screen below

image

@nicholasserra
Copy link
Contributor

I can reproduce locally. Looks like some kind of file path issue.

@nicholasserra
Copy link
Contributor

So this is really just a timing issue, big files take longer to create on disk, so the download url is hit too soon. I'm going to add some retries and a status for when the file is being written. I'll have a fix in PR today for sure.

@nicholasserra
Copy link
Contributor

Still trying to figure out the issue with the number of buildings 51,200 not 512. That can be a separate fix.

@RDmitchell
Copy link
Author

Great, thanks for working on this.

@nllong
Copy link
Member

nllong commented Jan 19, 2016

@nicholasserra--oops didn't mean to close the issue. I wanted to say thanks for fixing this. I was hitting this error and was going to fix it until I saw that you already were on it.

@nicholasserra
Copy link
Contributor

@nllong 👍 😄

mmclark added a commit that referenced this issue Jan 20, 2016
@RDmitchell
Copy link
Author

seems to still be a problem -- am getting 400 (BAD Request). See PR #668

@nicholasserra
Copy link
Contributor

@RDmitchell so the export worked for me, just took a while. That 400 is normal, as it signals that it is working. It takes a while for that large file to be written to disk for some reason.

I think this issue should be closed out, and a new one opened in regards to the progress bar showing 100% when the file is not ready to go.

@RDmitchell
Copy link
Author

@nicholasserra -- ok, I will close this one and make a new one, and assign it to you ! thx

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

No branches or pull requests

3 participants