Chia-Network / drplotter

Apache License 2.0
64 stars 7 forks source link

DrSolver Error with local DrServer IP #43

Closed rkroelin closed 5 months ago

rkroelin commented 6 months ago

Receveing the following error when attempting to start DrSolver with the environmental variable DRSERVER_IP_ADDRESS set.

Related to the parsing error you mentioned on discord? Ubuntu 22.04.4, running a freshly pulled down drplotter_0.10.0_amd64.deb.

DrServer IP set in environment variable DRSERVER_IP_ADDRESS: 100.x.x.x terminate called after throwing an instance of 'std::invalid_argument' what(): stoi Aborted (core dumped)

rkroelin commented 6 months ago

drsolver launches fine if you manually specify the default port in the environmental variable.

drnick23 commented 6 months ago

Thank you, I've update the README to include that you have to specify the port.

In the next release I'll make it so that the port can be optional.