bbrf-client icon indicating copy to clipboard operation
bbrf-client copied to clipboard

[ERROR] Expecting value: line 1 column 1 (char 0)

Open iamrike opened this issue 1 year ago • 1 comments

Hello team, could anyone help me with this error? Or can you tell me why this happens?

Captura de tela 2024-01-27 142716

iamrike avatar Jan 27 '24 17:01 iamrike

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

honoki avatar Feb 20 '24 15:02 honoki

Closing due to no response; feel free to reopen if the issue persists.

honoki avatar Jul 07 '25 14:07 honoki