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

Fix error when uploading some packages from Andrews Forest LTER #148

Open
rogerdahl opened this issue Jun 24, 2024 · 0 comments
Open

Fix error when uploading some packages from Andrews Forest LTER #148

rogerdahl opened this issue Jun 24, 2024 · 0 comments
Assignees
Labels
bug Bug low priority Low priority medium priority Medium priority

Comments

@rogerdahl
Copy link
Collaborator

Some package uploads from Andrews Forest fail without a clear cause.

Add debug level logging on portal-d for the package entity download process:

  • In the download loop, add
    • Logging of bytes downloaded so far
    • Exceptions
    • HTTP connection status
    • Exit status
    • Any other potentially useful information, if available
  • Final status after completed download
  • Note that the downloads run in a separate thread, which may affect logging

Before starting work on this, contact Suzanne at Andrews Forest, and:

  • Determine how the download data is generated and served through HTTP
  • Let them know that be accessing their server for testing

Example URL that caused issue on package-d, but not in local VM:

Example download URLs from their Level-0 EML:

@rogerdahl rogerdahl added bug Bug medium priority Medium priority low priority Low priority EDI labels Jun 24, 2024
@rogerdahl rogerdahl self-assigned this Jun 24, 2024
@servilla servilla removed the EDI label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug low priority Low priority medium priority Medium priority
Projects
Status: ToDo
Development

No branches or pull requests

2 participants