chatgpt-mirai-qq-bot icon indicating copy to clipboard operation
chatgpt-mirai-qq-bot copied to clipboard

[BUG]not enough values to unpack (expected 2, got 1)

Open pp0915 opened this issue 1 year ago โ€ข 1 comments

ๆไบค issue ๅ‰๏ผŒ่ฏทๅ…ˆ็กฎ่ฎค๏ผš

  • [โœ”ใ€‘ ๆˆ‘ๅทฒ็œ‹่ฟ‡ FAQ๏ผŒๆญค้—ฎ้ข˜ไธๅœจๅˆ—่กจไธญ
  • [โœ” ] ๆˆ‘ๅทฒ็œ‹่ฟ‡ๅ…ถไป– issue๏ผŒไป–ไปฌไธ่ƒฝ่งฃๅ†ณๆˆ‘็š„้—ฎ้ข˜
  • [ โœ”] ๆˆ‘่ฎคไธบ่ฟ™ไธๆ˜ฏ Mirai ๆˆ–่€… OpenAI ็š„ BUG

่กจ็Žฐ
ๆ่ฟฐ BUG ็š„่กจ็Žฐๆƒ…ๅ†ต

่ฟ่กŒ็Žฏๅขƒ:

  • ๆ“ไฝœ็ณป็ปŸ๏ผšwindows11
  • Docker๏ผš ๏ผŸ
  • ้กน็›ฎ็‰ˆๆœฌ๏ผš2.5.3

ๅค็Žฐๆญฅ้ชค
ๆ่ฟฐไฝ ๆ˜ฏๅฆ‚ไฝ•่งฆๅ‘่ฟ™ไธช BUG ็š„ ๅˆ‡ๆขAIๆจกๅž‹ไธบbing็š„ๆ—ถๅ€™ๅฐฑไผšๆŠฅ้”™ image

ๆˆชๅ›พ
2023-08-10 23:52:51.606 | ERROR | universal:handle_message:295 - not enough values to unpack (expected 2, got 1) Traceback (most recent call last):

File "D:\cq\chatgpt\bot.py", line 54, in loop.run_until_complete(asyncio.gather(*bots)) โ”‚ โ”‚ โ”‚ โ”‚ โ”” [<Task pending name='Task-3' coro=<start_task() running at D:\cq\chatgpt\platforms\onebot_bot.py:356> wait_for=<_GatheringFut... โ”‚ โ”‚ โ”‚ โ”” <function gather at 0x00000174CB051940> โ”‚ โ”‚ โ”” <module 'asyncio' from 'D:\cq\python3.11\python311.zip\asyncio\init.pyc'> โ”‚ โ”” <function BaseEventLoop.run_until_complete at 0x00000174CB0627A0> โ”” <ProactorEventLoop running=True closed=False debug=False>

File "asyncio\base_events.py", line 640, in run_until_complete sock.setblocking(False)

File "asyncio\windows_events.py", line 321, in run_forever

File "asyncio\base_events.py", line 607, in run_forever sock.close()

File "asyncio\base_events.py", line 1922, in _run_once

File "asyncio\events.py", line 80, in _run self._loop = loop โ”‚ โ”” <member '_loop' of 'Handle' objects> โ”” <Handle Task.task_wakeup(<Future finished result=None>)>

File "D:\cq\chatgpt\platforms\onebot_bot.py", line 151, in _ await handle_message( โ”” <function handle_message at 0x00000174F48F0C20>

File "D:\cq\chatgpt\universal.py", line 269, in handle_message await action(session_id, message.strip(), conversation_context, respond) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F48F3E20> โ”‚ โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”‚ โ”” <method 'strip' of 'str' objects> โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI slack-claude' โ”‚ โ”” 'friend-172735117' โ”” <function handle_message..wrap_request..call at 0x00000174F493C400>

File "D:\cq\chatgpt\universal.py", line 53, in call await m.handle_request(session_id, message, respond, conversation_context, n) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..wrap_request..call at 0x00000174F493C2C0> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F48F3E20> โ”‚ โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI slack-claude' โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”” <function MiddlewareConcurrentLock.handle_request at 0x00000174F48F14E0> โ”” <middlewares.concurrentlock.MiddlewareConcurrentLock object at 0x00000174F48E3CD0>

File "D:\cq\chatgpt\middlewares\concurrentlock.py", line 43, in handle_request await action(session_id, prompt, conversation_context, respond) โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F48F3E20> โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI slack-claude' โ”‚ โ”” 'friend-172735117' โ”” <function handle_message..wrap_request..call at 0x00000174F493C2C0>

File "D:\cq\chatgpt\universal.py", line 53, in call await m.handle_request(session_id, message, respond, conversation_context, n) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..wrap_request..call at 0x00000174F493C220> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F48F3E20> โ”‚ โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI slack-claude' โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”” <function Middleware.handle_request at 0x00000174F48F0860> โ”” <middlewares.baiducloud.MiddlewareBaiduCloud object at 0x00000174F42F3450>

File "D:\cq\chatgpt\middlewares\middleware.py", line 9, in handle_request await action(session_id, prompt, conversation_context, respond) โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F48F3E20> โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI slack-claude' โ”‚ โ”” 'friend-172735117' โ”” <function handle_message..wrap_request..call at 0x00000174F493C220>

File "D:\cq\chatgpt\universal.py", line 53, in call await m.handle_request(session_id, message, respond, conversation_context, n) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..wrap_request..call at 0x00000174F48F3740> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F48F3E20> โ”‚ โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI slack-claude' โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”” <function MiddlewareRatelimit.handle_request at 0x00000174F445B1A0> โ”” <middlewares.ratelimit.MiddlewareRatelimit object at 0x00000174F48E3E90>

File "D:\cq\chatgpt\middlewares\ratelimit.py", line 23, in handle_request await action(session_id, prompt, conversation_context, respond) โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F48F3E20> โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI slack-claude' โ”‚ โ”” 'friend-172735117' โ”” <function handle_message..wrap_request..call at 0x00000174F48F3740>

File "D:\cq\chatgpt\universal.py", line 53, in call await m.handle_request(session_id, message, respond, conversation_context, n) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..request at 0x00000174F48F3EC0> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F48F3E20> โ”‚ โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI slack-claude' โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”” <function MiddlewareTimeout.handle_request at 0x00000174F48F1620> โ”” <middlewares.timeout.MiddlewareTimeout object at 0x00000174F3879790>

File "D:\cq\chatgpt\middlewares\timeout.py", line 27, in handle_request await asyncio.wait_for(coro_task, config.response.max_timeout) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” 600.0 โ”‚ โ”‚ โ”‚ โ”‚ โ”” Response(mode='mixed', buffer_delay=15.0, default_ai='chatgpt-web', error_format='ๅ‡บ็Žฐๆ•…้šœ๏ผๅฆ‚ๆžœ่ฟ™ไธช้—ฎ้ข˜ๆŒ็ปญๅ‡บ็Žฐ๏ผŒ่ฏทๅ’Œๆˆ‘่ฏดโ€œ้‡็ฝฎไผš่ฏโ€ ๆฅๅผ€ๅฏไธ€ๆฎตๆ–ฐ็š„ไผš่ฏ๏ผŒๆˆ–่€…ๅ‘้€ โ€œ... โ”‚ โ”‚ โ”‚ โ”” Config(onebot=Onebot(manager_qq=172735117, reverse_ws_host='0.0.0.0', reverse_ws_port=8566), mirai=None, telegram=None, disco... โ”‚ โ”‚ โ”” <Task finished name='Task-27' coro=<handle_message..request() done, defined at D:\cq\chatgpt\universal.py:107> except... โ”‚ โ”” <function wait_for at 0x00000174CB0513A0> โ”” <module 'asyncio' from 'D:\cq\python3.11\python311.zip\asyncio\init.pyc'>

File "asyncio\tasks.py", line 479, in wait_for for f in todo:

File "D:\cq\chatgpt\universal.py", line 120, in request await conversation_handler.create( โ”‚ โ”” <function ConversationHandler.create at 0x00000174F48F0680> โ”” <conversation.ConversationHandler object at 0x00000174F42F2B90>

File "D:\cq\chatgpt\conversation.py", line 294, in create conversation = ConversationContext(_type, self.session_id) โ”‚ โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”‚ โ”” <conversation.ConversationHandler object at 0x00000174F42F2B90> โ”‚ โ”” 'slack-claude' โ”” <class 'conversation.ConversationContext'>

File "D:\cq\chatgpt\conversation.py", line 122, in init self.drawing_adapter = BingAdapter(self.session_id, ConversationStyle.creative) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <ConversationStyle.creative: ['nlu_direct_response_filter', 'deepleo', 'disable_emoji_spoken_text', 'responsible_ai_policy_23... โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <enum 'ConversationStyle'> โ”‚ โ”‚ โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”‚ โ”‚ โ”” <conversation.ConversationContext object at 0x00000174F4927110> โ”‚ โ”‚ โ”” <class 'adapter.ms.bing.BingAdapter'> โ”‚ โ”” None โ”” <conversation.ConversationContext object at 0x00000174F4927110>

File "D:\cq\chatgpt\adapter\ms\bing.py", line 44, in init name, value = line.split("=", 1) โ”‚ โ”” <method 'split' of 'str' objects> โ”” 'ไฝ ็š„ Bing ่ดฆๅทไฟกๆฏ'

ValueError: not enough values to unpack (expected 2, got 1) 2023-08-10 23:52:51.650 | DEBUG | platforms.onebot_bot:respond:112 - [OneBot] ๅฐ่ฏ•ๅ‘้€ๆถˆๆฏ๏ผšๅ‡บ็Žฐๆ•…้šœ๏ผๅฆ‚ๆžœ่ฟ™ไธช้—ฎ้ข˜ๆŒ ็ปญๅ‡บ็Žฐ๏ผŒ่ฏทๅ’Œๆˆ‘่ฏดโ€œ้‡็ฝฎไผš่ฏโ€ ๆฅๅผ€ๅฏไธ€ๆฎตๆ–ฐ็š„ไผš่ฏ๏ผŒๆˆ–่€…ๅ‘้€ โ€œๅ›žๆปšไผš่ฏโ€ ๆฅๅ›žๆบฏๅˆฐไธŠไธ€ๆกๅฏน่ฏ๏ผŒไฝ ไธŠไธ€ๆก่ฏด็š„ๆˆ‘ๅฐฑๅฝ“ไฝœๆฒก็œ‹่งใ€‚ not enough values to unpack (expected 2, got 1) 2023-08-10 23:52:58.422 | DEBUG | platforms.onebot_bot:_:148 - ็ง่Šๆถˆๆฏ๏ผšๅˆ‡ๆขAI bing 2023-08-10 23:52:58.423 | DEBUG | middlewares.concurrentlock:handle_request:25 - [Concurrent] ไฝฟ็”จ Adapter ๅ†…้ƒจ็š„ Queue 2023-08-10 23:52:58.425 | DEBUG | middlewares.concurrentlock:handle_request:27 - [Concurrent] ๆŽ’้˜Ÿไธญ๏ผŒๅ‰้ข่ฟ˜ๆœ‰ 0 ไธชไบบ๏ผ 2023-08-10 23:52:58.426 | DEBUG | middlewares.concurrentlock:handle_request:40 - [Concurrent] ๆŽ’้˜Ÿไธญ๏ผŒๅ‰้ข่ฟ˜ๆœ‰ 0 ไธชไบบ๏ผ 2023-08-10 23:52:58.426 | DEBUG | middlewares.concurrentlock:handle_request:42 - [Concurrent] ๆŽ’ๅˆฐไบ†๏ผ 2023-08-10 23:52:58.427 | DEBUG | middlewares.timeout:create_timeout_task:55 - [Timeout] ๅผ€ๅง‹่ฎกๆ—ถโ€ฆโ€ฆ 2023-08-10 23:52:59.136 | ERROR | universal:handle_message:295 - not enough values to unpack (expected 2, got 1) Traceback (most recent call last):

File "D:\cq\chatgpt\bot.py", line 54, in loop.run_until_complete(asyncio.gather(*bots)) โ”‚ โ”‚ โ”‚ โ”‚ โ”” [<Task pending name='Task-3' coro=<start_task() running at D:\cq\chatgpt\platforms\onebot_bot.py:356> wait_for=<_GatheringFut... โ”‚ โ”‚ โ”‚ โ”” <function gather at 0x00000174CB051940> โ”‚ โ”‚ โ”” <module 'asyncio' from 'D:\cq\python3.11\python311.zip\asyncio\init.pyc'> โ”‚ โ”” <function BaseEventLoop.run_until_complete at 0x00000174CB0627A0> โ”” <ProactorEventLoop running=True closed=False debug=False>

File "asyncio\base_events.py", line 640, in run_until_complete sock.setblocking(False)

File "asyncio\windows_events.py", line 321, in run_forever

File "asyncio\base_events.py", line 607, in run_forever sock.close()

File "asyncio\base_events.py", line 1922, in _run_once

File "asyncio\events.py", line 80, in _run self._loop = loop โ”‚ โ”” <member '_loop' of 'Handle' objects> โ”” <Handle Task.task_wakeup(<Future finished result=None>)>

File "D:\cq\chatgpt\platforms\onebot_bot.py", line 151, in _ await handle_message( โ”” <function handle_message at 0x00000174F48F0C20>

File "D:\cq\chatgpt\universal.py", line 269, in handle_message await action(session_id, message.strip(), conversation_context, respond) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F493C4A0> โ”‚ โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”‚ โ”” <method 'strip' of 'str' objects> โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI bing' โ”‚ โ”” 'friend-172735117' โ”” <function handle_message..wrap_request..call at 0x00000174F493ED40>

File "D:\cq\chatgpt\universal.py", line 53, in call await m.handle_request(session_id, message, respond, conversation_context, n) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..wrap_request..call at 0x00000174F493ECA0> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F493C4A0> โ”‚ โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI bing' โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”” <function MiddlewareConcurrentLock.handle_request at 0x00000174F48F14E0> โ”” <middlewares.concurrentlock.MiddlewareConcurrentLock object at 0x00000174F48E3CD0>

File "D:\cq\chatgpt\middlewares\concurrentlock.py", line 43, in handle_request await action(session_id, prompt, conversation_context, respond) โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F493C4A0> โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI bing' โ”‚ โ”” 'friend-172735117' โ”” <function handle_message..wrap_request..call at 0x00000174F493ECA0>

File "D:\cq\chatgpt\universal.py", line 53, in call await m.handle_request(session_id, message, respond, conversation_context, n) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..wrap_request..call at 0x00000174F493EC00> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F493C4A0> โ”‚ โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI bing' โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”” <function Middleware.handle_request at 0x00000174F48F0860> โ”” <middlewares.baiducloud.MiddlewareBaiduCloud object at 0x00000174F42F3450>

File "D:\cq\chatgpt\middlewares\middleware.py", line 9, in handle_request await action(session_id, prompt, conversation_context, respond) โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F493C4A0> โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI bing' โ”‚ โ”” 'friend-172735117' โ”” <function handle_message..wrap_request..call at 0x00000174F493EC00>

File "D:\cq\chatgpt\universal.py", line 53, in call await m.handle_request(session_id, message, respond, conversation_context, n) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..wrap_request..call at 0x00000174F493EB60> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F493C4A0> โ”‚ โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI bing' โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”” <function MiddlewareRatelimit.handle_request at 0x00000174F445B1A0> โ”” <middlewares.ratelimit.MiddlewareRatelimit object at 0x00000174F48E3E90>

File "D:\cq\chatgpt\middlewares\ratelimit.py", line 23, in handle_request await action(session_id, prompt, conversation_context, respond) โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F493C4A0> โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI bing' โ”‚ โ”” 'friend-172735117' โ”” <function handle_message..wrap_request..call at 0x00000174F493EB60>

File "D:\cq\chatgpt\universal.py", line 53, in call await m.handle_request(session_id, message, respond, conversation_context, n) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..request at 0x00000174F493EAC0> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” None โ”‚ โ”‚ โ”‚ โ”‚ โ”” <function handle_message..respond at 0x00000174F493C4A0> โ”‚ โ”‚ โ”‚ โ”” 'ๅˆ‡ๆขAI bing' โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”” <function MiddlewareTimeout.handle_request at 0x00000174F48F1620> โ”” <middlewares.timeout.MiddlewareTimeout object at 0x00000174F3879790>

File "D:\cq\chatgpt\middlewares\timeout.py", line 27, in handle_request await asyncio.wait_for(coro_task, config.response.max_timeout) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” 600.0 โ”‚ โ”‚ โ”‚ โ”‚ โ”” Response(mode='mixed', buffer_delay=15.0, default_ai='chatgpt-web', error_format='ๅ‡บ็Žฐๆ•…้šœ๏ผๅฆ‚ๆžœ่ฟ™ไธช้—ฎ้ข˜ๆŒ็ปญๅ‡บ็Žฐ๏ผŒ่ฏทๅ’Œๆˆ‘่ฏดโ€œ้‡็ฝฎไผš่ฏโ€ ๆฅๅผ€ๅฏไธ€ๆฎตๆ–ฐ็š„ไผš่ฏ๏ผŒๆˆ–่€…ๅ‘้€ โ€œ... โ”‚ โ”‚ โ”‚ โ”” Config(onebot=Onebot(manager_qq=172735117, reverse_ws_host='0.0.0.0', reverse_ws_port=8566), mirai=None, telegram=None, disco... โ”‚ โ”‚ โ”” <Task finished name='Task-39' coro=<handle_message..request() done, defined at D:\cq\chatgpt\universal.py:107> except... โ”‚ โ”” <function wait_for at 0x00000174CB0513A0> โ”” <module 'asyncio' from 'D:\cq\python3.11\python311.zip\asyncio\init.pyc'>

File "asyncio\tasks.py", line 479, in wait_for for f in todo:

File "D:\cq\chatgpt\universal.py", line 120, in request await conversation_handler.create( โ”‚ โ”” <function ConversationHandler.create at 0x00000174F48F0680> โ”” <conversation.ConversationHandler object at 0x00000174F42F2B90>

File "D:\cq\chatgpt\conversation.py", line 294, in create conversation = ConversationContext(_type, self.session_id) โ”‚ โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”‚ โ”” <conversation.ConversationHandler object at 0x00000174F42F2B90> โ”‚ โ”” 'bing' โ”” <class 'conversation.ConversationContext'>

File "D:\cq\chatgpt\conversation.py", line 122, in init self.drawing_adapter = BingAdapter(self.session_id, ConversationStyle.creative) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <ConversationStyle.creative: ['nlu_direct_response_filter', 'deepleo', 'disable_emoji_spoken_text', 'responsible_ai_policy_23... โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”” <enum 'ConversationStyle'> โ”‚ โ”‚ โ”‚ โ”‚ โ”” 'friend-172735117' โ”‚ โ”‚ โ”‚ โ”” <conversation.ConversationContext object at 0x00000174F492B490> โ”‚ โ”‚ โ”” <class 'adapter.ms.bing.BingAdapter'> โ”‚ โ”” None โ”” <conversation.ConversationContext object at 0x00000174F492B490>

File "D:\cq\chatgpt\adapter\ms\bing.py", line 44, in init name, value = line.split("=", 1) โ”‚ โ”” <method 'split' of 'str' objects> โ”” 'ไฝ ็š„ Bing ่ดฆๅทไฟกๆฏ'

ValueError: not enough values to unpack (expected 2, got 1)

pp0915 avatar Aug 10 '23 16:08 pp0915

ไธ€ๆ ท้‡ๅˆฐไบ†่ฟ™ไธช้—ฎ้ข˜

supercatreal avatar Jan 11 '24 13:01 supercatreal