So what is Bing_COOKIE?
garywu520 opened this issue · 5 comments
So, which item of BingChat Cookie can be filled in the BING_COOKIE parameter? There are many parameters in the cookie, please explain which one, thank you.
At present, during the startup process using Docker Compose, the error is reported as:
$ docker compose up -d
[+] Running 3/8
⠇ bing-tg Pulling 86.9s
⠿ f56be85fc22e Pull complete 2.9s
⠿ 51fa4270e0cc Pull complete 20.5s
⠿ a89e758f145e Pull complete 20.8s
⠸ d3f921cbf16e Downloading 84.3s
⠸ 4f4fb700ef54 Downloading 84.3s
⠸ ef3646d92c85 Download complete 84.3s
⠸ 64b3ff60d0c6 Download complete 84.3s
received unexpected HTTP status: 500 Internal Server Error
Hi! The required cookie is the _U
cookie; but you can copy and paste the entire result of document.cookie
into BING_COOKIE
as-is, and the extraction of _U
will be done automatically. If you want to, you can also set it to only that specific cookie, but it's not any different from just pasting the whole thing there.
These dependent download images failed to download
[+] Running 5/8
⠦ bing-tg 7 layers [⣿⣿⣿⠀⠀⣿⣿] 0B/0B Pulling 85.7s
✔ f56be85fc22e Already exists 0.0s
✔ 51fa4270e0cc Pull complete 11.0s
✔ a89e758f145e Pull complete 11.1s
⠇ d3f921cbf16e Downloading 82.8s
⠇ 4f4fb700ef54 Downloading 82.8s
✔ ef3646d92c85 Download complete 10.0s
✔ 64b3ff60d0c6 Download complete 13.5s
received unexpected HTTP status: 500 Internal Server Error
this two:
⠇ d3f921cbf16e Downloading 82.8s
⠇ 4f4fb700ef54 Downloading 82.8s
please fix it,thanks
Can you git pull
and try again?
I enter .build dirctory , run 'docker-compose up -d --build' is successed, thank you very much!
I've updated the README.md
and docker-compose.yml
, so this won't be necessary next time -- you can just get the docker-compose.yml
, make a .env
, and run docker compose up -d
.