Ich benutze auf meinem alten Netbook Freenas, welches soweit auch gut funktioniert.
Gestern habe ich mir in diesem Freenas ein Jail erstellt und darin das Downloadprogramm Pyload installiert. Grundsätzlich hat die Installation auch funktioniert, sprich ich komme auf das Webinterface und kann das Programm konfigurieren.
Leider wird der Loginversuch zu meinem Ul.to Account sowie das Laden des Filedecrypterplugins immer mit Fehlern (in beiden Fällen ist eine mysteriöse "48" enthalten) quittiert. Habe schon herausgefunden, dass es EVENTUELL mit Cookies zu tun hat, die von cURL nicht gespeichert werden, aber das ist mir alles zu hoch.
Wäre klasse, wenn jemand eine Idee hätte oder sich das mal live mit dem Teamviewer anschauen könnte.
Gestern habe ich mir in diesem Freenas ein Jail erstellt und darin das Downloadprogramm Pyload installiert. Grundsätzlich hat die Installation auch funktioniert, sprich ich komme auf das Webinterface und kann das Programm konfigurieren.
Leider wird der Loginversuch zu meinem Ul.to Account sowie das Laden des Filedecrypterplugins immer mit Fehlern (in beiden Fällen ist eine mysteriöse "48" enthalten) quittiert. Habe schon herausgefunden, dass es EVENTUELL mit Cookies zu tun hat, die von cURL nicht gespeichert werden, aber das ist mir alles zu hoch.
Wäre klasse, wenn jemand eine Idee hätte oder sich das mal live mit dem Teamviewer anschauen könnte.
Code:
10.08.2013 16:12:45 INFO starte pyLoad 0.4.9
10.08.2013 16:12:45 INFO Benutze Home-Verzeichnis: /root/pyload
10.08.2013 16:12:45 DEBUG Remote activated: True
10.08.2013 16:12:45 DEBUG created index of plugins
10.08.2013 16:12:45 INFO Checksum: Checksum validation is disabled in general configuration
10.08.2013 16:12:45 INFO ExtractArchive: UnRar ist nicht installiert
10.08.2013 16:12:45 INFO ExtractArchive: Aktiviert UnZip
10.08.2013 16:12:45 INFO Aktivierte Plugins: BypassCaptcha, CaptchaTrader, Checksum, ClickAndLoad, ExternalScripts, ExtractArchive, ImageTyperz, LinkdecrypterCom, UnSkipOnFail, XFileSharingPro
10.08.2013 16:12:45 INFO Deaktivierte Plugins: AlldebridCom, Captcha9kw, CaptchaBrotherhood, DeathByCaptcha, DownloadScheduler, EasybytezCom, Ev0InFetcher, ExpertDecoders, HotFolder, IRCInterface, MergeFiles, MultiHome, MultishareCz, Premium4Me, PremiumizeMe, RealdebridCom, RehostTo, UpdateManager, XMPPInterface, ZeveraCom
10.08.2013 16:12:45 INFO Downloadzeit: True
10.08.2013 16:12:45 INFO Starte ThriftBackend: 0.0.0.0:7227
10.08.2013 16:12:46 INFO Starting builtin webserver: 192.168.178.23:8000
10.08.2013 16:12:46 INFO Free space: 4.81 TiB
10.08.2013 16:12:46 INFO Activating Accounts...
10.08.2013 16:12:46 WARNING UploadedTo: Could not login with account pfcrime | (48, '')
Traceback (most recent call last):
File "/usr/local/share/pyload/module/plugins/Account.py", line 82, in _login
self.login(user, data, req)
File "/usr/local/share/pyload/module/plugins/accounts/UploadedTo.py", line 59, in login
req.load("http://uploaded.net/language/en")
File "/usr/local/share/pyload/module/network/Browser.py", line 97, in load
return self.http.load(*args, **kwargs)
File "/usr/local/share/pyload/module/network/HTTPRequest.py", line 187, in load
self.setRequestContext(url, get, post, referer, cookies, multipart)
File "/usr/local/share/pyload/module/network/HTTPRequest.py", line 179, in setRequestContext
self.c.setopt(pycurl.COOKIEFILE, "")
error: (48, '')
10.08.2013 16:12:46 DEBUG UploadedTo: Get Account Info for pfcrime
10.08.2013 16:12:46 DEBUG UploadedTo: Account Info: {'error': "(48, '')"}
10.08.2013 16:12:46 INFO Activating Plugins...
10.08.2013 16:12:46 ERROR Error executing hooks: (48, '')
Traceback (most recent call last):
File "/usr/local/share/pyload/module/HookManager.py", line 88, in new
return func(*args)
File "/usr/local/share/pyload/module/HookManager.py", line 198, in coreReady
plugin.coreReady()
File "/usr/local/share/pyload/module/plugins/hooks/LinkdecrypterCom.py", line 33, in coreReady
page = getURL("http://linkdecrypter.com/")
File "/usr/local/share/pyload/module/network/RequestFactory.py", line 122, in getURL
return pyreq.getURL(*args, **kwargs)
File "/usr/local/share/pyload/module/network/RequestFactory.py", line 67, in getURL
rep = h.load(*args, **kwargs)
File "/usr/local/share/pyload/module/network/HTTPRequest.py", line 187, in load
self.setRequestContext(url, get, post, referer, cookies, multipart)
File "/usr/local/share/pyload/module/network/HTTPRequest.py", line 179, in setRequestContext
self.c.setopt(pycurl.COOKIEFILE, "")
error: (48, '')
10.08.2013 16:12:46 INFO pyLoad is up and running