-
Notifications
You must be signed in to change notification settings - Fork 342
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
Panic while trying to access a reference via bzz #4935
Labels
needs-triaging
new issues that need triaging
Comments
In my case it is supposed to be a feed:
|
Update: Feeds are resolvable through their manifest address - the panic happens when trying to resolve it via feed address, which is unsupported AFAIK, but the panic still should not happen. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bee 2.3.1
Reference: /bzz/71136b038a5c68c5c19a341cbd82a46966811a6ab5ef41eaa8164cd95d2ad12c
result:
Error Level: error
Logger: node
Message: http: panic serving 127.0.0.1:33180:
runtime error: slice bounds out of range [:160] with capacity 152
Goroutine: 358960352 (running)
Stack Trace:
net/http/server.go:1947 +0xbe
runtime/panic.go:785 +0x132
github.com/ethersphere/bee/v2/pkg/file/utils.go:39
The text was updated successfully, but these errors were encountered: