androidone 发表于 2010-10-29 09:30:39

录制 脚本url地址里有{CSRule_1_UID73},如何处理呢?

录制了脚本,发现url里有{CSRule_1_UID73},回放脚本的时候报错,如何处理呢?

脚本:

web_url("selloffer.img-v2.js",
                "URL=http://st{CSRule_1_UID6}le.xx.com/js/app/search/v2.{CSRule_1_UID4}/screens/selloffer.{CSRule_1_UID7}-v2.js{CSRule_1_UID44}t={CSRule_1_UID85}{CSRule_1_UID4}{CSRule_1_UID85}{CSRule_1_UID4}{CSRule_1_UID85}9",
                "Resource=1",
                "RecContentType=text/javascript",
                "Referer=http://search.xx.com/selloffer/k-{CSRule_1_UID2}_n-{CSRule_1_UID6}.html{CSRule_1_UID44}button_click={CSRule_1_UID3}",
                "Snapshot=t8.inf",
                LAST);





报错信息如下:
Action.c(622): Error -26377: No match found for the requested parameter "CSRule_1_UID85". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size       
Action.c(622): web_concurrent_end highest severity level was "ERROR", 218852 body bytes, 10919 header bytes, 24 chunking overhead bytes       

androidone 发表于 2010-10-29 09:42:00

本帖最后由 androidone 于 2010-10-29 13:22 编辑

知道答案了,哈哈哈!

msnshow 发表于 2010-10-31 21:50:05

应该是自动关联引起的

zhouzj3979 发表于 2010-11-1 09:23:40

v2.js{CSRule_1_UID44}t={CSRule_1_UID85}{CSRule_1_UID4}{CSRule_1_UID85}{CSRule_1_UID4}{CSRule_1_UID85}9

这样的关联也太离谱了,录制的时候关闭自动关联,回放一次,查看服务端的响应数据,自定义左边界和右边界。

mallybel 发表于 2010-11-2 11:30:49

把自动关联去掉
页: [1]
查看完整版本: 录制 脚本url地址里有{CSRule_1_UID73},如何处理呢?