-
Notifications
You must be signed in to change notification settings - Fork 85
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
Unclear error message: "The node version is inconsistent with Neuron(v 0.110.0), please use after confirmation" #2780
Comments
How about
|
How does a user verify compatibility? |
We're building a troubleshooting page for Neuron, and a link in the dialog could point to a compatibility table page as https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API#browser_compatibility Besides, the compatibility table for specific version could be delivered within the release notes Ref: |
@Keith-CY I suggest the following:
Improving the functionality one step further would be to include the table in Neuron so it can determine compatibility by itself and display this dialog only when an incompatibility exists. |
The copy is clear and cc @Danie0918 @Sven-TBD
Including the compatibility table in neuron has a drawback that the compatibility table may not be updated timely and confuses users. Say [email protected] has been released with [email protected], and a new release of [email protected] comes, [email protected] may work with [email protected] but it cannot be recognized by [email protected] with the embedded table. |
If the CKB node version is newer than Neuron, you can still display a warning message. In this way, no message is displayed unless there is a known problem or Neuron is older than the CKB node. |
I see, we will arrange this feature in next versions. |
@Keith-CY Here is a slightly different message that I would suggest for use in the meantime since a compatibility table is not yet ready.
|
This was a helpful post. I recently began to run ckb v0.111.0 on older laptop, next installed Neuron. I closed my Neuron v0.110.1 due to this message box because I assumed my full node was going to run simultaneously with internal Neuron version. See my post here: 2848 |
Mark this issue stale because no activity for 60 days |
A compatibility table has been added to this repo at https://github.com/nervosnetwork/neuron/blob/develop/compatible.json and rendered as a user-friendly table on neuron project page https://neuron.magickbase.com/download |
Mark this issue stale because no activity for 60 days |
Close this issue because it's inactive since marked stale |
Describe the bug (Please enter details, the more detail the better)
I use Neuron with a CKB node on a different server in my local network. The CKB node is of a different version, which causes Neuron to give the error message: "The node version is inconsistent with Neuron(v 0.110.0), please use after confirmation".
This message needs to be rewritten to be more clear and fix the spacing and missing punctuation.
Debug info (Please upload the debug info from
Help
-Export Debug Information
)neuron_debug_1689832605961.zip
Screenshots (If applicable, add screenshots to help explain your problem.)
The text was updated successfully, but these errors were encountered: