Justin Duplessis

Results 17 comments of Justin Duplessis

## Syntax modifications ### Delimiters The `;` delimiter will be removed from the syntax to allow better user experience. If the format is harder to read, `;` will be optional...

Hey fixed it by adding /file.epub at the end of the url. Looks pretty wacko. I was doing `/download/` now I have to do `download//file.epub`

Hi, To avoid tests, you can build and skip unit tests with maven `mvn clean package -Dmaven.test.skip=true` The unit tests run 100% for me on Linux. The null pointer is...

Hi, I haven't worked on this project for a while. Shutting down the worker with the bad part should do the trick. If not, you are welcomed to implement a...

Pausing a job would be to stop all currently encoding job's tasks and don't dispatch these tasks. Pausing a node would stop the current tasks of the node and the...

@alyssonajackson before I merge, could you provide me with a channel that does not have a username so I can test ?

For those affected by this bug, please replace the url in the "INSTALL_RUTORRENT" function with `http://a.maro.xyz/glIPCtQ.tar.gz`. @Kerwood A better way to go would be to use github's files `https://github.com/Novik/ruTorrent/releases` and...

Please check if rtorrent is actually started. As root, run `ps -aux | grep rtorrent`. This will list running processes that match `rtorrent`.

@Skruf90 this means rtorrent is not running. Login as the rtorrent user (or `su myuser`) and try to start rtorrent with `rtorrent`. Which version of the script did you run...

squeezy or wheezy ? (squeezy is a mixup of squeeze and wheezy) Which debian version are you running ? Can you manually start rtorrent as the user ?