LR Playback Warning-26601 Error Resolution method

Source: Internet
Author: User

Problem phenomenon:

ACTION2.C (+): error-26601:decompression function (Wgzmemdecompressbuffer) failed, return code=-5 (z_buf_error), Insiz E=0, Inuse=0,
This error is caused by a large packet, no download complete, or other reason for the decompression error.

Workaround:

Network buffer size My default is 12288, I adjust to 122880)

Add network buffer size, the default value is 12288.

Operation steps: 1. Enter the runtime settings;

2.internet protocol->preferences->options->general->network Buffer Size

Workaround 2:

Web_add_auto_header ("accept-encoding", "gzip");

ACTION.C ( -): Error-26601: Decompression function (Wgzmemdecompressbuffer) failed,returncode=-3(Z_data_error), insize= -, inuse=0, outuse=0[msgid:merr-26601]ACTION.C ( -): Web_custom_request ("Uc.php_6") Highest severity level is"ERROR", -Body bytes,639Header bytes, Onechunking overhead bytes [msgid:mmsg-26387] Reason: After the program tuning, the request content has been compressed, but the way of compression is some gzip, some deflate, and some are GIZP and deflate solution: Add Baotou compression method request, and in front of these request package to add a certain think time. Web_add_auto_header ("accept-encoding","deflate"); Web_custom_request ("Uc.php_6",   "url=http:xxxx/api/uc.php?time={correlationparameter_3}&code={correlationparameter_2}",   "Method=get",   "resource=0",   "reccontenttype=text/html",   "referer=http:xxxx/index/snylogin?return_url=http://t.vllke.com:10080",   "Snapshot=t110.inf",   "mode=http", last); Web_add_auto_header ("accept-encoding","gzip,deflate"); Web_custom_request ("hall.php",   "url=http:xxxx/trade/hall.php",   "Method=get",   "resource=0",   "reccontenttype=text/html",   "Referer=http:xxxx:10080/minlan55",   "Snapshot=t175.inf",   "mode=http", last); If the value is-5 can also try alternatively, you can also try the advanced options of the NetWork buffer size with a value of 12880Default block size forDom memory has a value of 163840

LR Playback Warning-26601 Error Resolution method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.