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

Post your questions about BT download, FTP download, HTTP download, or QGet download software here.
Post Reply
ermethic
Starting out
Posts: 49
Joined: Tue May 19, 2009 11:05 pm

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

Post by ermethic »

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
RaNaN
Starting out
Posts: 20
Joined: Tue Dec 22, 2009 12:09 am

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

Post by RaNaN »

Try python2.5 probably you started it with 2.6
ermethic
Starting out
Posts: 49
Joined: Tue May 19, 2009 11:05 pm

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

Post by ermethic »

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 ?
User avatar
Eduardo
Easy as a breeze
Posts: 350
Joined: Tue Jun 30, 2009 2:08 am
Location: Sevilla (Spain)

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

Post by Eduardo »

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!
ermethic
Starting out
Posts: 49
Joined: Tue May 19, 2009 11:05 pm

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

Post by ermethic »

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.
User avatar
michalekr32
First post
Posts: 1
Joined: Sun Feb 13, 2011 9:37 pm

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

Post by michalekr32 »

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 :)
hfx9
Getting the hang of things
Posts: 77
Joined: Thu Oct 14, 2010 1:36 am

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

Post by hfx9 »

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
-----------------------------------------------------------------
RaNaN
Starting out
Posts: 20
Joined: Tue Dec 22, 2009 12:09 am

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

Post by RaNaN »

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
wonderiuy
Easy as a breeze
Posts: 263
Joined: Sat Apr 18, 2009 4:20 pm

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

Post by wonderiuy »

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
To the unmoderated moderator: There is no stupid questions or users, but only offensive answers

NAS Model: TS-853 Pro 8Gb | Firmware: 4.3,3
No. of HDDs: 4x4TB (RAID 5) + 1x2TB + 1x8TB
HDD Model: WD40EFRX RED + Seagate st8000vn0022 Iron Wolf
Ext. Devices: APC UPS 1500VA
NAS Speed/MTU: 1000+1000+1000+1000 Mbps Link Aggregation Trunked, MTU 9000
User avatar
Eduardo
Easy as a breeze
Posts: 350
Joined: Tue Jun 30, 2009 2:08 am
Location: Sevilla (Spain)

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

Post by Eduardo »

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!
mistrsoft
Starting out
Posts: 19
Joined: Thu Mar 17, 2011 11:36 pm

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

Post by mistrsoft »

Hi.
I have TS-259 Pro + and latest FW 3.4
I install this like is in tutorial in first page.. and I have these questions and problems..

1) installing the Optware QPKG Plugin is meant what? Only just install this QPKG plugin or installing according to this tutorial http://wiki.qnap.com/wiki/Install_Optware_IPKG?? Patches etc? It's so complicated..:(

2) When I installed just Optware QPKG Plugin without patches and other crazy thinks describe on wiki than it works.. I opened site http://[NAS]:8000 nad pyLoad page opens.. Great.. I set up my premium account to rapidshare and try tu put there some links to queue. And thats it.. It starts download at least I think that it starts but when I click on smth then it freeze.. When I try to reload page http://[NAS]:8000 again it doesn't work. So I tried SSH.. SSH console works but web UI is not accessible.. I tried to restart NAS.. Nothing.. I tried to reinstall it completly - do again steps on the first page.. When it's fresh install it works since I add smth in queue. Then it freeze.

Could you please anybody help me? I just want this only function to download from rapid and extract files..;/ Nothing more..

And one last question.. When I open web file browser or connect with samba or ftp I just can see folders like Download, Multimedia, Public etc.. But where is the folder (Downloads) where pyLoad is downloading files? How can I access it? Or how can I set up to download files to root folder Download.. I'm sorry for this stupid question but I'm not a linux user and is difficult for me to manage it..:(

Thx.
mistrsoft
Starting out
Posts: 19
Joined: Thu Mar 17, 2011 11:36 pm

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

Post by mistrsoft »

after update on FW 3.4.1 it works..;) great..;) I'm happy finaly..
gabriel7
New here
Posts: 3
Joined: Sun Feb 20, 2011 10:29 pm

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

Post by gabriel7 »

mistrsoft wrote: And one last question.. When I open web file browser or connect with samba or ftp I just can see folders like Download, Multimedia, Public etc.. But where is the folder (Downloads) where pyLoad is downloading files? How can I access it? Or how can I set up to download files to root folder Download.. I'm sorry for this stupid question but I'm not a linux user and is difficult for me to manage it..:(

Thx.

hi, when you install pyload, there is an option to set up the download folder location
in my case i pick /share/MD0_DATA/Qdownload

So you need to run the setup again

cheers,
Gabriel
mistrsoft
Starting out
Posts: 19
Joined: Thu Mar 17, 2011 11:36 pm

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

Post by mistrsoft »

Thx for your reply Gabriel.

I've figured it out already.

I have last problem.

I need some script to start pyLoad after start up.
I set up shutdown and turn on schedule but after turning on pyLoad is not running. Can you give me some advice where to put the "screen" command to start the service?
gabriel7
New here
Posts: 3
Joined: Sun Feb 20, 2011 10:29 pm

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

Post by gabriel7 »

hi, good question,
Im looking for that info too.

Well since QNAP uses linux, then should be in some start script.
Just to find out which script is.
Post Reply

Return to “Download Station and QGet”