pillone / usntssearch

NZB Metasearch engine
pillone.github.io/usntssearch
262 stars 79 forks source link

Clicking on trend or suggestion results in traceback #29

Closed usamitysam closed 11 years ago

usamitysam commented 11 years ago

Love the new features but found this. Normal search operations work great.

This traceback occurs when clicking on trend or suggestion

2013-07-14 09:45:13,655 - main - ERROR - Exception on /s [GET] Traceback (most recent call last): File "/opt/usntssearch/NZBmegasearch/flask/app.py", line 1700, in wsgi_app response = self.full_dispatch_request() File "/opt/usntssearch/NZBmegasearch/flask/app.py", line 1373, in full_dispatch_request rv = self.handle_user_exception(e) File "/opt/usntssearch/NZBmegasearch/flask/app.py", line 1371, in full_dispatch_request rv = self.dispatch_request() File "/opt/usntssearch/NZBmegasearch/flask/app.py", line 1357, in dispatch_request return self.view_functionsrule.endpoint File "/opt/usntssearch/NZBmegasearch/miscdefs.py", line 82, in decorated return f(_args, *_kwargs) File "mega2.py", line 192, in search return mega_parall.renderit(params_dosearch) File "/opt/usntssearch/NZBmegasearch/megasearch.py", line 211, in renderit return self.cleanUpResults(params) File "/opt/usntssearch/NZBmegasearch/megasearch.py", line 369, in cleanUpResults params['args']['selcat'] = '' File "/opt/usntssearch/NZBmegasearch/werkzeug/datastructures.py", line 151, in setitem is_immutable(self) File "/opt/usntssearch/NZBmegasearch/werkzeug/datastructures.py", line 23, in is_immutable raise TypeError('%r objects are immutable' % self.class.name) TypeError: 'ImmutableMultiDict' objects are immutable

pillone commented 11 years ago

ah,

I will have a look.

thanks for the report

pillone commented 11 years ago

oh sorry,

fixed. (already available on pre-release in the unstable branch)