Wingjam / Deluge-Tracker-Rename

Python script used to rename every tracker in Deluge
MIT License
2 stars 1 forks source link

cPickle.UnpicklingError: NEWOBJ class argument isn't a type object #1

Open rdpdo opened 4 years ago

rdpdo commented 4 years ago

Hello,

When I run the script I got the error "cPickle.UnpicklingError: NEWOBJ class argument isn't a type object"... Can someone help me to avoid this ? I use lastest deluged / deluge-web version.

Thanks.

Wingjam commented 4 years ago

Hi, been a while not running this script. I will try to test it out this week and get back to you

rdpdo commented 4 years ago

Hello, finnaly I used python3 instead of 2 and change raw_input into input and cpickle into pickle and it works :) Thanks again !

Wingjam commented 4 years ago

Thanks for the feedback, do you have some time to create a PR with your modifications?