After running pyload on my Debian 3.14 shared server, I get this error: Fatal Python error: Couldn't create autoTLSkey mapping
Here is the full log:
python pyLoadCore.py
17.01.2017 22:20:56 INFO Starting pyLoad 0.4.9
17.01.2017 22:20:56 INFO Using home directory: /home/pyload/settings
17.01.2017 22:20:56 INFO Checksum: Checksum validation is disabled in general configuration
17.01.2017 22:20:56 INFO ExtractArchive: No UnRar installed
17.01.2017 22:20:56 INFO ExtractArchive: Activated UnZip
17.01.2017 22:20:56 INFO Activated plugins: BypassCaptcha, CaptchaTrader, Checksum, ClickAndLoad, ExternalScripts, ExtractArchive, ImageTyperz, LinkdecrypterCom, UnSkipOnFail, UpdateManager, XFileSharingPro
17.01.2017 22:20:56 INFO Deactivate plugins: AlldebridCom, Captcha9kw, CaptchaBrotherhood, DeathByCaptcha, DownloadScheduler, EasybytezCom, Ev0InFetcher, ExpertDecoders, HotFolder, IRCInterface, MergeFiles, MultiHome, MultishareCz, Premium4Me, PremiumizeMe, RealdebridCom, RehostTo, XMPPInterface, ZeveraCom
17.01.2017 22:20:56 INFO Downloadtime: True
17.01.2017 22:20:56 INFO Starting ThriftBackend: 0.0.0.0:7227
17.01.2017 22:20:56 INFO Starting builtin webserver: 0.0.0.0:8000
17.01.2017 22:20:56 INFO Free space: 783.60 GiB
17.01.2017 22:20:56 INFO Activating Accounts...
17.01.2017 22:20:56 INFO Activating Plugins...
17.01.2017 22:20:56 ERROR LinkdecrypterCom: Crypter list not found
17.01.2017 22:20:57 INFO pyLoad is up and running Fatal Python error: Couldn't create autoTLSkey mapping Aborted
Apparently it's due to low memory but I can't find a way how to increase it. Since pyLoad is written in Django, apparently it should be done with uWSGI but I can't seem to find how.
I've tried issuing their Github page but it doesn't seem to go anywhere.
Thanks
ERROR LinkdecrypterCom: Crypter list not found
which is answered here github.com/pyload/pyload/issues/859 – Munir Jan 18 at 18:36