Giter Club home page Giter Club logo

Comments (13)

774406683 avatar 774406683 commented on June 4, 2024

The chia module cannot be installed, and it is missing to start

from chia-monitor.

774406683 avatar 774406683 commented on June 4, 2024

An error occurred while installing git+git://github.com/Chia-Network/chia-blockchain.git@2335beff151eeb743be4b81f625e175bea71f607#egg=chia-blockchain! Will try again.

from chia-monitor.

774406683 avatar 774406683 commented on June 4, 2024

Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/chia-monitor/monitor/main.py", line 7, in
from chia.util.config import load_config
ModuleNotFoundError: No module named 'chia'

from chia-monitor.

philippnormann avatar philippnormann commented on June 4, 2024

This can usually be resolved by removing the pipenv using pipenv --rm and running pipenv install again.
Can you please retry running the update procedure using the latest version?

from chia-monitor.

774406683 avatar 774406683 commented on June 4, 2024

Uploading 截屏2021-07-09 10.56.36.png…

from chia-monitor.

774406683 avatar 774406683 commented on June 4, 2024

(chia-monitor-ccPwOptf) mixchain@mixchain:/chia-monitor$ pipenv run python -m monitor
2021-07-09T02:53:20.449 ERROR Unparseable Telegram URL tgram://{bot_token}/{chat_id}/
2021-07-09T02:53:20.449 ERROR Unparseable Telegram URL tgram://{bot_token}/{chat_id}/
2021-07-09T02:53:20.450 INFO 🔌 Creating RPC Collector...
2021-07-09T02:53:20.453 WARNING Failed to connect to full node RPC endpoint. Continuing without it. Cannot connect to host 0.0.0.0:8555 ssl:<ssl.SSLContext object at 0x7fbe765584c0> [Connect call failed ('0.0.0.0', 8555)]
2021-07-09T02:53:20.454 WARNING Failed to connect to wallet RPC endpoint. Continuing without it. Cannot connect to host 0.0.0.0:9256 ssl:<ssl.SSLContext object at 0x7fbe765585c0> [Connect call failed ('0.0.0.0', 9256)]
2021-07-09T02:53:20.455 WARNING Failed to connect to farmer RPC endpoint. Continuing without it. Cannot connect to host 0.0.0.0:8559 ssl:<ssl.SSLContext object at 0x7fbe76558740> [Connect call failed ('0.0.0.0', 8559)]
2021-07-09T02:53:20.455 WARNING Failed to create RPC collector. Continuing without it. Failed to connect to any RPC endpoints, Check if your Chia services are running
2021-07-09T02:53:20.455 INFO 🔌 Creating WebSocket Collector...
2021-07-09T02:53:20.461 ERROR Failed to create any collector.
2021-07-09T02:53:20.461 INFO 🛑 Shutting down!

How to solve this problem @philippnormann

from chia-monitor.

774406683 avatar 774406683 commented on June 4, 2024

mixchain@mixchain:/chia-monitor$ sudo pipenv run python -m monitor
can't find /root/.chia/mainnet/config/config.yaml
** please run chia init to migrate or create new config files **

This directory should be wrong, it should be /.chai/mainnet/config/config.yaml
How can I search for this directory when modifying the run?

from chia-monitor.

774406683 avatar 774406683 commented on June 4, 2024

mixchain@mixchain:/.chia/mainnet/config$ ls
config.yaml ssl
mixchain@mixchain:
/.chia/mainnet/config$ pwd
/home/mixchain/.chia/mainnet/config

This is my chia configuration file directory

from chia-monitor.

philippnormann avatar philippnormann commented on June 4, 2024

You are running the chia monitor as root and that's why it can't find your config. Try running it as a normal user.

from chia-monitor.

774406683 avatar 774406683 commented on June 4, 2024

Does this have to be run on the famer node?

from chia-monitor.

774406683 avatar 774406683 commented on June 4, 2024

(chia-monitor-ccPwOptf) mixchain@mixchain:/chia-monitor$ pipenv run python -m monitor
2021-07-09T02:53:20.449 ERROR Unparseable Telegram URL tgram://{bot_token}/{chat_id}/
2021-07-09T02:53:20.449 ERROR Unparseable Telegram URL tgram://{bot_token}/{chat_id}/
2021-07-09T02:53:20.450 INFO 🔌 Creating RPC Collector...
2021-07-09T02:53:20.453 WARNING Failed to connect to full node RPC endpoint. Continuing without it. Cannot connect to host 0.0.0.0:8555 ssl:<ssl.SSLContext object at 0x7fbe765584c0> [Connect call failed ('0.0.0.0', 8555)]
2021-07-09T02:53:20.454 WARNING Failed to connect to wallet RPC endpoint. Continuing without it. Cannot connect to host 0.0.0.0:9256 ssl:<ssl.SSLContext object at 0x7fbe765585c0> [Connect call failed ('0.0.0.0', 9256)]
2021-07-09T02:53:20.455 WARNING Failed to connect to farmer RPC endpoint. Continuing without it. Cannot connect to host 0.0.0.0:8559 ssl:<ssl.SSLContext object at 0x7fbe76558740> [Connect call failed ('0.0.0.0', 8559)]
2021-07-09T02:53:20.455 WARNING Failed to create RPC collector. Continuing without it. Failed to connect to any RPC endpoints, Check if your Chia services are running
2021-07-09T02:53:20.455 INFO 🔌 Creating WebSocket Collector...
2021-07-09T02:53:20.461 ERROR Failed to create any collector.
2021-07-09T02:53:20.461 INFO 🛑 Shutting down!

How to solve this error?

from chia-monitor.

philippnormann avatar philippnormann commented on June 4, 2024

Does this have to be run on the famer node?

Yes. The error indicates that you are not running the monitor on your farming machine.

from chia-monitor.

774406683 avatar 774406683 commented on June 4, 2024

thank you

from chia-monitor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.