-
Notifications
You must be signed in to change notification settings - Fork 36
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
Partly resolved Issue 75 #82
Conversation
…finite a loop. The while loop will now exit after 2 tries - any more than that the error is not because of an expired url.
@NateMietk For the byFileAOP() changes, same comments as in byTileAOP(). Thanks! |
…replaced stop with cat in while loop messsage
@cklunch updated and push the original cleanUp function |
@NateMietk PR review now says there's a merge conflict on cleanUp.R, can you check it out? |
@cklunch That's right - sorry about that. |
@cklunch I believe this issue is now resolved. testUtilities comes up with no error and the files download without a problem. |
Looking good. Verified url regeneration is still happening, and updated doc files look fine. |
The main problem was download was hanging (#75), but that was not on the neonUtilities side of things. A cache refresh solved the problem on its own, but added while loop checks, similar to #69, and this should solve any potential for future infinite while loops if a url is broken or there are no data found.