You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR [CTFd] Exception on /active-module/ [GET]
Traceback (most recent call last):
File "/opt/venv/lib/python3.9/site-packages/flask/app.py", line 2529, in wsgi_app
response = self.full_dispatch_request()
File "/opt/venv/lib/python3.9/site-packages/flask/app.py", line 1825, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/opt/venv/lib/python3.9/site-packages/flask_restx/api.py", line 674, in error_router
return original_handler(e)
File "/opt/venv/lib/python3.9/site-packages/flask_restx/api.py", line 674, in error_router
return original_handler(e)
File "/opt/venv/lib/python3.9/site-packages/flask/app.py", line 1823, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/venv/lib/python3.9/site-packages/flask/app.py", line 1799, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "/opt/CTFd/CTFd/utils/decorators/__init__.py", line 90, in authed_only_wrapper
return f(*args, **kwargs)
File "/opt/CTFd/CTFd/plugins/dojo_plugin/pages/dojo.py", line 85, in active_module
"module_name": challs['current'].module.name,
AttributeError: 'NoneType' object has no attribute 'module'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: