Page 1 of 1

can't add NZBs via web interface?

Posted: April 18th, 2011, 11:00 pm
by xayd

Code: Select all

#> pkg_info | grep py
py27-chardet-2.0.1  Character encoding auto-detection in Python
py27-cheetah-2.4.4  HTML template engine for Python
py27-cherrypy-3.2.0 A pythonic, object-oriented web development framework
py27-feedparser-5.0.1 An RSS feed parser written in Python
py27-markdown-2.0.3_1 Text markup to HTML conversion engine for Python
py27-openssl-0.11   Python interface to the OpenSSL library
py27-setuptools-0.6c11_1 Download, build, install, upgrade, and uninstall Python pac
py27-sqlite3-2.7.1_1 Standard Python binding to the SQLite3 library
py27-utils-0.4.0    General utility modules that simplify common programming in
py27-yenc-0.3       A yenc decoding module for Python in C
python27-2.7.1_1    An interpreted object-oriented programming language
ruby18-bdb-0.6.5_1  Ruby interface to Sleepycat's Berkeley DB revision 2 or lat
sabnzbdplus-0.5.6_2 A web-interface based binary newsgrabber in python
this is all on freebsd 7.3.

after upgrading all ports on this machine, sabnzbd appears to work fine, it starts, it stops, it comes up as a daemon on reboot.

problem is it won't take an NZB from the web interface.  if i upload an NZB to the monitored folder manually, it picks it up and downloads fine.  if i put an NZB into the web interface, i get nothing.  no queue, no crash, no log indication of an error (even set to debug), notta.

anyone seen this before?

everything else functions normally, so i'm assuming it's not a permissions issue.

Re: can't add NZBs via web interface?

Posted: April 18th, 2011, 11:54 pm
by krackt
v0.5.6 and Chrome had this problem I believe. Fixed in 0.6.x

Re: can't add NZBs via web interface?

Posted: April 19th, 2011, 2:04 am
by xayd
not specific to chrome, didn't work in IE or firefox either.

Re: can't add NZBs via web interface?

Posted: April 19th, 2011, 2:29 am
by sander
xayd wrote: not specific to chrome, didn't work in IE or firefox either.
with which SAB interface: Plush, Classic, ...

What if you use another SAB interface, possibly on the second interface?

Re: can't add NZBs via web interface?

Posted: April 19th, 2011, 2:51 am
by krackt
instead of making us guess your setup how about you read this first?https://forums.sabnzbd.org/index.php?topic=44.msg101

Re: can't add NZBs via web interface?

Posted: April 19th, 2011, 8:17 am
by xayd
krackt wrote: instead of making us guess your setup how about you read this first?https://forums.sabnzbd.org/index.php?topic=44.msg101
i answered everything in that but the skin, like i said, it was browser independent.

i was using the plush skin, and didn't try the others.  that didn't cross my mind.

i did clear the cache/history after finding a suggestion that a corrupt one could cause issues, that didn't affect anything.

i eventually downgraded back to 0.5.4 via an old BSD port (including python back down to 2.6 and cherrypy down to 3.1) and everything is working again (with the same ini, start/stop script, and directory structure).

at one point i did wipe all python modules and sabnzbd 0.5.6 completely and reinstall the ports from scratch (didn't seem to be a dependency issue, it found and installed all of the dependencies it wanted properly), and got the same result, and since freebsd uses a unified current ports tree the issue should be simple enough to reproduce.