bbrf-server
bbrf-server copied to clipboard
BBRF server error
{
"username": "admin",
"password": "password",
"couchdb": "https://127.0.0.1/_utils/#database/bbrf/_all_docs/bbrf",
"slack_token": "",
"discord_webhook": "
bbrf new google
the resault
[ERROR] BBRF server error: method_not_allowed
Hi - it looks like your couchdb
configuration isn't right. It should probably read https://127.0.0.1/bbrf
Refer to the documentation for more details about configuring the config.json file
@honoki : i changed as you said :
{
"username": "admin",
"password": "amine",
"couchdb": "https://127.0.0.1/bbrf",
"slack_token": "",
"discord_webhook": "
and return
bbrf new apple [ERROR] BBRF server error: illegal_docid
It's possible a document with that id already exists. You can add "debug":true
to your config and see if that shows any more error messages.
and did the bbrf-init.sh in /bbrf-server/couchdb/ correct
@honoki i added
{
"username": "admin",
"password": "amine",
"couchdb": "https://127.0.0.1/bbrf",
"slack_token": "",
"discord_webhook": "
show like :
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): 127.0.0.1:443 DEBUG:urllib3.connectionpool:https://127.0.0.1:443 "PUT /bbrf/apple HTTP/1.1" 400 73 [ERROR] BBRF server error: illegal_docid