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

completed field returns no results. #127

Open
Merlincool opened this issue May 17, 2024 · 4 comments
Open

completed field returns no results. #127

Merlincool opened this issue May 17, 2024 · 4 comments

Comments

@Merlincool
Copy link

Merlincool commented May 17, 2024

I am using Pyroscope on v3.10.

When I run rtcontrol completed=+1d it returns no results (blank)

p
t

Other commands work properly.

Tried all possible combination from here - https://code.google.com/archive/p/pyroscope/wikis/RtControlExamples.wiki but all results in blank value.

My goal is to delete torrents after 48 hrs of seeding time.

PS: seedtime=+1d also returns blank results. Also looked everywhere on reddit and other forums but didn't seek any useful forum page.

Note: my rtorrent + rutorrent is installed on VPS.

@kannibalox
Copy link
Contributor

The basic problem you're running into is that rtcontrol and ruTorrent use different techniques for storing the date data.

Are you sure you're using pyroscope? It doesn't work on python 3. If you're using my fork pyrosimple (which only supports python 3), I have an example of adding custom fields that use ruTorrent's data for seed/add times here: https://kannibalox.github.io/pyrosimple/custom-code/#rutorrent.

@Merlincool
Copy link
Author

The basic problem you're running into is that rtcontrol and ruTorrent use different techniques for storing the date data.

Are you sure you're using pyroscope?

Yes I am using pyroscope and not any of its fork.

Thanks for reply. But do you mean that I should not use python 3??

I checked and my python version is
Python 2.7.16

Any chances I could upgrade to python 3 and things will work smooth or any other alternative??

@kannibalox
Copy link
Contributor

I am using Pyroscope on v3.10.

My apologies, I thought you meant python 3.10, but now I see you meant ruTorrent 3.10. pyroscope will only work with python 2 as mentioned. You're more than welcome to try my fork on python 3, or you can try your hand at adapting the code in the link I posted to pyrocore's custom field capabilities.

@Merlincool
Copy link
Author

Merlincool commented May 20, 2024

I am using Pyroscope on v3.10.

My apologies, I thought you meant python 3.10, but now I see you meant ruTorrent 3.10. pyroscope will only work with python 2 as mentioned. You're more than welcome to try my fork on python 3, or you can try your hand at adapting the code in the link I posted to pyrocore's custom field capabilities.

Thanks for reply again.

I am using Pyroscope on rutorrent 3.10 and I have python 2.7.16 which means issue is not python related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants