bbrf-client
bbrf-client copied to clipboard
[ERROR] Expecting value: line 1 column 1 (char 0)
Hello team, could anyone help me with this error? Or can you tell me why this happens?
To help troubleshoot, please post the output of the following commands:
# see if the server is responding as expected
curl $(jq -r '.couchdb' ~/.bbrf/config.json)/ -u bbrf:$(jq -r .password ~/.bbrf/config.json) | jq
# set debug to True
cat ~/.bbrf/config.json | jq '.debug = true' > ~/.bbrf/config.json
# and rerun the bbrf command that's causing trouble
bbrf new test01
Closing due to no response; feel free to reopen if the issue persists.