vrypan |--o--| pfp
vrypan |--o--|
@vrypan.eth
I once again ask: "Has anyone managed to use @neynar's Snapchain gRPC endpoint"? Bonus if you have done so without using `@farcaster/hub-nodejs`. Please reach out if you have managed to do so, I've been struggling for months.
4 replies
0 recast
4 reactions

rish pfp
rish
@rish
first time I'm hearing about this. What are you stuck on?
1 reply
0 recast
1 reaction

vrypan |--o--| pfp
vrypan |--o--|
@vrypan.eth
1. I don't know the right port. 2283? 3383? 443? 2. I try all the above, but I don't get any meaningful error message: 443 returns 500, 2283 and 3384 just time out. Once I know the above, I'll try to see if my interceptor works as expected, but rn, I'm totally in the dark.
2 replies
0 recast
0 reaction

Topocount pfp
Topocount
@topocount.eth
This looks like a potential issue on our end. We're investigating
1 reply
0 recast
0 reaction

Topocount pfp
Topocount
@topocount.eth
@vrypan.eth here's how to get it working: ``` grpcurl \ -H "x-api-key: **********" -proto protobufs/schemas/rpc.proto \ -import-path protobufs/schemas \ -d '{}' \ snapchain-grpc-api.neynar.com:443 HubService/GetInfo ``` yields the following response for me: ``` { "version": "0.3.0", "dbStats": { "numMessages": "684842358", "numFidEvents": "1106401", "approxSize": "349201999249" }, "peerId": "12D3KooWL8eGVu2s1tyoyt9LbMvuBjKMT9wnsRkcb4wdGTtYQ7Se" } ```
2 replies
0 recast
0 reaction