@onjim更换渠道导致invalid_encrypted_content 的简单解决办法 中发帖

更换了上游渠道,会触发invalid_encrypted_content 
{"error":{"message":"The encrypted content QVhO...Rw== could not be verified. Reason: Encrypted content could not be decrypted or parsed.","type":"invalid_request_error","param":"","code":"invalid_encrypted_content"}}

这时候一般就是只能切换session,对于没有git记录的小项目连贯性不好,可以复制当前会话的session id在新开的session中发送,让它去找会话文件继续
[image]
实测确实可以续上