Content Encoding 'base64' not supported

Started by logos, May 09, 2023, 03:00:28 PM

Previous topic - Next topic

logos

Hi all ,

Today I am getting below error message when I try to copy the site .

any idea where I can exlude in the project such content and carry on ?

Because of that error , project is not able to finalize the copy process , so its a showstopper.

please help ! :)

Thanks,

Richard Moss

Hello,

This sounds like a manifestation of issue #471. Basically, the web server is misbehaving a little and returning a non-standard encoding. Current versions of WebCopy throw a fit at this because they can't decode things they don't know about and web servers usually return standard values like gzip, deflate, br etc.

If you download one of the 1.9 nightlies this issue is resolved so WebCopy will now ignore these content encodings and will just download the file as-is. Of course, if the web server truly is returning the data in a custom form it won't be decompressed.

If possible, can you share the URL causing the crash if known, or the website if not. I'd like to test that URL, firstly to verify the existing fix is sufficient, and also to see if the data is being returned as base64... a curious choice given it is the exact opposite of compression.

Thanks;
Richard Moss
Read "Before You Post" before posting (https://forums.cyotek.com/cyotek-webcopy/before-you-post/). Do not send me private messages. Do not expect instant replies.

All responses are hand crafted. No AI involved. Possibly no I either.