realies / chatgpt-telegram-bot

💬 Lightweight ChatGPT to Telegram Bot
https://hub.docker.com/r/realies/chatgpt-telegram-bot
30 stars 9 forks source link

Error: ChatGPT failed to refresh auth token. Error: 403 Forbidden #3

Open Licyldj opened 1 year ago

Licyldj commented 1 year ago
at ChatGPTAPI.refreshAccessToken (file:///app/node_modules/chatgpt/build/index.js:259:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async ChatGPTAPI.ensureAuth (file:///app/node_modules/chatgpt/build/index.js:225:12)
at async file:///app/server.js:7:3
realies commented 1 year ago

@Licyldj, a few days ago, OpenAI added Cloudflare on top of their service, which occasionally requires captchas to be filled in. This can't be automated currently and probably won't be feasible within a Docker container if not automated. It could potentially have a headful browser, but I'm not sure that could be containerised and made cross-platform easily.