You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting ValueError: Expecting , delimiter: line 1 column 221 (char 220) error when calling the stats command on cgminer 4.8.0, 4.9.0 and bmminer 1.0.0
The problem occurs due to the output of the stats command, which indeed is missing a comma, and cannot get parsed with json.
Is there a way we can fix it but keep the code clean ???
The text was updated successfully, but these errors were encountered:
I am getting
ValueError: Expecting , delimiter: line 1 column 221 (char 220)
error when calling thestats
command on cgminer 4.8.0, 4.9.0 and bmminer 1.0.0The problem occurs due to the output of the
stats
command, which indeed is missing a comma, and cannot get parsed with json.Is there a way we can fix it but keep the code clean ???
The text was updated successfully, but these errors were encountered: