Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whisper and IPCProvider (1.0.0 beta 48) #2508

Closed
fireblockdev opened this issue Mar 15, 2019 · 2 comments · Fixed by #2522
Closed

Whisper and IPCProvider (1.0.0 beta 48) #2508

fireblockdev opened this issue Mar 15, 2019 · 2 comments · Fixed by #2522
Labels
Bug Addressing a bug

Comments

@fireblockdev
Copy link

Whisper worked great with the IPC Provider until 1.0.0 beta 37. Because of ganache bug, i can't upgrade until 1.0.0 beta 48. With this version, i have strange behavior.

Every shh function return oboe errors:
Uncaught Error: Unexpected token o in JSON at position 1
at Timeout._onTimeout (node_modules/oboe/dist/oboe-node.js:2325:17)

If i use the http or ws providers, it works great.

geth version 1.8.15
web3js: 1.0.0 beta 35 or beta 48

@nivida
Copy link
Contributor

nivida commented Mar 15, 2019

Thanks for creating this issue! I'll test and fix it asap.

@nivida nivida added the Bug Addressing a bug label Mar 15, 2019
@MaxFriedman17
Copy link

Hi, this happens to me as well.

I am using web3 1.0.0-beta.48 version and trying to connect using IPC provider to my local geth node. I just try to subscribe to new block headers and the same oboe error appears:

Error: Unexpected token o in JSON at position 1
at Timeout._onTimeout ()
at ontimeout (timers.js:482:11)
at tryOnTimeout (timers.js:317:5)
at Timer.listOnTimeout (timers.js:277:5)

Regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Addressing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants