-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cannot create a new feed manifest? #550
Comments
Help would be appreciated as I'm trying to create a new feed manifest reference for the OSM map dataset for inclusion in some upcoming version of swarm-desktop, not to mention tracking the new versions that I'm actively uploading/pushing as I type. |
swarm-cli invokes bee-js's
In bee-js,
And However the But maybe for some reasons the 404 isn't triggering as an instance of a BeeResponseError? That would explain the observed behavior, but don't ask me what changed or when that prevents the creation of a new feed manifest reference that doesn't have any existing updates to retrieve. Certainly if (Feel free to pass this analysis on to a bee-js issue if you determine that it is valid and actually an issue in bee-js rather than swarm-cli) |
Ok, please ignore this out-of-date person. The issue was in 2.14.0, but had already been fixed in the current 2.18.0. Updated and managed to get my new feed reference created! |
#345 would be a nice addition! |
I'm trying to use the following command to create a new feed manifest reference with a new topic ("OSM Map v2.2") in the mainnet swarm.
It shows the following after selecting the stamp and identity:
and the bee node has the following (sorry, only at --verbosity 3 as it's busy doing a massive upload)
I've used this same command with a different topic repeatedly in the past several years, and in fact, the original command still works but uses a topic ("OSM Map") that has gone non-reliable after many of the underlying soc chunks have gone non-retrievable and the stamp was subsequently left to expire. It worked even now. I suspect because the feed already exists in caches and therefore something was able to find the required
update
.The text was updated successfully, but these errors were encountered: