question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ots module not available in rpcdaemon

See original GitHub issue

Hello,

I have a running instance of erigon, and now I am trying to start otterscan.

I compiled the rpcdaemon from the provided repo ( https://github.com/wmitsuda/erigon )

but when running I get the following output:

EROR[06-09|09:19:37.299] Unavailable modules in HTTP API list unavailable=[ots] available="[eth erigon web3 net txpool]" INFO[06-09|09:19:37.300] HTTP endpoint opened url=localhost:8545 ws=false ws.compression=false grpc=true grpc.port=8547

I compiled rpcdaemon from the referenced repo at this commit:

git checkout 0929df8915936909278f4ce38a2e753630bb9dce

what I’m doing wrong?

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
0x090909commented, Jun 15, 2022

@wmitsuda thank you man, I’m going to try that and let you know asap

If you really want to feel adventurous, you can check and try it by yourself:

  • git checkout v2022.04.02-otterscan -> latest beta compatible tag
  • git checkout v2022.06.02-otterscan -> latest alpha compatible tag

compiling rpcdaemon from now on of these should work as long your erigon install is from one of these series, but can’t guarantee everything will work.

0reactions
wmitsudacommented, Jun 16, 2022

glad you made it!

for running rpcdaemon not on localhost, be sure to follow the instructions on: https://github.com/wmitsuda/otterscan/blob/develop/docs/install.md#run-otterscan-docker-image-from-docker-hub, more specifically the ERIGON_URL variable.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RPC Daemon Shuts Down and Closes Endpoint URL ... - GitHub
The only logical explanation is that the RPC daemon is designed to shutdown automatically until Erigon is fully synched.
Read more >
The connection was refused or the RPC daemon is not ...
Hi Guru's, While I'am trying to login into DataStage which is installed on Linux server, the following error is appearing.
Read more >
RPC Daemon not running(81016) - DSXchange
I ve installed client & server on windows 2000. RPC Daemon is not running(81016)[/b]It gives this when i try to select the project...
Read more >
Troubleshooting the network lock manager - IBM
Start the rpc. statd and rpc. lockd daemons on the client by following the instructions in Starting the NFS daemons.
Read more >
RPC API | Metasploit Documentation - Docs @ Rapid7
A permanent token acts as an API key that does not expire. Permanent tokens are stored in the database backend (api_keys table) when...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found