We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
here is spec: https://github.com/transmission/transmission/blob/2.8x/extras/rpc-spec.txt#L281-L308
and here is commented code which followed spec
i2p.plugins.i2psnark-rpc/src/java/org/klomp/snark/rpc/XMWebUIPlugin.java
Lines 4155 to 4257 in b472f63
but here is used another function
Lines 3654 to 3660 in b472f63
// just do the same as 'trackers' for now
why?
and due to this rpc returns incomplete response
{ 'trackerStats': [{'announce': '...', 'id': 687183153, 'scrape': '', 'tier': 0}], }
which causes issues like this rndusr/stig/pull/215
The text was updated successfully, but these errors were encountered:
No branches or pull requests
here is spec: https://github.com/transmission/transmission/blob/2.8x/extras/rpc-spec.txt#L281-L308
and here is commented code which followed spec
i2p.plugins.i2psnark-rpc/src/java/org/klomp/snark/rpc/XMWebUIPlugin.java
Lines 4155 to 4257 in b472f63
but here is used another function
i2p.plugins.i2psnark-rpc/src/java/org/klomp/snark/rpc/XMWebUIPlugin.java
Lines 3654 to 3660 in b472f63
why?
and due to this rpc returns incomplete response
which causes issues like this rndusr/stig/pull/215
The text was updated successfully, but these errors were encountered: