status-web icon indicating copy to clipboard operation
status-web copied to clipboard

Waku remote peer discovery times out

Open boscojacinto opened this issue 7 months ago • 0 comments

I am using the @status-im/js package on the npm registry (not sure its clone of the pacakages/status-js in the status-web monorepo)

I am using the createClient() method in the client.js file inorder to create a waku light node and connect to a waku peer. The fleet used shows up as only the status-prod: production bootstrap nodes as seen in https://fleets.status.im/

I am getting a timeout error, tho I dont believe the timeout set in the code (shows as 0) is long enough, roughly i get a timeout error in like 10 secs.

            bootstrap({
              list: peers[environment],
              timeout: 0,
              // note: Infinity prevents connection
              // tagTTL: Infinity,
            }),

This is the screen shot of the error, i printed the peers export from the package

Image

boscojacinto avatar Apr 04 '25 10:04 boscojacinto