Optware / Optware-ng

279 stars 52 forks source link

Pyload Update available #230

Closed Lalarian closed 6 years ago

Lalarian commented 6 years ago

Hello again! :) Since a few days, Pyload is claiming that there was an update available.

ipkg update didn't pull a new version. Thanks! :)

I have found the issue: https://github.com/pyload/pyload/issues/2994

If you already have a working pyLoad installation (and used UpdatedManager in the past), you should replace UpdateManager.py which resides in the userplugins/hooks directory with https://github.com/pyload/pyload/raw/353c6692afdec4b6108555725cb5db46d02ed816/module/plugins/hooks/UpdateManager.py

So if someone could replace UpdateManager.py with the updated one in optwareng repo, it would install a working Pyload again.

alllexx88 commented 6 years ago

Hi,

I simply upgraded pyload to latest git commit: upgrade to current 0.4.9+git20171028 package version, and it should be fine. Thanks for the report 😃

N0News commented 6 years ago

Hi, after upgrading python2.7 and pyload i have this error:

/opt/bin/python2.7: can't open file 'pyLoadCore.py': [Errno 2] No such file or directory

I use buildroot-armv5eabi-ng-legacy on Synology DS212J. Any ideas?

alllexx88 commented 6 years ago

@N0News I didn't get latest pyload to work, so I downgraded it back to 20171031, and patched UpdateManager.py as per @Lalarian suggestion. It's available for buildroot-armv5eabi-ng-legacy already:

ipkg update
ipkg -force-reinstall -force-downgrade install pyload
N0News commented 6 years ago

@alllexx88 thx, will test it later.

Works good.

alllexx88 commented 6 years ago

Thanx for testing, @N0News Closing the issue.