honoki

Results 33 comments of honoki

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

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.

Could you check the status of all docker containers: `docker ps -a`?

Any error logs from the PHP server container? `docker logs 715821b1ee45`

Please make sure to follow the setup instructions closely.

Implemented in #[ffa4bc7](https://github.com/honoki/bbrf-client/commit/ffa4bc79497912b2319003dc456646d58fd87555)

@GiuBravo since we haven't heard back I'm closing this issue. It looks like your certificates were not correctly generated or placed in the right folder. If you're facing further issues,...

Regarding your last point, can you verify you have the last version of BBRF installed on all your servers: `bbrf -v` If necessary, update using `pip install --upgrade bbrf`

Do you get any timeout errors when talking to your server directly via curl? ``` curl "$(jq -r '.couchdb' ~/.bbrf/config.json)/_changes?feed=continuous;include_docs=true;since=now" -u bbrf:$(jq -r .password ~/.bbrf/config.json) ```

This is likely an issue with the BBRF server configuration. I will move this issue there. Did you deploy the server according to the documentation of [this repo](https://github.com/honoki/bbrf-server)? Do you...