I am having trouble with http.request when I attempt to download an image from a URL like this:
http://192.168.152.133:8080/vfs/special://masterprofile/Thumbnails/Video/a/a2cac38e.tbn
all I get in return in the file I sink to is a message stating
[html]
File not foundFile not found[/html] Sample code:http.request{
url=“http://192.168.152.133:8080/vfs/special://masterprofile/Thumbnails/Video/a/a2cac38e.tbn”
sink=ltn12.sink.file(a2cac38e.tbn)
}
Do I need to escape the above URL in some manner? The URL works fine in all browsers, but no luck with the http.request.
[import]uid: 36999 topic_id: 8027 reply_id: 308027[/import]