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

fluffy can't decode find_content returned enr empty #1657

Closed
KolbyML opened this issue Jul 28, 2023 · 3 comments
Closed

fluffy can't decode find_content returned enr empty #1657

KolbyML opened this issue Jul 28, 2023 · 3 comments
Labels
bug Something isn't working Fluffy portal-hive

Comments

@KolbyML
Copy link

KolbyML commented Jul 28, 2023

fluffy can't decode find_content returned enr empty. I found this well working on tests for portal-hive

image

The error Error: Unable to get response from FINDCONTENT request: Call(Custom(ErrorObject { code: ServerError(-32000), message: "portal_historyFindContent raised an exception", data: Some(RawValue("No content response")) }))

trin -> fluffy passes because fluffy is sending an empty enr [] correctly, hence it is a issue with decoding

@kdeme not sure if I should ping or leave this here so I will ping since fluffy is your thing

@kdeme
Copy link
Contributor

kdeme commented Jul 28, 2023

Indeed, seems the fluffy node hits a decoding error:

DBG 2023-07-28 09:22:49.135+00:00 Error receiving message response           topics="portal_wire" error="Invalid message encoding" srcId=af*642b60 srcAddress=some(172.17.0.5:9009) protocolId=500b

I will investigate.

@kdeme kdeme added Fluffy bug Something isn't working portal-hive labels Jul 28, 2023
@kdeme
Copy link
Contributor

kdeme commented Jul 28, 2023

With slightly improved error message:

DBG 2023-07-28 13:22:29.874+00:00 Error receiving message response           topics="portal_wire" error="Invalid message encoding: SSZ None: invalid empty for selector" srcId=35*8b5718 srcAddress=some(172.17.0.5:9009) protocolId=500b

@kdeme
Copy link
Contributor

kdeme commented Dec 4, 2023

Fixed in #1909

@kdeme kdeme closed this as completed Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fluffy portal-hive
Projects
None yet
Development

No branches or pull requests

2 participants