posborne / putio-sync

Python daemon that automatically downloads files from put.io
MIT License
29 stars 12 forks source link

New install - not downloading any files #46

Closed domainzero closed 6 years ago

domainzero commented 7 years ago

Hey again,

Migrated some stuff to a new server - now when I start putio-sync it will call the API to list files but will never start downloading anything. (I set advanced logging awhile back in core.py) I never see a download call happen/fail.

I'm using the latest build from github installed via python2.7 setup.py install after gathering all the requirements via pip.

I've tried moving stuff around on the put side to encourage a download to start, got nothing. If I have put watch a directory it will upload a torrent just fine.

The weird thing here, if I backdate to #29 then everything works. I half-ass dug through the commits leading up to the recent release but couldn't find any major changes that would just stop this from working.

Any ideas?