download icon indicating copy to clipboard operation
download copied to clipboard

RequestError: Request path contains unescaped characters

Open atiksoftware opened this issue 5 years ago • 3 comments

i want download an image from url But url is contain non latin chars, like "site.com/uploads/Маникюр-Nail-Özgün.jpg" and i got RequestError: Request path contains unescaped characters,

how can i fix this ?

atiksoftware avatar May 04 '19 21:05 atiksoftware

the same to me http://192.168.1.36:38004/xxx-1.0.1-mac.zip

a044161 avatar May 22 '19 09:05 a044161

I am having the same issue too.

CognitiveClouds-Prasad avatar Jun 25 '19 05:06 CognitiveClouds-Prasad

@atiksoftware @CognitiveClouds-Prasad encodeURI(downUrl) or wget -x -N "${downUrl}"

wll8 avatar Jul 17 '19 02:07 wll8