If you set DEBUG=True in "CrunchyPlugin.py" it raises an exception when it
gets to the default handler:
TypeError: cannot concatenate 'str' and 'NoneType' objects
Need to switch the debug line to:
print("Registering http handler %s" % pattern)
or
print("Registering http handler " + str(pattern))
Original issue reported on code.google.com by myer0...@gmail.com on 26 Oct 2009 at 6:11
Original issue reported on code.google.com by
myer0...@gmail.com
on 26 Oct 2009 at 6:11