Achi-Coin / achi-blockchain

Apache License 2.0
12 stars 12 forks source link

Cannot connect to host 127.0.0.1:9975 ssl:<ssl.SSLContext object at 0x7fb7362df540> [Connect call failed ('127.0.0.1', 9975)] #22

Closed dipol0 closed 1 year ago

dipol0 commented 1 year ago

OS: Ubuntu 22.04.1 (Python 3.10.6)

./achi start farmer

Log_LEVEL = INFO

2023-01-16T22:33:55.588 daemon __main__ : INFO Starting Daemon Server 2023-01-16T22:33:55.629 daemon __main__ : INFO Waiting Daemon WebSocketServer closure 2023-01-16T22:33:56.396 daemon __main__ : INFO Register service {'service': 'wallet_ui'} 2023-01-16T22:33:56.419 daemon __main__ : INFO registered for service wallet_ui 2023-01-16T22:33:56.457 daemon __main__ : INFO {'success': True} 2023-01-16T22:33:56.473 daemon __main__ : INFO Register service {'service': 'achi plots create'} 2023-01-16T22:33:56.492 daemon __main__ : INFO registered for service achi plots create 2023-01-16T22:33:56.507 daemon __main__ : INFO {'success': True, 'service': 'achi plots create', 'queue': []} 2023-01-16T22:33:57.212 harvester harvester : INFO Started harvester service on network_id: mainnet 2023-01-16T22:33:57.225 harvester harvester : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 9977} 2023-01-16T22:33:57.254 harvester harvester_server : INFO Cannot connect to host 127.0.0.1:9977 ssl:<ssl.SSLContext object at 0x7f248248d640> [Connect call failed ('127.0.0.1', 9977)] 2023-01-16T22:33:57.276 daemon __main__ : INFO Register service {'service': 'achi_harvester'} 2023-01-16T22:33:57.294 daemon __main__ : INFO registered for service achi_harvester 2023-01-16T22:33:57.309 daemon __main__ : INFO {'success': True} 2023-01-16T22:33:58.708 farmer farmer_server : INFO Started listening on port: 9977 2023-01-16T22:33:58.724 farmer farmer : INFO Started farmer service on network_id: mainnet 2023-01-16T22:33:58.739 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 9975} 2023-01-16T22:33:58.777 farmer farmer_server : INFO Cannot connect to host 127.0.0.1:9975 ssl:<ssl.SSLContext object at 0x7fb736322640> [Connect call failed ('127.0.0.1', 9975)] 2023-01-16T22:33:58.800 daemon __main__ : INFO Register service {'service': 'achi_farmer'} 2023-01-16T22:33:58.817 daemon __main__ : INFO registered for service achi_farmer 2023-01-16T22:33:58.833 daemon __main__ : INFO {'success': True} 2023-01-16T22:34:00.271 harvester harvester : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 9977} 2023-01-16T22:34:00.377 harvester harvester_server : INFO Connected with farmer {'host': '127.0.0.1', 'port': 9977} 2023-01-16T22:34:00.435 harvester achi.plotting.plot_tools: INFO Searching directories [] 2023-01-16T22:34:00.453 harvester achi.plotting.plot_tools: INFO Loaded a total of 0 plots of size 0.0 TiB, in 0.042272329330444336 seconds 2023-01-16T22:34:00.469 harvester achi.harvester.harvester: WARNING Not farming any plots on this harvester. Check your configuration. 2023-01-16T22:34:01.792 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 9975} 2023-01-16T22:34:01.837 farmer farmer_server : INFO Cannot connect to host 127.0.0.1:9975 ssl:<ssl.SSLContext object at 0x7fb7362dfe40> [Connect call failed ('127.0.0.1', 9975)] 2023-01-16T22:34:04.855 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 9975} 2023-01-16T22:34:04.898 farmer farmer_server : INFO Cannot connect to host 127.0.0.1:9975 ssl:<ssl.SSLContext object at 0x7fb7363228c0> [Connect call failed ('127.0.0.1', 9975)] 2023-01-16T22:34:07.916 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 9975} 2023-01-16T22:34:07.967 farmer farmer_server : INFO Cannot connect to host 127.0.0.1:9975 ssl:<ssl.SSLContext object at 0x7fb736322d40> [Connect call failed ('127.0.0.1', 9975)] 2023-01-16T22:34:10.986 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 9975} 2023-01-16T22:34:11.033 farmer farmer_server : INFO Cannot connect to host 127.0.0.1:9975 ssl:<ssl.SSLContext object at 0x7fb7362dff40> [Connect call failed ('127.0.0.1', 9975)] 2023-01-16T22:34:14.050 farmer farmer : INFO Reconnecting to peer {'host': '127.0.0.1', 'port': 9975} 2023-01-16T22:34:14.099 farmer farmer_server : INFO Cannot connect to host 127.0.0.1:9975 ssl:<ssl.SSLContext object at 0x7fb7362df540> [Connect call failed ('127.0.0.1', 9975)]

PS i manually install python 3.8 and set it as default but have same issue.

dipol0 commented 1 year ago

!!! sorry.

i have low disk space in /home partition and move .achi folder to network drive over samba - its not work (may be NFS worked but i dont want try in now...). I just move .achi from /home/usr to another LOCAL partition and bind it to /home/user - now working. All running and sysnc started. Tnx.