I encountered an unknown problem when I updated to the latest version of op-geth #267
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionWhen I updated to the latest version of op-geth and restarted op-geth and op-node, I encountered the following problem INFO [03-01|08:09:55.056] HTTP server started endpoint=[::]:8551 auth=true prefix= cors=localhost vhosts=* I tried a lot of things like changing some parameters, rebooting constantly, changing the op-node, and I still keep getting this error, I'm sure it's the op-geth that's the problem and not the op-node, and the same datadisk works fine for me on another computer, but not on my current one! Protocol Descriptionop-geth version: v1.101308.2 Node LogsWARN [03-01|08:09:55.043] Engine API enabled protocol=eth Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
ethereum-optimism/op-geth#220 ethereum-optimism/optimism#8784 Two possibly related issues. If you are certain that neither of the aforementioned scenarios occurred (forced shutdown of op-geth or pruning was performed), |
Beta Was this translation helpful? Give feedback.
-
Hey @Leo-Li009, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
I tried removing the op's configuration parameter "
--l1.rpckind=debug_geth " and it's running successfully now!