Stefan Bek

Results 50 comments of Stefan Bek

Yes, that was one thought. Rightnow there is some Family Daddy Hobby conflict. I could write a pull request but I do have to build up some programming, symfony and...

![screenshot_2](https://user-images.githubusercontent.com/3265671/29750810-ce03f0e6-8b46-11e7-9c27-5f2dfd50424f.png) This would at least mute the error but the actual cause of the bug is still unknown to me. Happens when switching from ARIA2 to CURL within admin settings....

Piece of puzzle ... When the browser asks for an update it ends up in queue.php. [..] $Status = ($this->WhichDownloader == 0 ? Aria2::TellStatus ($Row['GID']) : CURL::TellStatus ($Row['GID'])); But no...

https://aria2.github.io/manual/en/html/aria2c.html#aria2.tellStatus

Changed to some fallback state to prevent errors in https://github.com/e-alfred/ocdownloader/pull/9 But yet we have not finally researched what function call without parameters did produce the error.

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...

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...

![screenshot_1](https://user-images.githubusercontent.com/3265671/30373716-8930aed4-9882-11e7-9ae1-cc7def5f799a.png)

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...

the AllowProtocolXXXXX are written here: https://github.com/e-alfred/ocdownloader/blob/95d8a2b401ce754ab22d31bf5fbd1dc27b0029f5/controller/index.php#L57 In case we want to change something or make two types of settings for admins and non admins we have to look at this:...