coolyy 发表于 2012-7-6 10:49:58

关于回访快照不出图片的问题。

本帖最后由 coolyy 于 2012-7-6 10:53 编辑

本次脚本录制是邮政订票网站上的一个搜索航班的操作。

回访脚本的时候custom request返回的是,如下:
C:\Users\Administrator\AppData\Local\Temp\noname2\data\t2.inf

could not be loaded.The file might contain binary data in format unrecognized or unsupported by the current version of the snapshot viewer.


HTTP状态码返回的200,正常。

有什么办法解决?影响不影响controller和分析。在线等,求大侠帮忙。
        web_custom_request("newstop6!Top6News.a",
                "URL=http://211.156.219.105:7701/news/newstop6!Top6News.a",
                "Method=POST",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://211.156.219.105:7701/",
                "Snapshot=t2.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

        web_custom_request("specialPrice!allSpePrice.a",
                "URL=http://211.156.219.105:7701/sep/specialPrice!allSpePrice.a?leaveCityCode=PEK",
                "Method=POST",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://211.156.219.105:7701/",
                "Snapshot=t3.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

coolyy 发表于 2012-7-6 10:52:29

代码如下:
        web_custom_request("newstop6!Top6News.a",
                "URL=http://211.156.219.105:7701/news/newstop6!Top6News.a",
                "Method=POST",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://211.156.219.105:7701/",
                "Snapshot=t2.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

        web_custom_request("specialPrice!allSpePrice.a",
                "URL=http://211.156.219.105:7701/sep/specialPrice!allSpePrice.a?leaveCityCode=PEK",
                "Method=POST",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://211.156.219.105:7701/",
                "Snapshot=t3.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

coolyy 发表于 2012-7-6 10:52:46

web_custom_request("newstop6!Top6News.a",
                "URL=http://211.156.219.105:7701/news/newstop6!Top6News.a",
                "Method=POST",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://211.156.219.105:7701/",
                "Snapshot=t2.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

        web_custom_request("specialPrice!allSpePrice.a",
                "URL=http://211.156.219.105:7701/sep/specialPrice!allSpePrice.a?leaveCityCode=PEK",
                "Method=POST",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://211.156.219.105:7701/",
                "Snapshot=t3.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

coolyy 发表于 2012-7-6 10:52:51

web_custom_request("newstop6!Top6News.a",
                "URL=http://211.156.219.105:7701/news/newstop6!Top6News.a",
                "Method=POST",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://211.156.219.105:7701/",
                "Snapshot=t2.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

        web_custom_request("specialPrice!allSpePrice.a",
                "URL=http://211.156.219.105:7701/sep/specialPrice!allSpePrice.a?leaveCityCode=PEK",
                "Method=POST",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://211.156.219.105:7701/",
                "Snapshot=t3.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

coolyy 发表于 2012-7-6 10:52:53

web_custom_request("newstop6!Top6News.a",
                "URL=http://211.156.219.105:7701/news/newstop6!Top6News.a",
                "Method=POST",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://211.156.219.105:7701/",
                "Snapshot=t2.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

        web_custom_request("specialPrice!allSpePrice.a",
                "URL=http://211.156.219.105:7701/sep/specialPrice!allSpePrice.a?leaveCityCode=PEK",
                "Method=POST",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://211.156.219.105:7701/",
                "Snapshot=t3.inf",
                "Mode=HTML",
                "EncType=",
                LAST);

thirfing 发表于 2012-7-10 10:44:15

快照能不能正常加载一般不影响结果。

coolyy 发表于 2012-7-11 10:38:14

回复 6# thirfing
谢谢

qqqqtest 发表于 2015-12-14 10:07:47

coolyy 发表于 2012-7-6 10:52
web_custom_request("newstop6!Top6News.a",
                "URL=http://211.156.219.105:7701/news/newstop6!Top6New ...

楼主这个问题解决了吗?我也想知道怎么回事?
页: [1]
查看完整版本: 关于回访快照不出图片的问题。