Page 1 of 1

error's need help (Noob + New @ linux suse 10.3

Posted: May 29th, 2008, 3:52 pm
by KillerSneak
Hi all first let me thank you for this great piece of software. This is my first time with linux suse 10.3 and the first thing i installed was SABNZBD  ;D

Now for the problem. I have setup the program installed all modules (i think) the programm does actually download but somehow all files seem to dissapear? And i get loads of error's:

2008-05-29 22:47:41,914::WARNING::[assembler] missing

2008-05-29 22:47:42,173::ERROR::[decoder] Unknown Error while decoding
Traceback (most recent call last):
  File "/root/SABnzbd-0.3.4/sabnzbd/decoder.py", line 87, in run
    data = decode(article, lines)
  File "/root/SABnzbd-0.3.4/sabnzbd/decoder.py", line 198, in decode
    decoded_data, crc = _yenc.decode_string(''.join(data))[:2]


2008-05-29 22:47:44,908::ERROR::[decoder] Unknown Error while decoding
Traceback (most recent call last):
  File "/root/SABnzbd-0.3.4/sabnzbd/decoder.py", line 87, in run
    data = decode(article, lines)
  File "/root/SABnzbd-0.3.4/sabnzbd/decoder.py", line 198, in decode
    decoded_data, crc = _yenc.decode_string(''.join(data))[:2]
AttributeError: 'module' object has no attribute 'decode_string'


I hope this is the right data for you guys to give me a hand here. If any more info is needed please let me know.

Regards

Re: error's need help (Noob + New @ linux suse 10.3

Posted: May 29th, 2008, 4:13 pm
by shypike
Looks like a badly installed yEnc module.
Try to uninstall it and try again.
The module is only needed to reduce CPU load.

Does this happen for every NZB (or many) or is this just an odd chance?

Could also be a bad NZB (or post) that is not well handled by SABnzbd.
Could you send the NZB file to bugs at sannzbd.py? bugs at sabnzbd.org

You could try 0.4.0Beta5?

Re: error's need help (Noob + New @ linux suse 10.3

Posted: May 29th, 2008, 4:49 pm
by KillerSneak
Hi,

I can try to re-install the yEnc do you have a link for me ? (how do i uninstall the current module ?)

It happens with all NZB's i import, via the folder

Beta 0.4.0 doesn't work for me as it will give me an error at startup that Cheetah 2.0rc7 or higher needs to be installed (and i got the newest version installed) but 0.3.3 and 0.3.4 work fine except for the problem posted

Could you send the NZB file to bugs at sannzbd.py? <- uuhh ? sry i don't get this

Thanks for the quick reply.

Re: error's need help (Noob + New @ linux suse 10.3

Posted: May 29th, 2008, 4:58 pm
by shypike
depends on how you installed it.

On Ubuntu I use apt-get install or in this case apt-get uninstall.
Else remove any *yenc* files from the Python installlation manually.

This tells you how to do it on Ubuntu:
http://sabnzbd.wikidot.com/install-ubuntuserver804

Re: error's need help (Noob + New @ linux suse 10.3 - solved

Posted: May 29th, 2008, 5:10 pm
by KillerSneak
Problem solved nooby me  ::) I had eYnc 0.2 installed instead of 0.3.. All seems to be working fine now

Thanks for the great support / quick help..

shypike wrote: depends on how you installed it.

On Ubuntu I use apt-get install or in this case apt-get uninstall.
Else remove any *yenc* files from the Python installlation manually.

This tells you how to do it on Ubuntu:
http://sabnzbd.wikidot.com/install-ubuntuserver804
I use SuSe 10.3 .. And good question about the installation :S .. Like i told you it's my first time fiddeling with Linux, i'm logged in as root.

/usr/local/include/python2.5
/usr/local/lib/python2.5
/usr/local/bin

are some phyton things i can find, but no yEnc ??


2008-05-30 00:19:07,022::INFO::_yenc module... found!
2008-05-30 00:19:07,022::INFO::celementtree module... found!
2008-05-30 00:19:07,022::INFO::par2 binary... found (/usr/local/bin/par2)
2008-05-30 00:19:07,022::INFO::rar binary... found (/usr/bin/unrar)
2008-05-30 00:19:07,022::INFO::unzip binary... found (/usr/bin/unzip)
2008-05-30 00:19:07,023::INFO::Perl interpreter... found (['/usr/bin/perl', '/ro
ot/SABnzbd-0.3.4/sabnzbd/utils/sendEmail.pl'])

Could my 100/100 connection have something to do with this? I'm running it on my home server and i have optic fiber here.

Re: error's need help (Noob + New @ linux suse 10.3

Posted: May 30th, 2008, 1:59 am
by shypike
yEnc is installed inside the python installation, like the other modules you need.
I never know where to look for them in a Linux installation.
That's why I rely on apt-get.

Re: error's need help (Noob + New @ linux suse 10.3

Posted: May 30th, 2008, 5:46 am
by KillerSneak
shypike wrote: yEnc is installed inside the python installation, like the other modules you need.
I never know where to look for them in a Linux installation.
That's why I rely on apt-get.
apt-get doesn't work in SuSe ? .. But it's all working now. Thanks for the great support I'm real impressed with the quick responce.