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
What is the bug?
Nodejs app fails to submit message using the public nemes.farcaster.xyz:2283 URL using HubRpcClient from @farcaster/hub-nodejs.
The error messages I'm getting:
for makeUserDataAdd: Error submitting message to hub: HubError: read ECONNRESET
for makeCastAdd: Error submitting message to hub: HubError: Call cancelled
How can it be reproduced? (optional)
This bug relates to the write data example in the hub-nodejs package. In my clone I am using the getInsecureHubRpcClient method to create the client using the public hub URL nemes.farcaster.xyz:2283.
Additional context (optional)
Add any other context about the problem here.
I've checked that the public key of the signer corresponds to the one recorded onchain by the KeyRegistry contract.
My feeling is that it's a problem with using the getInsecureHubRpcClient instead of getSSLHubRpcClient but I'm not sure if there is a username and password available to use with the public server.
It seems I'm only getting this error for submitting messages. e.g. I can run the chron-feed example without any problem.
The text was updated successfully, but these errors were encountered:
Okay so it's got nothing to do with how I was using the APIs? It was just that the nemes hub I was using was down or something?
But that doesnt make sense because as I said the chron feed which I was using the same hub URL for was pulling data fine 🤔🤔 I'll have another go and report back..
What is the bug?
Nodejs app fails to submit message using the public
nemes.farcaster.xyz:2283
URL usingHubRpcClient
from@farcaster/hub-nodejs
.The error messages I'm getting:
makeUserDataAdd
:Error submitting message to hub: HubError: read ECONNRESET
makeCastAdd
:Error submitting message to hub: HubError: Call cancelled
How can it be reproduced? (optional)
This bug relates to the write data example in the
hub-nodejs
package. In my clone I am using thegetInsecureHubRpcClient
method to create the client using the public hub URLnemes.farcaster.xyz:2283
.Additional context (optional)
Add any other context about the problem here.
KeyRegistry
contract.getInsecureHubRpcClient
instead ofgetSSLHubRpcClient
but I'm not sure if there is a username and password available to use with the public server.chron-feed
example without any problem.The text was updated successfully, but these errors were encountered: