Dapps

無法從瀏覽器 UI 連接到 Parity

  • August 24, 2017

我無法通過瀏覽器 UI 連接到 Parity。我已經多次嘗試使用通過在執行parity signer new-token奇偶校驗的節點上執行命令生成的不同令牌。但是瀏覽器中的響應總是一樣的:

Unable to make a connection to the Parity Secure API. To update your secure token or to generate a new one, run parity signer new-token and supply the token below

在節點控制台上,我看到以下消息,每次第一行都有不同的數字。第一個數字總是小於第二個:

Received old authentication request. (1486765366 vs 1486765433) Unauthorized connection to Signer API blocked.

奇偶校驗版本: Parity/v1.6.0-nightly-afa1edb-20170125/x86_64-linux-gnu/rustc1.14.0

任何幫助是極大的讚賞。

現在問題已解決。正如我在我的問題下的評論中提到的,根本原因是我的機器和https://time.is之間存在 1 分 7 秒的巨大時間差。由於內部問題,我的機器無法連接到我們的內部時間伺服器,因此落後了。時間同步後,我就可以通過 ui 界面進行連接。

這是幫助我解決此問題的文件:https ://github.com/ethcore/parity/wiki/UI-Remote-Access

我之前遇到過這個問題,我已經按照以下步驟解決了這個問題:

  • 停止奇偶校驗
  • key將文件重命名Parity/Ethereum/network__key.
  • 開始奇偶校驗

引用自:https://ethereum.stackexchange.com/questions/12074