Skip to content

Conversation

felixxm
Copy link
Member

@felixxm felixxm commented Nov 5, 2021

Noticed in Trac's logs:

Traceback (most recent call last):
  File "/home/www/trac/venv/local/lib/python2.7/site-packages/trac/web/main.py", line 280, in dispatch
    self._post_process_request(req)
  File "/home/www/trac/venv/local/lib/python2.7/site-packages/trac/web/main.py", line 480, in _post_process_request
    f.post_process_request(req, *(None,)*extra_arg_count)
  File "/home/www/trac/src/DjangoPlugin/tracdjangoplugin/__init__.py", line 37, in post_process_request
    if req.path_info == '/newticket' and not data.get('preview_mode', False):
AttributeError: 'NoneType' object has no attribute 'get'

Copy link
Member

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@felixxm felixxm merged commit 6dfcf05 into main Nov 6, 2021
@felixxm felixxm deleted the newticket-crash branch November 6, 2021 06:13
@felixxm
Copy link
Member Author

felixxm commented Nov 6, 2021

Thanks for checking 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants