TypeError at /topic/17/35/30/

context must be a dict rather than RequestContext.
Request Method: GET
Request URL: http://fast-torrent.ru/topic/17/35/30/
Django Version: 4.1.1
Exception Type: TypeError
Exception Value:
context must be a dict rather than RequestContext.
Exception Location: ./venv/lib/python3.10/site-packages/django/template/context.py, line 278, in make_context
Python Executable: /usr/bin/uwsgi-core
Python Version: 3.10.12
Python Path:
['.',
 '',
 '/lib/python310.zip',
 '/lib/python3.10',
 '/lib/python3.10/lib-dynload',
 './venv/lib/python3.10/site-packages']
Server time: Tue, 19 Mar 2024 10:20:13 +0000

Traceback Switch to copy-and-paste view



Request information

USER

AnonymousUser

GET

No GET data

POST

No POST data

FILES

No FILES data

Variable Value
forum_pages
30

META

Variable Value
CONTENT_LENGTH
''
CONTENT_TYPE
''
DOCUMENT_ROOT
'/etc/nginx/html'
HTTP_ACCEPT
'*/*'
HTTP_CONNECTION
'close'
HTTP_HOST
'fast-torrent.ru'
HTTP_USER_AGENT
'claudebot'
HTTP_X_FORWARDED_FOR
'3.239.59.193'
HTTP_X_REAL_IP
'3.239.59.193'
PATH_INFO
'********************'
QUERY_STRING
''
REMOTE_ADDR
'45.142.212.135'
REMOTE_PORT
'54614'
REQUEST_METHOD
'GET'
REQUEST_SCHEME
'http'
REQUEST_URI
'/topic/17/35/30/'
SCRIPT_NAME
''
SERVER_NAME
'www.fast-torrent.ru'
SERVER_PORT
'80'
SERVER_PROTOCOL
'HTTP/1.0'

Settings

Using settings module

Setting Value

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard page generated by the handler for this status code.