#立创·实战派ESP32-C3开发板# 使用立创·实战派ESP32-C3开发板,系统为win11,esp-idf版本为5.1.4。在进行第18节课-桌面对话时,能够听到说话,但说完话就会瞬间黑屏然后重启,然后连接wifi然后恢复正常,反反复复。 I (9279) AI_CHAT_EXAMPLE: [ * ] Resuming pipeline I (9289) AUDIO_PIPELINE: Func:audio_pipeline_run, Line:359, MEM Total:90556 Bytes I (9299) AUDIO_ELEMENT: [vtt_http] AEL_MSG_CMD_RESUME,state:1 I (9299) AUDIO_ELEMENT: [vtt_i2s] AEL_MSG_CMD_RESUME,state:1 I (9309) BAIDU_VTT: [ + ] HTTP client HTTP_STREAM_PRE_REQUEST, lenght=0 I (9309) AUDIO_PIPELINE: Pipeline started I (9319) AI_CHAT_EXAMPLE: [ * ] Event received: src_type:131072, source:0x3fcc9c10 cmd:8, data:0xc, data_len:4 I (9339) AI_CHAT_EXAMPLE: [ * ] Event received: src_type:131072, source:0x3fcd6ed4 cmd:10, data:0x0, data_len:0 Total bytes written: 24576 I (10159) AI_CHAT_EXAMPLE: [ * ] Event received: src_type:1048577, source:0x3fcbdbfc cmd:2, data:0x9, data_len:0 Total bytes written: 28672 I (10299) BAIDU_VTT: [ + ] HTTP client HTTP_STREAM_POST_REQUEST, write end chunked marker I (10549) BAIDU_VTT: [ + ] HTTP client HTTP_STREAM_FINISH_REQUEST, read_len=123 I (10549) BAIDU_VTT: Got HTTP Response = {"corpus_no":"7402179993301714726","err_msg":"success.","err_no":0,"result":["你好呀。"],"sn":"819304515061723454332"} I (10569) BAIDU_VTT: response_text:你好呀。 I (10569) AI_CHAT_EXAMPLE: Original text = 你好呀。 I (11249) MINIMAX_CHAT: Need to write 472, written 472 I (11419) MINIMAX_CHAT: read = {"base_resp":{"status_code":1004,"status_msg":"login fail: Please carry the API secret key in the 'Authorization' field of the request header"}} Guru Meditation Error: Core 0 panic'ed (Load access fault). Exception was unhandled. Core 0 register dump: MEPC : 0x42009c04 RA : 0x42009c04 SP : 0x3fcbd360 GP : 0x3fc95800 0x42009c04: minimax_chat at D:/esp32c3/ai_chat/main/minimax_chat.c:99 0x42009c04: minimax_chat at D:/esp32c3/ai_chat/main/minimax_chat.c:99 TP : 0x3f99a7cc T0 : 0x4005890e T1 : 0x0000000f T2 : 0x617a6972 0x4005890e: _data_end_btdm_rom in ROM S0/FP : 0x3fcb105c S1 : 0x3fcb72b0 A0 : 0x00000000 A1 : 0x3fcb939c A2 : 0x00000063 A3 : 0x00000063 A4 : 0x00000062 A5 : 0x00000002 A6 : 0x00000001 A7 : 0x000f6000 S2 : 0x00000090 S3 : 0x3fcb7348 S4 : 0x3fc988dc S5 : 0x00000000 S6 : 0x00000000 S7 : 0x00000000 S8 : 0x00000000 S9 : 0x00000000 S10 : 0x00000000 S11 : 0x00000000 T3 : 0x00000000 T4 : 0x00000000 T5 : 0x00000000 T6 : 0x69662027 MSTATUS : 0x00001881 MTVEC : 0x40380001 MCAUSE : 0x00000005 MTVAL : 0x00000014 0x40380001: _vector_table at ??:? MHARTID : 0x00000000 Stack memory: 3fcbd360: 0x60023000 0x0000000a 0xffffffff 0x3c116d60 0x00000000 0x00000000 0x00000000 0x00000000 3fcbd380: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fcbd3a0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 3fcbd3c0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000400 0x00000000 0x00000000 0x00000000 3fcbd3e0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x3fcb05b8 3fcbd400: 0x00000001 0x3fcca858 0x3fccb07c 0x3fcc9edc 0x3fcbd740 0x3fcca858 0x3fccb07c 0x42008a26 0x42008a26: ai_chat_task at D:/esp32c3/ai_chat/main/main.c:292 (discriminator 13)
42次播放
#立创·实战派ESP32-C3开发板#
立创开发板
全部评论 默认 最新
学电超人
2024-08-13 10:12:13 来自山西
这个预计是minimax的minimax_key配置有问题,你看看是不是你在配置minimax_key的时候,把字符串里面的Bearer也给去掉了?正常应该是minimax_key = "Bearer XXX“,其中,XXX是你要替换的,不要把前面的Bearer和空格去掉。
Changer 作者
2024-08-13 20:51:20 来自北京
是的,就是这个问题,解决了之后就正常了,非常感谢,非常专业!
没有更多啦~