MultipleObjectsReturned at /melodrama/-/biopic/

get() returned more than one Genre -- it returned 2!
Request Method: GET
Request URL: http://fast-torrent.ru/melodrama/-/biopic/
Django Version: 4.1.1
Exception Type: MultipleObjectsReturned
Exception Value:
get() returned more than one Genre -- it returned 2!
Exception Location: ./venv/lib/python3.10/site-packages/django/db/models/query.py, line 653, in get
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 06:38:48 +0000

Traceback Switch to copy-and-paste view



Request information

USER

AnonymousUser

GET

No GET data

POST

No POST data

FILES

No FILES data

No cookie data

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.235.199.19'
HTTP_X_REAL_IP
'3.235.199.19'
PATH_INFO
'********************'
QUERY_STRING
''
REMOTE_ADDR
'45.142.212.135'
REMOTE_PORT
'34448'
REQUEST_METHOD
'GET'
REQUEST_SCHEME
'http'
REQUEST_URI
'/melodrama/-/biopic/'
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.