Chia-Network / drplotter

Apache License 2.0
62 stars 7 forks source link

Harvester unable to connect to local DrServer #47

Open sau7777 opened 4 months ago

sau7777 commented 4 months ago
2024-03-21T14:48:23.639 harvester drplotter               : INFO     Connecting to DrServer websocket: ws://192.168.1.72:8888/harvester...
2024-03-21T14:48:23.640 harvester drplotter               : ERROR    DRPLOTTER_CLIENT_TOKEN is not set in environment variables. Use 'export DRPLOTTER_CLIENT_TOKEN=your_unique_48_character_token_here'
2024-03-21T14:48:23.640 harvester drplotter               : INFO     Not connected to DrServer websocket. Will retry on next signage point.

DrServer is up and running on 192.168.1.72:8888 Access is tested via browser - got reply: {"version":"0.10.0"}

toto99303 commented 2 months ago

Your problem is obvious. Read the error message.

sau7777 commented 2 months ago

There was a bug in that version. The local DrServer doesn't require a token but it does. It was fixed in latest releases.