lilijin 发表于 2010-7-15 17:25:58

LR中出现-26697的错误

Action.c(4): 错误 -26697: “http://XX/”的正文/尾部 (“Transfer-Encoding:chunked”) 之后缺少 CR/LF,这个错误该怎么解决呢?急

lilijin 发表于 2010-7-16 09:35:05

很急呀

有没有人知道呀很急呀

lilijin 发表于 2010-7-16 11:52:37

赶紧呀

赶紧呀

msnshow 发表于 2010-7-16 20:53:49

估计没人遇到过,帮不了你了楼主

lilijin 发表于 2010-7-22 16:32:59

有人知道不?

有人知道不?

piaolingxue423 发表于 2011-11-23 12:40:16

官方解决办法
Message Code 26697
Missing CR/LF after body/trailer ("Transfer-Encoding: chunked") for 'URL'

The script. probably specifies web_add_header( "Accept?Encoding", "chunked") and/or web_add_auto_header( "Accept?Encoding", "chunked"). The server responded by sending a message with a response header "Transfer?Encoding: chunked" and response body structured accordingly. The structure of the body returned from the server seems to be invalid.

Troubleshooting
Look in the script. for web_add_header( "Accept?Encoding", "chunked") and/or web_add_auto_header( "Accept?Encoding", "chunked"), and comment out or remove these lines.
页: [1]
查看完整版本: LR中出现-26697的错误