leelwj 发表于 2010-12-20 14:19:55

新手急救!

lr回放的时候报错:
Action.c(65): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://event.lineage2.com.cn/WebServices/ShoppingWebService.asmx/UseGoldRushTicket"       
Action.c(65): web_custom_request("UseGoldRushTicket") highest severity level was "ERROR", 431 body bytes, 248 header bytes       
试了论坛上很多方法recording option中的设置也改了还是不对。。怎么办呀。。我才用了第二次。。不怎么会求助~~急!!
action部分如下:
Action()
{

        lr_think_time(27);

        web_submit_data("pray.aspx_2",
                "Action=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?gametype=time",
                "Method=POST",
                "TargetFrame=",
                "RecContentType=text/html",
                "Referer=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?gametype=time",
                "Snapshot=t3.inf",
                "Mode=HTML",
                ITEMDATA,
                "Name=ajaxScriptManager_HiddenField", "Value=", ENDITEM,
                "Name=__EVENTTARGET", "Value=", ENDITEM,
                "Name=__EVENTARGUMENT", "Value=", ENDITEM,
                "Name=__VIEWSTATE", "Value={Siebel_Analytic_ViewState4}", ENDITEM,
                "Name=__EVENTVALIDATION", "Value=/wEWAwKgosz1CwKcx8bNBQK477j7BVBeJq1KonJOtJUKH8rMOkifu4Qk", ENDITEM,
                "Name=tbPrayNumber", "Value=1", ENDITEM,
                "Name=btnPary.x", "Value=33", ENDITEM,
                "Name=btnPary.y", "Value=10", ENDITEM,
                LAST);

        web_url("instrument.gif",
                "URL=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?gametype=time",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=",
                "Snapshot=t4.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=/WebServices/ShoppingWebService.asmx/jsdebug", "Referer=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?gametype=time", ENDITEM,
                LAST);

        web_url("5",
                "URL=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?&page=5&gameType=time",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?gametype=time",
                "Snapshot=t5.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=/WebServices/ShoppingWebService.asmx/jsdebug", "Referer=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?&page=5&gameType=time", ENDITEM,
                LAST);

        lr_think_time(9);

        web_url("1",
                "URL=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?&page=1&gameType=time",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?&page=5&gameType=time",
                "Snapshot=t6.inf",
                "Mode=HTML",
                EXTRARES,
                "Url=/WebServices/ShoppingWebService.asmx/jsdebug", "Referer=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?&page=1&gameType=time", ENDITEM,
                LAST);

        lr_think_time(4);

        web_custom_request("UseGoldRushTicket",
                "URL=http://event.lineage2.com.cn/WebServices/ShoppingWebService.asmx/UseGoldRushTicket",
                "Method=POST",
                "TargetFrame=",
                "Resource=0",
                "RecContentType=application/json",
                "Referer=http://event.lineage2.com.cn/events/goldrushpark/pray.aspx?&page=1&gameType=time",
                "Snapshot=t7.inf",
                "Mode=HTML",
                "EncType=application/json; charset=utf-8",
                "Body={\"ticketId\":\"338446\"}",
                LAST);

        return 0;
}

leelwj 发表于 2010-12-20 14:39:59

有没有人啊。。。
页: [1]
查看完整版本: 新手急救!