paritytech / parity-extension

Parity Chrome Extension
GNU General Public License v3.0
37 stars 14 forks source link

parity_getDappsAddresses Method not found #121

Closed antonioshadji closed 6 years ago

antonioshadji commented 6 years ago

I'm seeing these errors in the background page for the extension. Errors like these are streaming in constantly.

I'm running parity 1.10.2 node on same machine.
chrome version: Version 66.0.3359.139 (Official Build) (64-bit) OS: ubuntu 16.04 extension version: 2.9

Ws._this2._onMessage @ index.js:26477
index.js:26477 parity_getDappsAddresses(["https://gitter.im"]): -32601: Method not found
 index.js:26477 parity_getDappsAddresses(["https://tpc.googlesyndication.com"]): -32601: Method not found
 index.js:26477 parity_getDappsAddresses(["https://gitter.im"]): -32601: Method not found
index.js:26477 parity_getDappsAddresses(["https://tpc.googlesyndication.com"]): -32601: Method not found
tomusdrw commented 6 years ago

It's expected, required for backward compatibility with old versions of Parity. We can probably remove it soon(ish) though.