You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Example:
When a request is made to bzz://somesite.eth/ and a swarm manifest is found at somesite.eth, but it does not contain a default entry, then we show the error "Manifest entry for ' ' not found"
I think that "Manifest entry for 'XYZ ' not found" / "Manifest entry for ' ' not found" is a very cryptic error message.
I'd like to see something like "The loaded manifest does not contain an entry for XYZ" / "The loaded manifest does not contain a default entry", together with a clickable link to the same manifest with the bzz-list scheme.
The text was updated successfully, but these errors were encountered:
I think that "Manifest entry for 'XYZ ' not found" / "Manifest entry for ' ' not found" is a very cryptic error message.
I have changed the aforementioned error to: fmt.Errorf("Not found: could not find resource '%s'", path). I think that mentioning manifests in general is cryptic and does not give extra information, since a not found can be either an entry not found but also network could not find since it doesn't exist - the two should be merged into one error message.
I'd like to see something like "The loaded manifest does not contain an entry for XYZ" / "The loaded manifest does not contain a default entry", together with a clickable link to the same manifest with the bzz-list scheme.
this is no longer relevant since we will already fall back to bzz list on http get of a manifest without a default entry.
so if manifest does not have default, and I request manifest, we do bzz-list. But what do we do if I request manifest/abc but the manifest does not contain an abc entry? do we also bzz-list?
Example:
When a request is made to bzz://somesite.eth/ and a swarm manifest is found at somesite.eth, but it does not contain a default entry, then we show the error "Manifest entry for ' ' not found"
I think that "Manifest entry for 'XYZ ' not found" / "Manifest entry for ' ' not found" is a very cryptic error message.
I'd like to see something like "The loaded manifest does not contain an entry for XYZ" / "The loaded manifest does not contain a default entry", together with a clickable link to the same manifest with the bzz-list scheme.
The text was updated successfully, but these errors were encountered: