Bilal Ghouri
Bilal Ghouri
addUser method does not return uid as documented: ``` /** * Adds a new user to database * @param string $email -- email * @param string $password -- password *...
When you add a torrent with add() method, it does not return the torrent object with filelist you have to fetch the torrent object again with get() method which contains...
I debugged the behaviour, the response from transmission rpc was fine, it was sending result object as "duplicate torrent" and argument object was empty. the validator for addtorrent was parsing...