Modify ↓
Opened 11 months ago
#14268 new defect
Error voting on Trac 1.6
Reported by: | Dirk Stöcker | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | VotePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/trac/web/main.py", line 609, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python3.10/dist-packages/trac/web/main.py", line 301, in dispatch raise e File "/usr/local/lib/python3.10/dist-packages/trac/web/main.py", line 247, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python3.10/dist-packages/tracvote/__init__.py", line 336, in process_request if isinstance(content, unicode): NameError: name 'unicode' is not defined
My suggestion: Replace "unicode" with "str" and it works with 1.6
Attachments (0)
Note: See
TracTickets for help on using
tickets.