-
Notifications
You must be signed in to change notification settings - Fork 3
Fall-through to secondary aggregator when primary aggregator returns an HTML page for a TimeMap #367
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
Labels
Comments
Related to #343 |
This is a SyntaxError that should be caught. |
This boils down to the |
machawk1
added a commit
that referenced
this issue
Oct 10, 2024
A catch for this is in the issue-316 branch but I need to evaluate if the aggregator fall-through logic is in-place
|
machawk1
added a commit
that referenced
this issue
Oct 14, 2024
machawk1
added a commit
that referenced
this issue
Oct 14, 2024
machawk1
added a commit
that referenced
this issue
Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ODU's MemGator instance is returning an HTML authentication page.
https://memgator.cs.odu.edu/timemap/json/https://www.cs.odu.edu/~mln/

Mink reports this as an "error fetching" despite the 200, so never resolves. This should be a case for a fall-through aggregator.
EDIT: I encountered this issue when testing for the HEAD of the issue-316 branch (MV3 migration).
The text was updated successfully, but these errors were encountered: