Search found 2 matches

by remuladgryta
Sun Jan 25, 2015 4:16 pm
Forum: Development
Topic: [JSON API] Need help can't get ALL torrents
Replies: 4
Views: 5469

Re: Need help with Json API, can't get ALL torrents

Sorry for double posting, but I tried running your program and couldn't get it to work which is what led me to suggest web.update_ui as the more suitable option. However, after some further fiddling, I realized that the arguments to core.get_torrents_status weren't correctly specified. core.get_torr...
by remuladgryta
Sun Jan 25, 2015 3:55 pm
Forum: Development
Topic: [JSON API] Need help can't get ALL torrents
Replies: 4
Views: 5469

Re: Need help with Json API, can't get ALL torrents

If you're going the JSON route, I'd recommend calling

Code: Select all

web.update_ui
instead of

Code: Select all

core.get_torrents_status
See this doc page for the json api methods.