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
{{ message }}
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
Hello @miguelmota I am following up your awesome book.
My requirement is to read the event log of a Transfer(from, to, value) function. I am using SubscribeFilterLogs for continuous log streaming and updating my other dbs.
But I am little bit stuck head over to this obfuscating error msg:
The method eth_logs does not exist/is not available
I have posted the issuse on slack:golang#ethereum room
Am I missing something import here. I have just started the websocket with admin.startWS("0.0.0.0", 8546, "*","*") , I am sure, I can telnet to that port.
Hello @miguelmota I am following up your awesome book.
My requirement is to read the event log of a Transfer(from, to, value) function. I am using SubscribeFilterLogs for continuous log streaming and updating my other dbs.
But I am little bit stuck head over to this obfuscating error msg:
The method eth_logs does not exist/is not available
I have posted the issuse on slack:golang#ethereum room
I am quiet sure, error is pooping from this line:
ethereum-development-with-go-book/code/event_subscribe.go
Lines 21 to 26 in 0820058
But couldn't figure out why though. The closest google match relation I found is on this thread: ethereum/go-ethereum#310 (comment)
Am I missing something import here. I have just started the websocket with
admin.startWS("0.0.0.0", 8546, "*","*")
, I am sure, I can telnet to that port./cc @miguelmota
The text was updated successfully, but these errors were encountered: