[How To] pyLoad - Downloader for Rapidshare and more OCH

Post your questions about BT download, FTP download, HTTP download, or QGet download software here.

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby Fabian228 » Tue Feb 08, 2011 7:24 am

Hello,

I am not an expert in this very complicated setup :D

I think i managed to install python but how do i gain access to the web interface.
Fabian228
New here
 
Posts: 4
Joined: Tue Feb 08, 2011 7:21 am
NAS Model: TS-219P

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby Eduardo » Wed Feb 09, 2011 1:35 am

Hi:

From 0.4.4 update, my HDDs never go to standby. They are busy with an incessant activity when none pyload jobs are defined.

When I quit the daemon, all goes to normal state. I checked it some times.

With 0.4.3 my Raid went to standby without issue.

Couldn't find out if some plugins or the daemon itself is the cause. Does somebody have any clue?

EDIT: PM to RaNaN. I discovered a lot of packages queued and downloading without my knowledge. :shock: So, HDD activity explained.
TS-259Pro+,TS-239 Pro. Firm 3.7.3 Build0801
2xSeagate ST32000542AS CC34 Raid 1 (+1 ST32000542AS Raid 1 ESATA/USB Backup)
Qpkg: MLDonkey, JRE, Micke OpenSSH, Micke Nasreport, Python, CrashPlan, Rsnap.
Ipkg: Rsnapshot, logrotate, heyu
================================================================================================
Looking forward to a (Prolific 2303 or ftdi) USB to serial driver!
User avatar
Eduardo
Easy as a breeze
 
Posts: 347
Joined: Tue Jun 30, 2009 2:08 am
Location: Sevilla (Spain)
NAS Model: TS-459U

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby ermethic » Wed Feb 16, 2011 9:51 pm

I had it running a few months back, then it stopped for some reason. Now when i'm trying to run it again, after updating ofc, i get the next error:

Code: Select all
python /opt/pyload/pyLoadCore.py

Traceback (most recent call last):
  File "/opt/pyload/pyLoadCore.py", line 55, in <module>
    from module.HookManager import HookManager
  File "/share/MD0_DATA/.qpkg/Optware/pyload/module/HookManager.py", line 23, in <module>
    from module.PluginThread import HookThread
  File "/share/MD0_DATA/.qpkg/Optware/pyload/module/PluginThread.py", line 32, in <module>
    from pycurl import error
ImportError: No module named pycurl


all the mentioned dependencies are installed, including py25-curl, so what do you think could cause the problem ?
thanks
ermethic
Starting out
 
Posts: 46
Joined: Tue May 19, 2009 11:05 pm
NAS Model: TS-239 Pro

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby RaNaN » Wed Feb 16, 2011 10:29 pm

Try python2.5 probably you started it with 2.6
RaNaN
Starting out
 
Posts: 20
Joined: Tue Dec 22, 2009 12:09 am
NAS Model: TS-109/209 Pro

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby ermethic » Wed Feb 16, 2011 11:55 pm

Yeah, I uninstalled the Python QPKG package, and thus it worked...But I'm also running the Sickbeard package, which requires the Python one, and now Sickbeard is not running properly anymore. Any chance of being able to running them both ?
ermethic
Starting out
 
Posts: 46
Joined: Tue May 19, 2009 11:05 pm
NAS Model: TS-239 Pro

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby Eduardo » Thu Feb 17, 2011 6:46 pm

ermethic wrote:Yeah, I uninstalled the Python QPKG package, and thus it worked...But I'm also running the Sickbeard package, which requires the Python one, and now Sickbeard is not running properly anymore. Any chance of being able to running them both ?


Yes. Install Python Qpkg and python2.5 ipkg, and then, start pylod whith:
Code: Select all
/opt/bin/python2.5 /opt/pyload/pyLoadCore.py --daemon


This is part of my autostart.sh, called by optware.sh:

Code: Select all
#!/bin/sh

#pyload autostart
#/share/MD0_DATA/.qpkg/Optware/bin/python2.5 /opt/pyload/pyLoadCore.py 2>/tmp/pyLoadCore.log
export LOG=/var/log/My_script.log
echo "------------------------------------------" >> $LOG
echo "Starting Pyload..." >> $LOG
OPTDIR=/share/MD0_DATA/.qpkg/Optware   # Optware directory
PYLOADDIR="$OPTDIR/pyload"            # pyLoad directory
PATH="$PATH:$OPTDIR/bin"
cd "$PYLOADDIR"
progname=python2.5
COUNT2=0
while test "$(/sbin/pidof $progname)" = "" && test $COUNT2 -lt 30 ; do
    python2.5 /opt/pyload/pyLoadCore.py --daemon >> $LOG
    sleep 10
    COUNT2=$(($COUNT2  + 1))
done
if [ "$(/sbin/pidof $progname)" = "" ] ; then
    echo "Pyload didn't start" >> $LOG
else
    echo "Pyload started in attempt Nº. $COUNT2" >> $LOG
fi


Note:
- It can be MD0_DATA or HDA_DATA depending of your configuration.
- You could change your log file.

Hope it helps.
TS-259Pro+,TS-239 Pro. Firm 3.7.3 Build0801
2xSeagate ST32000542AS CC34 Raid 1 (+1 ST32000542AS Raid 1 ESATA/USB Backup)
Qpkg: MLDonkey, JRE, Micke OpenSSH, Micke Nasreport, Python, CrashPlan, Rsnap.
Ipkg: Rsnapshot, logrotate, heyu
================================================================================================
Looking forward to a (Prolific 2303 or ftdi) USB to serial driver!
User avatar
Eduardo
Easy as a breeze
 
Posts: 347
Joined: Tue Jun 30, 2009 2:08 am
Location: Sevilla (Spain)
NAS Model: TS-459U

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby pol20 » Fri Feb 18, 2011 5:14 pm

Megaupload PREMIUM doesn't work for me, only free works...v0.4.3, v0.4.4 and tip!
pol20
Starting out
 
Posts: 41
Joined: Sun Jan 30, 2011 1:24 am
NAS Model: TS-210

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby zeropoint » Fri Feb 18, 2011 6:49 pm

Can anyone enter captcha code using the webinerface? None of mine seems to be registering. It keeps saying no codes detected.
zeropoint
Starting out
 
Posts: 12
Joined: Tue Jul 07, 2009 7:56 pm
NAS Model: TS-239 Pro

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby ermethic » Fri Feb 18, 2011 11:27 pm

Eduardo wrote:Note:
- It can be MD0_DATA or HDA_DATA depending of your configuration.
- You could change your log file.

Hope it helps.


Thank you very much. It works great.
ermethic
Starting out
 
Posts: 46
Joined: Tue May 19, 2009 11:05 pm
NAS Model: TS-239 Pro

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby michalekr32 » Sat Feb 19, 2011 8:26 pm

Hello, now is my hm problem
I'm looking for the answer but i didnt find :/

I'm install the pyload on my Qnap TS-210, its works perfectly for me with rapidshare premium account but ... on filesonic premium account he download only first file after add premium and other files have only 36kB ... He cant download any files from premium.

Now im add the premium is still valid and work fine ... but pyload not

any suggestion

sorry for my english :)
User avatar
michalekr32
First post
 
Posts: 1
Joined: Sun Feb 13, 2011 9:37 pm
NAS Model: TS-219P

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby hfx9 » Wed Feb 23, 2011 1:19 am

i have big problem:
After upgrade FW to 3.4.0 version webgui not working

I start pyload:
Code: Select all
[/] # python /opt/pyload/pyLoadCore.py --daemon
Daemon PID 6876
[/]


But :
Code: Select all
[/opt/pyload] # python pyLoadCli.py
Username: admin
address: 192.168.1.30
Use SSL? ([y]/n): n
Port: 7227
Password:
pyLoadCore not running
[/opt/pyload]


And:
Code: Select all
[/opt/pyload] # python pyLoadGui.py
Traceback (most recent call last):
  File "pyLoadGui.py", line 27, in <module>
    from PyQt4.QtCore import *
ImportError: No module named PyQt4.QtCore
[/opt/pyload]


And webgui dont work

Please help how i fix this problem

EDIT:
i test this:
Code: Select all
[/opt/pyload] # python pyLoadCore.py -s
Choose your Language / Wähle deine Sprache ([en], de, it, pl):

Welcome to the pyLoad Configuration Assistent.
It will check your system and make a basic setup in order to run pyLoad.

The value in brackets [] always is the default value,
in case you don't want to change it or you are unsure what to choose, just hit enter.
Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore.
If you have any problems with this assistent hit STRG-C,
to abort and don't let him start with pyLoadCore automatically anymore.

When you are ready for system check, hit enter.

## System Check ##
Python Version: OK
pycurl: OK
sqlite3: OK

pycrypto: OK
OpenSSL: OK

py-imaging: OK
tesseract: OK

PyQt4: missing

django: OK
JS engine: OK

System check finished, hit enter to see your status report.

## Status ##

Features available: container decrypting, ssl connection, automatic captcha decryption, Webinterface, extended Click'N'Load

Continue with setup? ([y]/n):


What is PyQt4?

EDIT2:
I fix my problem. I must start pyload as this:
Code: Select all
screen -dmS python /opt/pyload/pyLoadCore.py
-----------------------------------------------------------------
Qnap TS-210 - 1x Samsung 2TB SpinPoint F4EG HD204UI
-----------------------------------------------------------------
hfx9
Getting the hang of things
 
Posts: 75
Joined: Thu Oct 14, 2010 1:36 am
NAS Model: TS-219P

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby RaNaN » Wed Mar 16, 2011 6:58 am

pyLoad 0.4.5

Finally a new release has come with great new features and improvements.

Changelog:

  • new webinterface, no django needed anymore
  • therefore much faster and less ram consuming
  • layout improvements
  • consistently login data for webinterface and other clients
  • new remote backend, xmlrpc now optional
  • much faster connection for the clients, especially over slow internet
  • pyLoad Android client
  • CaptchaTrader Plugin
  • Captcha input via IRC, XMMP, Android
  • many bugfixes

Greetz
RaNaN
Starting out
 
Posts: 20
Joined: Tue Dec 22, 2009 12:09 am
NAS Model: TS-109/209 Pro

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby zeropoint » Wed Mar 16, 2011 7:10 am

Thanks Ranan. Can't wait to get home to try it.
zeropoint
Starting out
 
Posts: 12
Joined: Tue Jul 07, 2009 7:56 pm
NAS Model: TS-239 Pro

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby wonderiuy » Wed Mar 16, 2011 11:40 pm

Installed 4.5
It works

How to:
-removed py25-django (justo have a clean system)
-followed the installation steps from 1st post and redid setup from scratch
NAS Model: TS459 Pro+ | Firmware: 3.3.6
No. of HDDs: 4 (RAID 5)
HDD Model: Seagate ST32000542AS 2Tb 5900 RPM (29°C !!!)
Ext. Devices: eSATA HDD (NTFS) for bakups, APC UPS 750VA
NAS Speed/MTU: 1000+1000 Mbps Link Aggregation Trunked, MTU 9000
wonderiuy
Know my way around
 
Posts: 180
Joined: Sat Apr 18, 2009 4:20 pm
NAS Model: TS-259 Pro+

Re: [How To] pyLoad - Downloader for Rapidshare and more OC

Postby Eduardo » Fri Mar 18, 2011 5:18 am

wonderiuy wrote:Installed 4.5
It works

How to:
-removed py25-django (justo have a clean system)
-followed the installation steps from 1st post and redid setup from scratch


Hi wonderiuy and RaNan,

As 1st post was edited, I would like to know if py25-django is the only unnecessary ipkg installed from previous pyload versions.

Thanks.
TS-259Pro+,TS-239 Pro. Firm 3.7.3 Build0801
2xSeagate ST32000542AS CC34 Raid 1 (+1 ST32000542AS Raid 1 ESATA/USB Backup)
Qpkg: MLDonkey, JRE, Micke OpenSSH, Micke Nasreport, Python, CrashPlan, Rsnap.
Ipkg: Rsnapshot, logrotate, heyu
================================================================================================
Looking forward to a (Prolific 2303 or ftdi) USB to serial driver!
User avatar
Eduardo
Easy as a breeze
 
Posts: 347
Joined: Tue Jun 30, 2009 2:08 am
Location: Sevilla (Spain)
NAS Model: TS-459U

PreviousNext

Return to Download Station and QGet

Who is online

Users browsing this forum: No registered users and 2 guests