supplied example conf file doesn't quote newzbin username and password leading to a crash when real credentials are entered
Bug #467723 reported by
TorenC
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
hellanzb (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: hellanzb
In the /etc/hallanzb.conf supplied with the package the Hellanzb.
I'm on Karmic
ProblemType: Bug
Architecture: i386
Date: Sat Oct 31 17:36:29 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelMo
Package: hellanzb 0.13-3ubuntu4
PackageArchitec
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: hellanzb
Tags: ubuntu-unr
Uname: Linux 2.6.31-13-generic i686
To post a comment you must log in.
Hi TorenC,
the default configuration file contains the following lines:
# Username/Password to http:// www.newzbin. com for automatic NZB downloading NEWZBIN_ USERNAME = None NEWZBIN_ PASSWORD = None
Hellanzb.
Hellanzb.
That's perfectly valid because None means that no username and no password has been specified. However, you're right that the values for NEWZBIN_USERNAME and NEWZBIN_PASSWORD need to have quotes as soon as you add actual values.
Because of this, editing the configuration files can confuse people who aren't acquainted to Python. May be one could check if it's also possible to change the lines to
# Username/Password to http:// www.newzbin. com for automatic NZB downloading NEWZBIN_ USERNAME = '' NEWZBIN_ PASSWORD = ''
Hellanzb.
Hellanzb.
or add a second comment line.
You might want to try LottaNZB. It's an user-friendly front-end for HellaNZB that let's you manage the settings in a very comfortable way.