This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
shh jsonrpc methods not accessible to parity_subscribe #9675
Labels
F2-bug 🐞
The client fails to follow expected behavior.
M6-rpcapi 📣
RPC API.
P5-sometimesoon 🌲
Issue is worth doing soon.
Milestone
Comments
jam10o-new
added
F2-bug 🐞
The client fails to follow expected behavior.
M6-rpcapi 📣
RPC API.
labels
Sep 30, 2018
It looks like it's not supported, did you try out with shh_subscribe? |
I see what you mean, that does appear to work... I'll make sure I know how this works before updating docs today (missing examples). issue still stands that parity_subscribe should have access to shh rpc methods, right? |
Not an issue; I just didn't expose the api's in my config 😅 |
@joshua-mir - I'm having the same issue but am running Parity with all WS APIs enabled:
Additionally, the APIs for websockets are enabled in my config:
Which APIs did you enable to get this to work? And did you end up using Two attempts tried -- one using
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
F2-bug 🐞
The client fails to follow expected behavior.
M6-rpcapi 📣
RPC API.
P5-sometimesoon 🌲
Issue is worth doing soon.
When trying to use parity_subscribe to subscribe to whisper/shh related methods, we receive a "Method not found" error.
The method gives the expected response when called manually.
This seems to have been an issue in the past in #6161
The text was updated successfully, but these errors were encountered: