#1283 py3 web uses urllib.quote
Closed: Fixed by mikem. Opened by tkopecek.

it should be replaced by six.moves (fails on few pages)


PR #1284

Metadata Update from @tkopecek:
- Issue tagged with: testing-ready

Metadata Update from @tkopecek:
- Issue untagged with: testing-ready

Example error: web ui search packages (py3)

(http)://localhost/search?terms=k*&type=package&match=glob

Gives a traceback like

Traceback (most recent call last):
  File "/home/mike/Devel/koji/koji/www/kojiweb/wsgi_publisher.py", line 378, in handle_request
    result = func(environ, **data)
  File "/home/mike/Devel/koji/koji/www/kojiweb/index.py", line 2282, in search
    return _genHTML(environ, 'searchresults.chtml')
  File "/home/mike/Devel/koji/koji/www/lib/kojiweb/util.py", line 155, in _genHTML
    return tmpl_inst.respond()
  File "searchresults_chtml.py", line 197, in respond
NameMapper.NotFound: cannot find 'quote' while searching for 'quote'

Commit c491480c fixes this issue

Commit 23bd0fe4 fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/1283

Please continue any further discussion there.

Metadata