Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate torrent addition throws exception that says invalid response from transmission #35

Open
bilalghouri opened this issue Oct 19, 2014 · 0 comments
Labels

Comments

@bilalghouri
Copy link
Contributor

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 it as invalid because of absence of torrent-duplicate object inside arguments.
I have fixed it and requested a pull.

bilalghouri added a commit to bilalghouri/transmission-php that referenced this issue Oct 19, 2014
Issue kleiram#35
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 it as invalid because of absence of torrent-duplicate object inside arguments.
I have fixed it and requested a pull.
@kleiram kleiram added the bug label Jan 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants