ocdownloader
ocdownloader copied to clipboard
Invalid URL. Please check the address of the file ...
On some urls, i get:
Invalid URL. Please check the address of the file ...
I don't know why.
Can you sent some example?` Maybe it is the preg_match for checking if the submitted string is an URL for real. Maybe it has something to do with encoding or multibyte.
Do the URLs work if you urlencode the request part?
sure, i think he can't handle the %.
https://3.bp.blogspot.com/JwcR9qhTJzsh8dy5R5DbMTWqGVG6XXWFNl_Awq3L10i02obM4BYFbld4GlKBGUzmvvrzH3nu=m37?s=ZAnbzYVWQutD686J0w==&type=video/mp4&title=[9anime.to]%20Bakemonogatari%20-%2007%20-%201080p
I download it without any troubles through aria2.
i use aria2 too, i get this error everytime
I use ubuntu 14.04
I was able to add it, but it sais "Waiting" at 0 Byte/s using ARIA2
What comes clear: It uses type=video/mp4 -> / as Folder so the file is named mp4blabla... Some Servers like such as "type%3Dvideo%2Fmp4"
But after all testing and trying out HTTP ... still waiting.
Edit: I removed them and had GID NOT FOUND
And removed them again, then they vanished.
You link contains unquoted square brackets. As i see, it's a reason:
//working link
https://3.bp.blogspot.com/JwcR9qhTJzsh8dy5R5DbMTWqGVG6XXWFNl_Awq3L10i02obM4BYFbld4GlKBGUzmvvrzH3nu=m37?s=ZAnbzYVWQutD686J0w==&type=video/mp4&title=%5B9anime.to%5D%20Bakemonogatari%20-%2007%20-%201080p
//not working
https://3.bp.blogspot.com/JwcR9qhTJzsh8dy5R5DbMTWqGVG6XXWFNl_Awq3L10i02obM4BYFbld4GlKBGUzmvvrzH3nu=m37?s=ZAnbzYVWQutD686J0w==&type=video/mp4&title=[9anime.to]%20Bakemonogatari%20-%2007%20-%201080p
yep, the brackets are fault.
Should ocDownloader do the escaping of such URLs? I think it would be the right way instead of allowing such downloads and then letting them stall.
Btw, could you send me an torrent, to test it. I can't also download any torrents because i get Returned GID is null ! Is Aria2c running as a daemon ?
Does Aria2c work at all? Is it running? Which options did you use to start it on the CLI? What does the log of Aria2c say?
sudo aria2c --enable-rpc --rpc-allow-origin-all -c -D --log=/var/log/aria2.log --check-certificate=false --save-session=/var/www/aria2c.sess --save-session-interval=2 --continue=true --input-file=/var/www/aria2c.sess --rpc-save-upload-metadata=true --force-save=true --log-level=warn
I used this, will look for the log.
nothing in the log file. Strange..
It was because the excryption, nvm.
btw, it can't access the domain https://r2---sn-4g5e6nlk.c.docs.google.com
@Nibbels You don't understand. It should download than an html page with this contant. I only get, that the page is invalid.
Ok, you might be right. I saw that there is 404 sent (with header 404 instead of 200) and thatwhy I thought that aria or curl might give back the error instead of downloading the errorpages html text.
I didnt look at the parser / URL checker... (Still I didn't check it further because rightnow I cannot.)
any fix for it?