python Errors

1125 entries

Error Code Domain Category Fix Rate Confidence Tier
AssertionError python runtime_error 90% 90% ai_generated
AttributeError: 'coroutine' object has no attribute 'X' python async_error 95% 95% ai_generated
AttributeError: module 'X' has no attribute 'Y' python import_error 92% 92% ai_generated
AttributeError: 'NoneType' object has no attribute 'method' python attribute_error 88% 90% ai_generated
AttributeError: 'NoneType' object has no attribute 'split' python typing 97% 98% ai_generated
AttributeError: 'Tensor' object has no attribute 'grad' python autograd_error 87% 85% ai_generated
BrokenPipeError: [Errno 32] Broken pipe python io_error 80% 85% ai_generated
celery.exceptions.NotRegistered: 'app.tasks.my_task' python task_error 88% 90% ai_generated
requests.exceptions.ConnectionError: HTTPConnectionPool python network_error 80% 85% ai_generated
ConnectionRefusedError: [Errno 111] Connection refused python network_error 65% 80% ai_generated
RuntimeError: CUDA out of memory. Tried to allocate X GiB python resource_exhaustion 34% 82% ai_generated
DeprecationWarning: datetime.datetime.utcnow() is deprecated python deprecation_warning 98% 95% ai_generated
django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE, but settings are not configured EFAULT python config_error 95% 95% ai_generated
django.urls.exceptions.NoReverseMatch: Reverse for 'X' not found. python routing_error 92% 93% ai_generated
EOFError: EOF when reading a line EOFE python io_error 90% 90% ai_generated
422 Unprocessable Entity: {"detail":[{"type":"missing","loc":["body"],"msg":"Field required"}]} python validation_error 91% 90% ai_generated
FileExistsError: [Errno 17] File exists python filesystem_error 95% 95% ai_generated
FileNotFoundError: [Errno 2] No such file or directory python io_error 90% 92% ai_generated
RuntimeError: Working outside of application context python context_error 92% 92% ai_generated
SyntaxError or ModuleNotFoundError — cannot import module with hyphen in name python naming 95% 95% ai_generated
ImportError: cannot import name 'X' from 'module' python import_error 88% 90% ai_generated
ImportError: cannot import name 'X' from partially initialized module 'Y' (most likely due to a circular import) python import 95% 96% ai_generated
ImportError: DLL load failed while importing X python import_error 80% 85% ai_generated
ImportError: libcuda.so.1: cannot open shared object file: No such file or directory python native_dependency_error 79% 83% ai_generated
IndentationError: unexpected indent python syntax_error 98% 95% ai_generated
IndexError: list index out of range python index_error 90% 92% ai_generated
json.decoder.JSONDecodeError: Expecting value python parse_error 90% 88% ai_generated
KeyboardInterrupt python signal_error 95% 95% ai_generated
KeyError: 'missing_key' python collections 98% 99% ai_generated
KeyError: 'key_name' python key_error 92% 90% ai_generated
LookupError: unknown encoding: utf8 python encoding_error 95% 95% ai_generated
MemoryError python resource_error 55% 78% ai_generated
ModuleNotFoundError: No module named 'numpy' python import 97% 98% ai_generated
ModuleNotFoundError: No module named 'X' python import_error 88% 91% ai_generated
NameError: name 'variable' is not defined python name_error 95% 95% ai_generated
NotImplementedError python runtime_error 90% 90% ai_generated
OSError: [Errno 98] Address already in use python network_error 88% 90% ai_generated
OSError: [Errno 28] No space left on device python filesystem_error 80% 85% ai_generated
OSError: [Errno 24] Too many open files python os_error 85% 88% ai_generated
OverflowError: Python int too large to convert to C long python numeric 93% 95% ai_generated
SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame python data_warning 90% 90% ai_generated
PermissionError: [Errno 13] Permission denied python io_error 88% 87% ai_generated
_pickle.UnpicklingError: invalid load key, '\x00'. python serialization_error 55% 74% ai_generated
PydanticUserError: A non-annotated attribute was detected. All model fields require a type annotation. python migration_error 88% 90% ai_generated
pydantic.error_wrappers.ValidationError: N validation errors for Model python validation_error 92% 92% ai_generated
RecursionError: maximum recursion depth exceeded python runtime_error 82% 88% ai_generated
RuntimeWarning: coroutine 'func' was never awaited python async_error 95% 95% ai_generated
RuntimeError: dictionary changed size during iteration python runtime_error 95% 95% ai_generated
RuntimeError: Event loop is closed python async_error 88% 90% ai_generated
RuntimeError: This event loop is already running python async_error 82% 85% ai_generated
RuntimeError: generator already executing python runtime_error 85% 88% ai_generated
RuntimeError: no running event loop python async_error 85% 88% ai_generated
RuntimeError: Set changed size during iteration python runtime_error 95% 95% ai_generated
Segmentation fault (core dumped) python native_crash 76% 72% ai_generated
sqlalchemy.orm.exc.DetachedInstanceError: Instance is not bound to a Session python orm_error 88% 90% ai_generated
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007) ERTIFICATE python network_error 93% 92% ai_generated
StopIteration python runtime_error 90% 90% ai_generated
subprocess.CalledProcessError: Command '...' returned non-zero exit status 1 python subprocess_error 82% 85% ai_generated
FileNotFoundError: No such file or directory — subprocess fails on path with spaces python path_handling 92% 93% ai_generated
SyntaxError: invalid syntax python syntax_error 98% 98% ai_generated
TimeoutError: [Errno 110] Connection timed out python network_error 80% 82% ai_generated
TypeError: 'async_generator' object is not iterable python async_error 93% 91% ai_generated
TypeError: a bytes-like object is required, not 'str' python type_error 95% 95% ai_generated
TypeError: function() missing 1 required positional argument python type_error 95% 95% ai_generated
TypeError: __init__() missing 1 required positional argument: 'name' python call-signature 98% 99% ai_generated
TypeError: object of type 'NoneType' has no len() python type_error 95% 95% ai_generated
TypeError: 'NoneType' object is not subscriptable python type_error 85% 88% ai_generated
TypeError: 'int' object is not callable python type_error 95% 95% ai_generated
TypeError: 'int' object is not iterable python type_error 95% 95% ai_generated
TypeError: Object of type X is not JSON serializable python serialization_error 95% 95% ai_generated
TypeError: string indices must be integers, not 'str' python type_error 95% 95% ai_generated
TypeError: function() takes 0 positional arguments but 1 was given python type_error 95% 95% ai_generated
TypeError: unhashable type: 'list' python typing 97% 98% ai_generated
TypeError: unsupported operand type(s) for +: 'int' and 'str' python type_error 95% 95% ai_generated
UnboundLocalError: cannot access local variable 'x' referred to before assignment python scoping 98% 97% ai_generated
UnicodeEncodeError: 'ascii' codec can't encode characters — Korean folder in sys.path python encoding 90% 92% ai_generated
UnicodeDecodeError: 'utf-8' codec can't decode byte python encoding_error 82% 85% ai_generated
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128) python encoding 95% 96% ai_generated
ValueError: invalid literal for int() with base 10 python value_error 93% 91% ai_generated
ValueError: math domain error python math_error 92% 92% ai_generated
ValueError: not enough values to unpack (expected 2, got 1) python value_error 95% 95% ai_generated
ValueError: too many values to unpack (expected 2) python value_error 92% 93% ai_generated
ZeroDivisionError: division by zero python math_error 95% 95% ai_generated
ModuleNotFoundError: No module named 'flask' python module_error 80% 85% ai_generated
fastapi.exceptions.RequestValidationError: 1 validation error for Request body -> field_name field required (type=value_error.missing) python data_error 80% 88% ai_generated
RuntimeError: You cannot use the ASGI lifespan protocol with a sync application python runtime_error 80% 82% ai_generated
jinja2.exceptions.TemplateNotFound: index.html python config_error 80% 87% ai_generated
CORS: origin 'http://example.com' not allowed by Access-Control-Allow-Origin python network_error 80% 85% ai_generated
httpx.ConnectTimeout: Connection timed out after 5000ms python network_error 80% 83% ai_generated
sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) UNIQUE constraint failed: users.username python data_error 80% 86% ai_generated
TypeError: 'NoneType' object is not iterable python type_error 80% 84% ai_generated
RuntimeError: async generator raised StopAsyncIteration python runtime_error 80% 81% ai_generated
KeyError: 'username' python data_error 80% 86% ai_generated
fastapi.exceptions.FastAPIError: Invalid args for response field python runtime_error 80% 83% ai_generated
websockets.exceptions.ConnectionClosedError: WebSocket connection closed unexpectedly python network_error 80% 84% ai_generated
TypeError: Object of type datetime is not JSON serializable python data_error 80% 85% ai_generated
AssertionError: Middleware 'CORSMiddleware' must be added before 'SessionMiddleware' python config_error 80% 82% ai_generated
AssertionError: View function mapping is overwriting an existing endpoint function: main.index python config_error 80% 86% ai_generated
fastapi.exceptions.HTTPException: 413 Request Entity Too Large python config_error 80% 84% ai_generated
HTTPException: 404 Not Found: /static/style.css python config_error 80% 85% ai_generated
RuntimeError: The session is unavailable because no secret key was set python config_error 80% 87% ai_generated
fastapi.exceptions.RequestValidationError: 1 validation error for Request query -> page value is not a valid integer (type=type_error.integer) python type_error 80% 86% ai_generated
HTTPException: 308 Permanent Redirect: Redirect loop detected python network_error 80% 83% ai_generated
TypeError: Object of type Decimal is not JSON serializable python type_error 80% 85% ai_generated
AssertionError: Duplicated path operation: GET /items python config_error 80% 86% ai_generated
asyncio.TimeoutError: Task timed out after 30 seconds python runtime_error 80% 84% ai_generated
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) database is locked python data_error 80% 85% ai_generated
fastapi.exceptions.HTTPException: 500 Internal Server Error python config_error 80% 86% ai_generated
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) python data_error 80% 84% ai_generated
ModuleNotFoundError: No module named 'flask_migrate' python module_error 80% 87% ai_generated
pydantic.error_wrappers.ValidationError: 1 validation error for Item response -> name str type expected (type=type_error.str) python type_error 80% 85% ai_generated
RuntimeError: Cannot call 'receive' before 'accept' on a WebSocket python runtime_error 80% 84% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'index' with values ['_external']. Did you forget to specify values ['host']? python config_error 80% 86% ai_generated
RuntimeError: Dependency 'get_db' returned a value that is not a valid dependency python runtime_error 80% 83% ai_generated
HTTPException: 405 Method Not Allowed: POST /items python network_error 80% 85% ai_generated
jinja2.exceptions.TemplateSyntaxError: expected token 'end of statement block', got '}' python data_error 80% 86% ai_generated
fastapi.exceptions.HTTPException: 401 Unauthorized: Token expired python auth_error 80% 84% ai_generated
RuntimeError: The request body is already consumed python data_error 80% 83% ai_generated
ModuleNotFoundError: No module named 'tests' python module_error 80% 85% ai_generated
AssertionError: Expected 200 but got 404 assert 404 == 200 python runtime_error 80% 85% ai_generated
FileNotFoundError: [Errno 2] No such file or directory: 'test_data.csv' python data_error 80% 85% ai_generated
ScopeMismatch: You tried to access the 'session' scoped fixture 'db_connection' from a 'function' scoped fixture 'user_fixture' python config_error 80% 85% ai_generated
ValueError: The number of names (2) and values (3) must match python type_error 80% 85% ai_generated
AssertionError: expected call not found. Expected: mock(1, 2, 3) Actual: mock(1, 2) python runtime_error 80% 85% ai_generated
CoverageFailure: Could not import module 'my_module' for coverage measurement python module_error 80% 85% ai_generated
WorkerCrash: Worker 0 crashed with exit code -6 (SIGABRT) python system_error 80% 85% ai_generated
TimeoutError: Test timed out after 30.0 seconds python runtime_error 80% 85% ai_generated
AttributeError: module 'sys' has no attribute 'version_info' python runtime_error 80% 85% ai_generated
RuntimeError: Error during teardown of fixture 'database' (got exception: OperationalError: database is locked) python runtime_error 80% 85% ai_generated
PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register it with markers option python config_error 80% 85% ai_generated
LogCaptureError: Failed to capture log output: 'NoneType' object has no attribute 'write' python runtime_error 80% 85% ai_generated
PermissionError: [Errno 13] Permission denied: '/tmp/pytest-of-user/pytest-123/test_0/' python system_error 80% 85% ai_generated
AssertionError: Regex pattern '\d+' does not match 'abc'. assert regex_search('\d+', 'abc') python runtime_error 80% 85% ai_generated
AssertionError: 1 != 2 : Test results depend on execution order python runtime_error 80% 85% ai_generated
ImportError: cannot import name 'my_helper' from 'conftest' (unknown location) python module_error 80% 85% ai_generated
Failed: assert False, 'Custom failure message' python runtime_error 80% 85% ai_generated
TypeError: unsupported operand type(s) for -: 'str' and 'float' python type_error 80% 85% ai_generated
pytest.PytestDeprecationWarning: The 'func' argument is deprecated, use 'function' instead python config_error 80% 85% ai_generated
Skipped: evaluating condition 'sys.platform == "win32"' raised AttributeError: module 'sys' has no attribute 'platform' python runtime_error 80% 85% ai_generated
Failed: DID NOT RAISE <class 'ValueError'> python runtime_error 80% 85% ai_generated
ImportError: No module named 'module_to_patch' python module_error 80% 85% ai_generated
CacheError: Failed to read cache from .pytest_cache/v/cache/nodeids: [Errno 5] Input/output error python data_error 80% 85% ai_generated
AssertionError: assert <unittest.mock.MagicMock name='mock.method' id='140234567890'> is not None python runtime_error 80% 85% ai_generated
ERROR: Invalid requirement: 'package<1.0,>=2.0' python config_error 80% 85% ai_generated
ConfigParser.MissingSectionHeaderError: File contains no section headers. file: setup.cfg, line: 1 '[metadata]\n' python config_error 80% 85% ai_generated
ERROR: Could not find a version that satisfies the requirement mypackage (from versions: none) ERROR: No matching distribution found for mypackage python module_error 80% 85% ai_generated
RuntimeError: Setuptools version 58.0.0 is too old to use the pyproject.toml build system. Minimum required is 60.0.0. python install_error 80% 85% ai_generated
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. python install_error 80% 85% ai_generated
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. mypackage 1.0 requires otherpackage<2.0, but you have otherpackage 2.1 which is incompatible. python install_error 80% 85% ai_generated
ModuleNotFoundError: No module named 'setuptools' python module_error 80% 85% ai_generated
ERROR: Could not install packages due to an OSError: [Errno 1] _ssl.c:510: error:1408F10B:SSL routines:ssl3_get_record:wrong version number python network_error 80% 85% ai_generated
ERROR: mypackage-1.0-py3-none-any.whl is not a valid wheel filename. python data_error 80% 85% ai_generated
ModuleNotFoundError: No module named 'pkg_resources' python module_error 80% 85% ai_generated
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' python config_error 80% 85% ai_generated
ERROR: Invalid version specifier: '>=1.0, <2.0' (trailing comma) python config_error 80% 85% ai_generated
error: Cython does not appear to be installed. Please install Cython to compile this package. python install_error 80% 85% ai_generated
ERROR: HTTP error 403 while getting https://pypi.org/simple/mypackage/ (from https://pypi.org/simple) python network_error 80% 85% ai_generated
error: Multiple top-level packages discovered in a flat-layout: ['package1', 'package2']. python config_error 80% 85% ai_generated
ERROR: pip's legacy dependency resolver is deprecated. Please upgrade pip to use the new resolver. python install_error 80% 85% ai_generated
ERROR: Exception: Traceback (most recent call last): ... File "pip/_vendor/urllib3/response.py", line 438, in _error_catcher raise ProtocolError('Connection broken: %r' % e, e) pip._vendor.urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read)) python network_error 80% 85% ai_generated
error: Error in setup.cfg: entry_points must be a dictionary, not a list python config_error 80% 85% ai_generated
ERROR: Package 'mypackage' requires a different Python: 3.8.10 not in '>=3.9' python install_error 80% 85% ai_generated
error: package data file 'mypackage/data/config.yaml' not found python config_error 80% 85% ai_generated
ERROR: 403 Client Error: Forbidden for url: https://private-pypi.example.com/simple/mypackage/ python auth_error 80% 85% ai_generated
ValueError: python_requires must be a string containing a valid version specifier, not '>=3.6, <4.0' python config_error 80% 85% ai_generated
ERROR: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError': HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. python network_error 80% 85% ai_generated
error: In setup.cfg: 'extras_require' must be a dictionary, not a string python config_error 80% 85% ai_generated
ERROR: no such option: --no-use-wheel python config_error 80% 85% ai_generated
aiohttp.client_exceptions.ClientResponseError: Response not consumed python data_error 80% 82% ai_generated
asyncio.exceptions.CancelledError: Task was destroyed but it is pending python runtime_error 80% 88% ai_generated
ResourceWarning: Unclosed transport <asyncio.sslproto._SSLProtocolTransport object> python system_error 80% 83% ai_generated
RuntimeError: asyncio.run() cannot be called from a running event loop python runtime_error 80% 87% ai_generated
aiohttp.client_exceptions.ClientConnectorSSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed python network_error 80% 84% ai_generated
asyncio.exceptions.CancelledError: CancelledError not caught in gather python runtime_error 80% 86% ai_generated
asyncio.exceptions.TimeoutError: Connection timeout to host python network_error 80% 82% ai_generated
aiohttp.client_exceptions.WSServerHandshakeError: Invalid websocket handshake python network_error 80% 83% ai_generated
asyncio.exceptions.TimeoutError: Lock acquire timed out python runtime_error 80% 84% ai_generated
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host example.com:80 ssl:default [Connection refused] python network_error 80% 82% ai_generated
ValueError: Semaphore acquired too many times python runtime_error 80% 85% ai_generated
aiohttp.client_exceptions.ClientConnectorDNSError: Cannot resolve hostname example.com python network_error 80% 83% ai_generated
asyncio.exceptions.TimeoutError: Queue get timed out python runtime_error 80% 84% ai_generated
aiohttp.client_exceptions.ClientProxyConnectionError: Cannot connect to proxy python network_error 80% 82% ai_generated
asyncio.exceptions.CancelledError: CancelledError raised in task python runtime_error 80% 86% ai_generated
aiohttp.client_exceptions.ClientHttpProxyError: 407 Proxy Authentication Required python auth_error 80% 83% ai_generated
RuntimeError: Event loop is closed: call_soon() cannot be called python runtime_error 80% 84% ai_generated
aiohttp.client_exceptions.ClientHttpVersionError: Invalid HTTP version: HTTP/2 python network_error 80% 82% ai_generated
TypeError: a coroutine was expected, got <class 'str'> python type_error 80% 87% ai_generated
aiohttp.client_exceptions.ClientConnectorSSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number python network_error 80% 83% ai_generated
asyncio.exceptions.InvalidStateError: Future is already resolved python runtime_error 80% 84% ai_generated
aiohttp.client_exceptions.TooManyRedirects: Exceeded 30 redirects python network_error 80% 82% ai_generated
RuntimeError: asyncio.run() is not available in this Python version python runtime_error 80% 88% ai_generated
UnicodeEncodeError: 'locale' codec can't encode character '\u2014' in position 0: encoding error python encoding_error 80% 85% ai_generated
ImportError: Cannot load backend 'TkAgg' which requires the 'tkinter' interactive framework, as 'headless' is not running a display. python module_error 80% 88% ai_generated
ValueError: The 'loc' parameter must be a string or an integer between 0 and 10, but you provided 'center left' which is a valid string but misspelled. python config_error 80% 82% ai_generated
AttributeError: 'NoneType' object has no attribute 'plot' python runtime_error 80% 85% ai_generated
ValueError: 'seaborn' is not a valid style sheet. Available styles: ['bmh', 'classic', 'dark_background', 'fast', 'fivethirtyeight', 'ggplot', 'grayscale', 'seaborn-v0_8', 'seaborn-v0_8-bright', 'seaborn-v0_8-colorblind', 'seaborn-v0_8-dark', 'seaborn-v0_8-dark-palette', 'seaborn-v0_8-darkgrid', 'seaborn-v0_8-deep', 'seaborn-v0_8-muted', 'seaborn-v0_8-notebook', 'seaborn-v0_8-paper', 'seaborn-v0_8-pastel', 'seaborn-v0_8-talk', 'seaborn-v0_8-ticks', 'seaborn-v0_8-white', 'seaborn-v0_8-whitegrid', 'tableau-colorblind10'] python config_error 80% 87% ai_generated
TypeError: 'figsize' is an invalid keyword argument for <class 'matplotlib.figure.Figure'> python type_error 80% 84% ai_generated
ValueError: 'viridis' is not a valid colormap name. Valid names are: ['Accent', 'Accent_r', 'Blues', ...] python config_error 80% 83% ai_generated
ValueError: dpi must be a positive number, got -100 python runtime_error 80% 86% ai_generated
TypeError: rotation must be a number or string, not a list python type_error 80% 82% ai_generated
ValueError: Unknown projection '3d' python module_error 80% 88% ai_generated
TypeError: 'Line2D' object is not iterable python type_error 80% 84% ai_generated
RuntimeWarning: More than 20 figures have been opened. Figures created with the pyplot interface (matplotlib.pyplot) are retained until explicitly closed and may consume too much memory. python runtime_error 80% 86% ai_generated
AttributeError: 'NoneType' object has no attribute 'copy_from_bbox' python runtime_error 80% 83% ai_generated
KeyError: 'font.size' is not a valid rc parameter. See rcParams.keys() for valid parameters. python config_error 80% 85% ai_generated
ValueError: xlim must be a 2-element sequence of numbers, got [0, 10, 20] python runtime_error 80% 84% ai_generated
ImportError: cannot import name 'cm' from 'matplotlib' (unknown location) python module_error 80% 82% ai_generated
ValueError: Date ordinal 737791 is not a valid date for the Gregorian calendar. python data_error 80% 83% ai_generated
ValueError: Number of contour levels must be at least 2, got 1. python runtime_error 80% 85% ai_generated
RuntimeError: Failed to process string with tex because of missing font metrics. python system_error 80% 86% ai_generated
ValueError: Interactive mode must be a boolean, got 'True' (string). python type_error 80% 84% ai_generated
TypeError: 'bins' must be an integer, a sequence of scalars, or a string, not <class 'list'> of strings. python type_error 80% 85% ai_generated
ValueError: left cannot be >= right, but left=0.5, right=0.3 python config_error 80% 86% ai_generated
TypeError: 'ticks' must be a sequence of numbers or None, got <class 'list'> of strings. python type_error 80% 84% ai_generated
ValueError: s must be a scalar or 1D array of the same length as x and y, got array of length 5 when x has length 10. python data_error 80% 85% ai_generated
FileNotFoundError: [Errno 2] No such file or directory: '/nonexistent/path/figure.png' python system_error 80% 87% ai_generated
requests.exceptions.SSLError: HTTPSConnectionPool(host='example.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate does not match 'example.com''))) python network_error 80% 85% ai_generated
httpx.ConnectTimeout: Connection timed out after 5000ms to host 'api.example.com' (DNS resolution failed) python network_error 80% 88% ai_generated
requests.exceptions.ConnectionError: HTTPConnectionPool(host='proxy.example.com', port=8080): Max retries exceeded with url: http://target.com/ (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication Required'))) python auth_error 80% 87% ai_generated
httpx.HTTPStatusError: Client error '429 Too Many Requests' for url 'https://api.example.com/v1/data' python network_error 80% 86% ai_generated
requests.exceptions.ConnectionError: HTTPConnectionPool(host='nonexistent.example.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x...>: Failed to establish a new connection: [Errno -2] Name or service not known')) python network_error 80% 84% ai_generated
httpx.ReadTimeout: The read operation timed out after 30 seconds while reading response from 'https://api.example.com/v1/large-data' python network_error 80% 88% ai_generated
requests.exceptions.SSLError: HTTPSConnectionPool(host='internal.example.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain'))) python network_error 80% 86% ai_generated
httpx.ConnectTimeout: Connection timed out after 5000ms to host 'api.example.com' (Connection refused) python network_error 80% 87% ai_generated
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) while parsing response from 'https://api.example.com/v1/data' python data_error 80% 85% ai_generated
httpx.ConnectError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1123) while connecting to 'http://api.example.com' python network_error 80% 88% ai_generated
requests.exceptions.ConnectionError: HTTPConnectionPool(host='proxy.example.com', port=8080): Max retries exceeded with url: http://target.com/ (Caused by ProxyError('Cannot connect to proxy.', ConnectionResetError(104, 'Connection reset by peer'))) python network_error 80% 86% ai_generated
httpx.HTTPStatusError: Client error '403 Forbidden' for url 'https://api.example.com/v1/restricted' python auth_error 80% 87% ai_generated
requests.exceptions.ConnectionError: HTTPConnectionPool(host='slow.example.com', port=80): Max retries exceeded with url: / (Caused by ConnectTimeoutError('<urllib3.connection.HTTPConnection object at 0x...>: Failed to establish a new connection: [Errno 110] Connection timed out')) python network_error 80% 85% ai_generated
httpx.ConnectError: [Errno -2] Name or service not known while connecting to 'nonexistent.example.com' python network_error 80% 84% ai_generated
requests.exceptions.SSLError: HTTPSConnectionPool(host='expired.example.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired'))) python network_error 80% 86% ai_generated
httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123) while connecting to 'https://internal.example.com' python network_error 80% 87% ai_generated
requests.exceptions.ConnectionError: HTTPConnectionPool(host='proxy.example.com', port=8080): Max retries exceeded with url: http://target.com/ (Caused by ProxyError('Cannot connect to proxy.', ConnectTimeoutError('<urllib3.connection.HTTPConnection object at 0x...>: Failed to establish a new connection: [Errno 110] Connection timed out'))) python network_error 80% 86% ai_generated
httpx.HTTPStatusError: Server error '500 Internal Server Error' for url 'https://api.example.com/v1/process' python network_error 80% 85% ai_generated
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x...>: Failed to establish a new connection: [Errno 111] Connection refused')) python network_error 80% 88% ai_generated
httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not trusted (_ssl.c:1123) while connecting to 'https://untrusted.example.com' python network_error 80% 86% ai_generated
requests.exceptions.TooManyRedirects: Exceeded 30 redirects while fetching 'https://redirect.example.com' python network_error 80% 87% ai_generated
httpx.ConnectError: [Errno 104] Connection reset by peer while connecting to 'https://unstable.example.com' python network_error 80% 86% ai_generated
requests.exceptions.SSLError: HTTPSConnectionPool(host='revoked.example.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate revoked'))) python network_error 80% 85% ai_generated
httpx.ConnectError: [SSL: SSL_HANDSHAKE_FAILURE] ssl handshake failure (_ssl.c:1123) while connecting to 'https://incompatible.example.com' python network_error 80% 87% ai_generated
requests.exceptions.SSLError: HTTPSConnectionPool(host='incomplete.example.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get issuer certificate'))) python network_error 80% 86% ai_generated
RuntimeError: Working outside of request context. python runtime_error 80% 85% ai_generated
fastapi.exceptions.HTTPException: 404: Not Found python runtime_error 80% 88% ai_generated
RuntimeError: Connection refused: The server is not running or is unreachable. python network_error 80% 82% ai_generated
fastapi.exceptions.RequestValidationError: field required python type_error 80% 87% ai_generated
starlette.exceptions.HTTPException: 405: Method Not Allowed python runtime_error 80% 83% ai_generated
KeyError: 'session' python data_error 80% 86% ai_generated
AttributeError: 'Request' object has no attribute 'json' python type_error 80% 84% ai_generated
ImportError: No module named 'uvicorn' python module_error 80% 88% ai_generated
AssertionError: View function mapping is overwriting an existing endpoint function: main python config_error 80% 85% ai_generated
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte python encoding_error 80% 82% ai_generated
RuntimeError: Multiple exception handlers registered for the same exception type. python config_error 80% 81% ai_generated
TypeError: render_template() missing 1 required positional argument: 'template_name_or_list' python type_error 80% 88% ai_generated
ValueError: Duplicate route path: /items python config_error 80% 86% ai_generated
AssertionError: ASGI app not mounted on lifespan python config_error 80% 80% ai_generated
ImportError: No module named 'flask_sqlalchemy' python module_error 80% 87% ai_generated
TypeError: 'function' object is not callable in path operation python type_error 80% 85% ai_generated
RuntimeError: No response returned. python runtime_error 80% 88% ai_generated
RuntimeError: The session is not available for the current request. python runtime_error 80% 84% ai_generated
fastapi.exceptions.HTTPException: 422: Unprocessable Entity python data_error 80% 86% ai_generated
ERROR: No matching distribution found for tensorflow==2.12.0 python install_error 80% 85% ai_generated
error: Unknown distribution option: 'entry_points' python config_error 80% 85% ai_generated
ERROR: Invalid requirement: 'numpy>=1.19.0,<2.0' python config_error 80% 85% ai_generated
error: package directory 'src/mypackage' does not exist python config_error 80% 85% ai_generated
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f...>: Failed to establish a new connection: [Errno 110] Connection timed out')': /simple/package/ python network_error 80% 85% ai_generated
error: Each package must have an __init__.py file in its directory python config_error 80% 85% ai_generated
ERROR: pip's dependency resolver conflicts with installed package 'requests==2.25.0' while installing 'mypackage' python install_error 80% 85% ai_generated
error: Invalid version string: '1.0.0-beta' python config_error 80% 85% ai_generated
ERROR: Invalid archive format: /tmp/pip-install-xxx/package.tar.gz python install_error 80% 85% ai_generated
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/... (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate'))) python network_error 80% 85% ai_generated
ERROR: Could not parse requirement: 'numpy @ git+https://github.com/numpy/numpy.git' python install_error 80% 85% ai_generated
ERROR: numpy-1.24.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl is not a supported wheel on this platform. python install_error 80% 85% ai_generated
ERROR: Command errored out with exit status 128: git clone --filter=blob:none --quiet https://github.com/user/private-repo.git ... (fatal: Authentication failed for 'https://github.com/user/private-repo.git/') python auth_error 80% 85% ai_generated
error: 'entry_points' must be a dictionary python config_error 80% 85% ai_generated
ERROR: Could not open requirements file: [Errno 22] Invalid argument: 'requirements.txt' python encoding_error 80% 85% ai_generated
ERROR: JSON object must be str, bytes or bytearray, not 'NoneType' python network_error 80% 85% ai_generated
WARNING: Duplicate entry in requirements file: numpy==1.21.0 (line 3) and numpy==1.22.0 (line 5) python config_error 80% 85% ai_generated
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, update the hashes. Otherwise, remove the file. python install_error 80% 85% ai_generated
error: setup.py must be in the same directory as the setup.cfg python config_error 80% 85% ai_generated
django.db.migrations.exceptions.NoChanges: No changes detected python config_error 80% 85% ai_generated
MultiValueDictKeyError at /submit/ python data_error 80% 88% ai_generated
Forbidden (CSRF token missing or incorrect.) at /login/ python auth_error 80% 87% ai_generated
django.core.exceptions.FieldError: Unknown field(s) (age) specified for User python data_error 80% 86% ai_generated
'Manager' object has no attribute 'filter_by' python type_error 80% 84% ai_generated
'HttpResponse' object is not callable at /home/ python type_error 80% 85% ai_generated
django.core.exceptions.SuspiciousOperation: Invalid HTTP_HOST header python config_error 80% 88% ai_generated
django.db.migrations.exceptions.IrreversibleError: Migration 0002_auto cannot be reversed python data_error 80% 83% ai_generated
django.core.exceptions.ValidationError: ['Enter a valid email address.'] python data_error 80% 86% ai_generated
django.core.exceptions.ImproperlyConfigured: The included URLconf '<module>' does not appear to have any patterns in it. python config_error 80% 87% ai_generated
django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path. python config_error 80% 88% ai_generated
django.db.utils.IntegrityError: NOT NULL constraint failed: app_model.field python data_error 80% 86% ai_generated
The view app.views.my_view didn't return an HttpResponse object. It returned None instead. python runtime_error 80% 87% ai_generated
TypeError: __init__() missing 1 required positional argument: 'get_response' python type_error 80% 85% ai_generated
django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: id, title, created_at python data_error 80% 86% ai_generated
KeyError at /dashboard/ 'user_id' python data_error 80% 87% ai_generated
django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '=' from 'user.age=' python data_error 80% 85% ai_generated
django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: myapp python config_error 80% 86% ai_generated
django.core.exceptions.PermissionDenied at /admin/ python auth_error 80% 87% ai_generated
django.db.migrations.exceptions.NodeNotFoundError: Migration myapp.0002_auto dependencies reference nonexistent parent node ('otherapp', '0001_initial') python data_error 80% 83% ai_generated
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9a in position 1234: character maps to <undefined> python encoding_error 80% 85% ai_generated
error: Setup script exited with error: command 'gcc' failed: No such file or directory python system_error 80% 88% ai_generated
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '.../METADATA' python data_error 80% 82% ai_generated
pkg_resources.VersionConflict: (setuptools 58.0.0 (/usr/lib/python3/dist-packages), Requirement.parse('setuptools>=60.0.0')) python config_error 80% 87% ai_generated
ERROR: Could not install packages due to an EnvironmentError: [Errno 39] Directory not empty: '.../src/package.egg-info' python system_error 80% 84% ai_generated
ERROR: Could not find a version that satisfies the requirement somepackage==999.0.0 (from versions: 0.1, 0.2, 1.0) python config_error 80% 87% ai_generated
TypeError: entry_points() got an unexpected keyword argument 'console_scripts' python type_error 80% 84% ai_generated
ERROR: ResolutionImpossible: because package-a depends on package-b and package-b depends on package-a python data_error 80% 83% ai_generated
ERROR: Failed building wheel for mypackage error: command 'cmake' failed: No such file or directory python system_error 80% 87% ai_generated
error: python_requires='>=3.7' but the installed Python version is 3.6.9 python config_error 80% 88% ai_generated
ERROR: Hash mismatch for package-1.0.tar.gz Expected sha256: abc... Actual sha256: xyz... python data_error 80% 82% ai_generated
ValueError: Unknown distribution option: 'long_description_content_type' python config_error 80% 86% ai_generated
ERROR: Can't determine which entry to delete from cache: ... python system_error 80% 84% ai_generated
ERROR: Could not find a version that satisfies the requirement mypackage[extra] (from versions: none) python config_error 80% 85% ai_generated
ERROR: Invalid requirement: '-e git+https://github.com/user/repo.git#egg=package' - Expected a valid requirement name python config_error 80% 82% ai_generated
SyntaxError: 'await' outside async function python runtime_error 80% 90% ai_generated
aiohttp.client_exceptions.ClientConnectorCertificateError: <url> python network_error 80% 83% ai_generated
RuntimeError: The session is unavailable because no secret key was set. Set the secret_key on the application to something unique and secret. python config_error 80% 85% ai_generated
AssertionError: Duplicate route: /items python config_error 80% 85% ai_generated
RuntimeError: Lifespan protocol not supported. Use 'lifespan' parameter. python config_error 80% 85% ai_generated
AssertionError: The name 'auth' is not registered as a blueprint. Did you forget to register it? python config_error 80% 85% ai_generated
fastapi.exceptions.FastAPIError: Invalid type for query parameter 'age': <class 'str'> is not a valid type for a query parameter. python type_error 80% 85% ai_generated
RuntimeError: CORS headers are missing. Use 'Access-Control-Allow-Origin' header. python config_error 80% 85% ai_generated
fastapi.exceptions.RequestValidationError: [{'type': 'missing', 'loc': ['body'], 'msg': 'Field required', 'input': None}] python data_error 80% 85% ai_generated
ValueError: Invalid type for path parameter 'id': expected int, got str python type_error 80% 85% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'user_profile' with values ['user_id']. Did you mean 'user' instead? python config_error 80% 85% ai_generated
FileNotFoundError: [Errno 2] No such file or directory: 'static/style.css' python config_error 80% 85% ai_generated
ModuleNotFoundError: No module named 'flask_sqlalchemy' python module_error 80% 85% ai_generated
pydantic.error_wrappers.ValidationError: 1 validation error for Item name field required (type=value_error.missing) python data_error 80% 85% ai_generated
asyncio.exceptions.TimeoutError: The operation timed out python network_error 80% 85% ai_generated
TypeError: 'Response' object is not callable python type_error 80% 85% ai_generated
RuntimeError: Middleware 'CORSMiddleware' must be added before 'TrustedHostMiddleware' to work correctly. python config_error 80% 85% ai_generated
fastapi.exceptions.FastAPIError: Invalid dependency: 'get_db' is not a callable or a class. python type_error 80% 85% ai_generated
django.db.utils.OperationalError: no such table: myapp_mymodel python data_error 80% 85% ai_generated
django.core.exceptions.ValidationError: {'model': [ValidationError(['“test” is not a valid UUID.'])]} python data_error 80% 82% ai_generated
TypeError at /api/users/abc/ Expected 'int' but received 'str' python type_error 80% 87% ai_generated
django.db.utils.OperationalError: no such table: django_session python data_error 80% 84% ai_generated
django.core.exceptions.SuspiciousOperation: Invalid HTTP_HOST header: 'evil.com'. python auth_error 80% 86% ai_generated
django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (already exists) python data_error 80% 81% ai_generated
django.template.exceptions.TemplateSyntaxError: Invalid block tag: 'endblock', expected 'endblock' or 'endblock %}' python runtime_error 80% 83% ai_generated
django.core.exceptions.MultipleObjectsReturned: get() returned more than one MyModel -- it returned 2! python data_error 80% 88% ai_generated
django.db.utils.OperationalError: could not connect to server: Connection refused python network_error 80% 87% ai_generated
django.template.exceptions.TemplateDoesNotExist: admin/login.html python config_error 80% 86% ai_generated
django.core.exceptions.ValidationError: {'email': [ValidationError(['Enter a valid email address.'])]} python data_error 80% 84% ai_generated
django.db.models.query_utils.InvalidQuery: Cannot query "my_value": Must be a User instance. python type_error 80% 82% ai_generated
django.core.exceptions.ImproperlyConfigured: The STATIC_URL setting must not be empty. python config_error 80% 88% ai_generated
django.core.exceptions.ValidationError: {'field': [ValidationError(['This field is required.'])]} python data_error 80% 86% ai_generated
django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with arguments '('abc',)' not found. python runtime_error 80% 87% ai_generated
django.db.utils.OperationalError: database is locked python data_error 80% 83% ai_generated
django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '|' from 'my_var|' python runtime_error 80% 85% ai_generated
django.http.request.RawPostDataException: You cannot access body after reading from request's data stream python runtime_error 80% 82% ai_generated
django.db.utils.IntegrityError: NOT NULL constraint failed: auth_user.username python data_error 80% 88% ai_generated
django.core.exceptions.ImproperlyConfigured: The STATICFILES_DIRS setting should not contain the STATIC_ROOT directory. python config_error 80% 86% ai_generated
TypeError: 'int' object is not callable when calling mock.return_value python type_error 80% 88% ai_generated
pytest.PytestConfigError: Unknown plugin: 'pytest-cov' python install_error 80% 87% ai_generated
AssertionError: ValueError not raised when calling func() python runtime_error 80% 84% ai_generated
ValueError: 2 parameters passed to 'test_add' but expected 1 python data_error 80% 86% ai_generated
AttributeError: <class 'module'> does not have the attribute 'some_function' python config_error 80% 88% ai_generated
AssertionError: assert 0 == 1 in caplog.records for 'WARNING' level python runtime_error 80% 82% ai_generated
ImportError: Start directory 'tests' is not importable: 'tests' is not a package python module_error 80% 84% ai_generated
StopIteration: Caught StopIteration from side_effect; consider using side_effect with an iterable python runtime_error 80% 86% ai_generated
pytest.PytestUsageError: Unknown marker 'slow' - maybe you meant 'slow_test'? python config_error 80% 87% ai_generated
TypeError: skip() missing required positional argument: 'reason' python type_error 80% 88% ai_generated
AttributeError: Mock object has no attribute 'non_existent_method' when using autospec python type_error 80% 84% ai_generated
pytest.fail() called without a message; use pytest.fail(reason='...') python runtime_error 80% 86% ai_generated
AssertionError: Expected mock to have been called 3 times. Called 2 times. python runtime_error 80% 87% ai_generated
pytest-timeout: TimeoutError: Test timed out after 5.0 seconds python runtime_error 80% 83% ai_generated
TypeError: cannot mock attribute 'requests' of 'module' object; use patch.object() instead python config_error 80% 85% ai_generated
Fixture 'data' called directly. Fixtures are not meant to be called directly, but are provided automatically by pytest. python runtime_error 80% 86% ai_generated
AttributeError: 'function' object has no attribute 'return_value' python type_error 80% 88% ai_generated
AssertionError: assert 0.1 + 0.2 == 0.3; 0.30000000000000004 != 0.3 python data_error 80% 87% ai_generated
AttributeError: Mock object has no attribute 'foo' when using spec=MyClass python type_error 80% 84% ai_generated
TypeError: a bytes-like object is required, not 'str' in capsys.readouterr() python type_error 80% 82% ai_generated
fastapi.exceptions.RequestValidationError: field required (type=value_error.missing) python type_error 80% 85% ai_generated
RuntimeError: No application configured python runtime_error 80% 85% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'index' python config_error 80% 85% ai_generated
TypeError: 'Middleware' object is not callable python type_error 80% 85% ai_generated
websockets.exceptions.ConnectionClosedOK: received 1000 (OK); then sent 1000 (OK) python network_error 80% 85% ai_generated
RuntimeError: The session is unavailable because no secret key was set. python runtime_error 80% 85% ai_generated
ImportError: cannot import name 'BaseModel' from 'pydantic' python module_error 80% 85% ai_generated
HTTPException: 405 Method Not Allowed python network_error 80% 85% ai_generated
CORS error: Origin http://example.com is not allowed by Access-Control-Allow-Origin python network_error 80% 85% ai_generated
TypeError: 'Depends' object is not callable python type_error 80% 85% ai_generated
werkzeug.exceptions.InternalServerError: 500 Internal Server Error python runtime_error 80% 85% ai_generated
TypeError: Object of type 'Decimal' is not JSON serializable python type_error 80% 85% ai_generated
ImportError: cannot import name 'HTTPException' from 'fastapi' python module_error 80% 85% ai_generated
TypeError: CORSMiddleware.__init__() got an unexpected keyword argument 'allow_origins' python config_error 80% 85% ai_generated
AssertionError: Blueprint 'auth' is already registered python config_error 80% 85% ai_generated
fastapi.exceptions.RequestValidationError: field required (type=value_error.missing) for query parameter 'page' python type_error 80% 85% ai_generated
AssertionError: Duplicate path parameter: 'item_id' python runtime_error 80% 82% ai_generated
RuntimeError: Invalid close code: 1006 python runtime_error 80% 83% ai_generated
ValueError: Dependency 'get_db' has already been overridden python runtime_error 80% 81% ai_generated
RuntimeError: Body is not JSON: 'invalid json' python data_error 80% 84% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'user' with values ['user_id'] python runtime_error 80% 86% ai_generated
fastapi.exceptions.ResponseValidationError: Response model validation failed: field 'email' is not a valid email address python data_error 80% 83% ai_generated
RuntimeError: CORS headers missing for preflight request python network_error 80% 85% ai_generated
KeyError: 'DATABASE_URL' python config_error 80% 85% ai_generated
fastapi.exceptions.RequestValidationError: Field required: 'name' python data_error 80% 84% ai_generated
RuntimeError: WebSocket connection closed unexpectedly python network_error 80% 82% ai_generated
RequestEntityTooLarge: Request body is too large python runtime_error 80% 86% ai_generated
fastapi.exceptions.RequestValidationError: Header 'Authorization' is required python data_error 80% 83% ai_generated
TypeError: Path parameter 'id' must be an integer python type_error 80% 84% ai_generated
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on 'localhost' ([Errno 111] Connection refused)") python network_error 80% 85% ai_generated
fastapi.WebSocketDisconnect: code=1006, reason='' python network_error 80% 82% ai_generated
ValueError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1) python data_error 80% 83% ai_generated
jinja2.exceptions.UndefinedError: 'user' is undefined python runtime_error 80% 84% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'login' python runtime_error 80% 86% ai_generated
fastapi.HTTPException: 404 Not Found python runtime_error 80% 87% ai_generated
RuntimeError: Connection does not exist. python runtime_error 80% 81% ai_generated
AssertionError: Response body already sent python runtime_error 80% 84% ai_generated
AttributeError: 'Flask' object has no attribute 'method' python type_error 80% 82% ai_generated
ValueError: Invalid JSON: Expecting property name enclosed in double quotes python data_error 80% 88% ai_generated
ImportError: cannot import name 'request' from 'flask' python module_error 80% 83% ai_generated
RuntimeError: ContextVar 'context' already exists python runtime_error 80% 81% ai_generated
AttributeError: 'Starlette' object has no attribute 'add_middleware' python type_error 80% 84% ai_generated
TypeError: decorator() missing 1 required positional argument: 'f' python type_error 80% 86% ai_generated
TypeError: argument of type 'NoneType' is not iterable python type_error 80% 87% ai_generated
RuntimeError: Working outside of application context. python runtime_error 80% 82% ai_generated
RuntimeError: Dependency cache key error python runtime_error 80% 83% ai_generated
TypeError: Middleware must be callable python type_error 80% 86% ai_generated
ImportError: cannot import name 'app' from partially initialized module 'myapp' (most likely due to a circular import) python module_error 80% 85% ai_generated
TypeError: 'coroutine' object is not callable python type_error 80% 88% ai_generated
RuntimeError: No 'Access-Control-Allow-Origin' header is present on the requested resource python config_error 80% 84% ai_generated
ValueError: Duplicate param name 'item_id' in path operation python config_error 80% 83% ai_generated
RuntimeError: Lifespan protocol error: received 'lifespan.shutdown' before 'lifespan.startup.complete' python system_error 80% 81% ai_generated
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server python config_error 80% 87% ai_generated
TypeError: missing 1 required positional argument: 'db' python type_error 80% 85% ai_generated
werkzeug.exceptions.MethodNotAllowed: 405 Method Not Allowed: The method is not allowed for the requested URL python runtime_error 80% 88% ai_generated
fastapi.exceptions.HTTPException: 404 Not Found python runtime_error 80% 84% ai_generated
TypeError: 'str' object cannot be interpreted as an integer python type_error 80% 82% ai_generated
RuntimeError: Request body exceeded maximum size (1000000 bytes) python data_error 80% 83% ai_generated
AssertionError: Route function must be async python type_error 80% 84% ai_generated
sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) UNIQUE constraint failed: users.email python data_error 80% 87% ai_generated
fastapi.exceptions.HTTPException: 401 Unauthorized: Not authenticated python auth_error 80% 86% ai_generated
asyncio.TimeoutError: WebSocket receive timed out python network_error 80% 81% ai_generated
alembic.util.exc.CommandError: Can't locate revision identified by 'abc123' python config_error 80% 85% ai_generated
RuntimeError: CORS: Cannot use allow_credentials with allow_origins='*' python config_error 80% 84% ai_generated
ERROR: No matching distribution found for somepackage==999.0.0 python install_error 80% 85% ai_generated
packaging.version.InvalidVersion: Invalid version: '1.0.0-rc1+build.123' python data_error 80% 88% ai_generated
ERROR: Cannot install package1==1.0 and package2==2.0 because these package versions have conflicting dependencies. python install_error 80% 83% ai_generated
error: package directory 'mypackage/data' does not exist python config_error 80% 84% ai_generated
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x...>, 'Connection to pypi.org timed out. (connect timeout=15)')' python network_error 80% 86% ai_generated
TypeError: parse_requirement() missing 1 required positional argument: 'requirement_string' python type_error 80% 81% ai_generated
ERROR: option --extra-index-url requires an argument python config_error 80% 87% ai_generated
error: Cython does not appear to be installed. Use 'pip install Cython' to install it. python install_error 80% 88% ai_generated
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, update the hashes. Otherwise, remove the hashes from the file. python security_error 80% 85% ai_generated
TypeError: '>' not supported between instances of 'Version' and 'str' python type_error 80% 84% ai_generated
ERROR: Invalid constraint line in constraints.txt: 'package1' - Expected a version specifier python config_error 80% 83% ai_generated
packaging.markers.UndefinedEnvironmentName: 'extra' is not defined in environment markers python data_error 80% 82% ai_generated
packaging.specifiers.InvalidSpecifier: Invalid specifier: '>=1.0,<2.0' python data_error 80% 84% ai_generated
ERROR: Command errored out with exit status 128: git clone -q https://github.com/user/repo.git /tmp/pip-req-build-xxx. Check the logs for full command output. python network_error 80% 86% ai_generated
ImportError: cannot import name 'canonicalize_name' from 'packaging.utils' python module_error 80% 83% ai_generated
ERROR: Cannot install package1 and package2 because they have conflicting dependencies. Resolver: Circular dependency detected: package1 -> package2 -> package1 python install_error 80% 85% ai_generated
fastapi.exceptions.RequestValidationError: 422: Field required python type_error 80% 88% ai_generated
RuntimeError: No route matches for path '/api/items/123' python runtime_error 80% 82% ai_generated
ModuleNotFoundError: No module named 'starlette' python module_error 80% 85% ai_generated
TypeError: Object of type 'User' is not JSON serializable python type_error 80% 87% ai_generated
ValueError: View function did not return a response python runtime_error 80% 85% ai_generated
RuntimeError: coroutine object is not callable python runtime_error 80% 83% ai_generated
HTTPException: 500 Internal Server Error python runtime_error 80% 82% ai_generated
RuntimeError: Dependency cache key must be hashable python type_error 80% 84% ai_generated
ImportError: cannot import name 'current_app' from 'flask' python module_error 80% 82% ai_generated
RuntimeError: Uvicorn worker failed to start python system_error 80% 83% ai_generated
AttributeError: 'Flask' object has no attribute 'run' python runtime_error 80% 85% ai_generated
TypeError: 'HTTPException' object is not callable python runtime_error 80% 85% ai_generated
TypeError: '<=' not supported between instances of 'str' and 'int' python type_error 80% 87% ai_generated
RuntimeError: The ASGI application instance is not available. python runtime_error 80% 85% ai_generated
ValueError: A route with the same path already exists. python config_error 80% 84% ai_generated
TypeError: The view function did not return a valid response. The function returned None. python config_error 80% 87% ai_generated
fastapi.exceptions.HTTPException: 422 Unprocessable Entity python network_error 80% 86% ai_generated
AttributeError: 'State' object has no attribute 'db' python runtime_error 80% 85% ai_generated
TypeError: Multiple body parameters are not allowed when using Pydantic models. python config_error 80% 86% ai_generated
TypeError: 'CORSMiddleware' object is not callable python config_error 80% 88% ai_generated
ValueError: Duplicate path operation: GET /items/{item_id} python config_error 80% 88% ai_generated
RuntimeError: TestClient cannot be used with async functions without an async client. python runtime_error 80% 87% ai_generated
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) server closed the connection unexpectedly python runtime_error 80% 85% ai_generated
sqlalchemy.orm.exc.DetachedInstanceError: Instance <User at 0x...> is not bound to a Session python runtime_error 80% 88% ai_generated
sqlalchemy.exc.InvalidRequestError: This session is in 'committed' state; no further SQL can be emitted within this transaction. python runtime_error 80% 87% ai_generated
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) ambiguous column name: name python runtime_error 80% 84% ai_generated
sqlalchemy.exc.NoSuchTableError: Table 'orders' not found python runtime_error 80% 82% ai_generated
sqlalchemy.exc.TimeoutError: QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30 python network_error 80% 86% ai_generated
sqlalchemy.exc.IntegrityError: (psycopg2.errors.ForeignKeyViolation) insert or update on table "orders" violates foreign key constraint "orders_user_id_fkey" python data_error 80% 88% ai_generated
sqlalchemy.exc.InvalidRequestError: Could not determine join condition between parent/child tables on relationship User.addresses python type_error 80% 83% ai_generated
sqlalchemy.orm.exc.StaleDataError: UPDATE statement on table 'users' expected to match 1 row(s); 0 found python data_error 80% 85% ai_generated
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: users.age python runtime_error 80% 84% ai_generated
alembic.util.exc.CommandError: Multiple head revisions are present for given argument 'head'; please specify a specific target revision. python config_error 80% 82% ai_generated
sqlalchemy.exc.InvalidRequestError: One or more mappers failed to initialize - can't proceed with initialization of other mappers. Original exception was: ImportError: cannot import name 'Parent' from partially initialized module 'models' python module_error 80% 86% ai_generated
sqlalchemy.exc.ArgumentError: Could not parse rfc1738 URL from string 'postgresql://user:pass@localhost:5432/db' python config_error 80% 87% ai_generated
sqlalchemy.orm.exc.DetachedInstanceError: Parent instance <User at 0x...> is not bound to a Session; lazy load operation of attribute 'addresses' cannot proceed python runtime_error 80% 88% ai_generated
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? python network_error 80% 85% ai_generated
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedFunction) function sum(text) does not exist LINE 1: SELECT sum(name) FROM users python type_error 80% 84% ai_generated
ModuleNotFoundError: No module named 'psycopg2' python install_error 80% 90% ai_generated
sqlalchemy.exc.MultipleResultsFound: Multiple rows were found for one() python data_error 80% 86% ai_generated
sqlalchemy.exc.ArgumentError: Invalid sort expression: 'invalid_column' python type_error 80% 83% ai_generated
sqlalchemy.orm.exc.DetachedInstanceError: Instance is not bound to a Session; attribute refresh operation cannot proceed python runtime_error 80% 85% ai_generated
sqlalchemy.exc.InvalidRequestError: This session is in 'committed' state. No further SQL can be emitted within this transaction. python runtime_error 80% 88% ai_generated
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. python network_error 80% 82% ai_generated
sqlalchemy.exc.IntegrityError: (psycopg2.errors.NotNullViolation) null value in column "email" violates not-null constraint python data_error 80% 87% ai_generated
sqlalchemy.orm.exc.UnmappedClassError: Class 'app.models.User' is not mapped python module_error 80% 84% ai_generated
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: users python config_error 80% 86% ai_generated
sqlalchemy.orm.exc.MultipleResultsFound: Multiple rows were found for one() python data_error 80% 83% ai_generated
sqlalchemy.exc.DataError: (psycopg2.errors.StringDataRightTruncation) value too long for type character varying(50) python data_error 80% 81% ai_generated
sqlalchemy.orm.exc.ConcurrentModificationError: Object '<User at 0x...>' is being merged into a Session but the same instance is already present python runtime_error 80% 82% ai_generated
sqlalchemy.exc.InvalidRequestError: When initializing mapper Mapper[User(users)], expression 'addresses' failed to locate a name python module_error 80% 84% ai_generated
sqlalchemy.exc.InterfaceError: (sqlite3.InterfaceError) Error binding parameter 0 - probably unsupported type. python type_error 80% 82% ai_generated
sqlalchemy.exc.StatementError: (builtins.KeyError) 'name' python data_error 80% 83% ai_generated
sqlalchemy.orm.exc.NoResultFound: No row was found for one() python data_error 80% 84% ai_generated
sqlalchemy.exc.ArgumentError: Could not parse rfc1738 URL from string 'postgresql://user:pass@localhost/db' python config_error 80% 82% ai_generated
sqlalchemy.exc.InvalidRequestError: This session is in 'expired' state. No further SQL can be emitted within this transaction. python runtime_error 80% 83% ai_generated
sqlalchemy.exc.CompileError: Cannot compile MySQL statement for PostgreSQL dialect python config_error 80% 81% ai_generated
sqlalchemy.orm.exc.DetachedInstanceError: Instance <User at 0x...> is detached; merge() cannot proceed because the session already has a different instance with the same primary key python runtime_error 80% 82% ai_generated
sqlalchemy.exc.InvalidRequestError: This session is in 'closed' state. No further SQL can be emitted within this transaction. python runtime_error 80% 84% ai_generated
AssertionError: Expected call: mock_function(1, 2, 3) Actual call: mock_function(1, 2, 4) python type_error 80% 88% ai_generated
CoverageWarning: No data was collected. (no-data-collected) python config_error 80% 82% ai_generated
pytest.xdist.WorkerInterrupted: worker 'gw0' crashed or timed out after 300 seconds python runtime_error 80% 83% ai_generated
unittest.suite.TestSuite: No tests found in 'tests/' directory python config_error 80% 84% ai_generated
IndexError: list index out of range in parametrized test with indirect=True python type_error 80% 87% ai_generated
pytest.PytestConfigWarning: conftest.py not found in 'tests/' python config_error 80% 81% ai_generated
TypeError: 'int' object is not callable when using mock.side_effect with an iterable python type_error 80% 87% ai_generated
pytest.fail('Test failed due to timeout') -> Failed: Test failed due to timeout python runtime_error 80% 82% ai_generated
AttributeError: Mock object has no attribute 'return_value' when setting return_value on a non-callable mock python type_error 80% 86% ai_generated
pytest-cache: no previously failed tests found python config_error 80% 83% ai_generated
unittest.case.SkipTest: SkipTest raised in test_skip_if_condition python runtime_error 80% 82% ai_generated
AssertionError: assert 0.1 + 0.2 == 0.3 + where 0.1 + 0.2 = 0.30000000000000004 python type_error 80% 88% ai_generated
AssertionError: Expected mock to have been called once. Called 2 times. python runtime_error 80% 87% ai_generated
ValueError: duplicate test IDs: 'test_case_0' python config_error 80% 85% ai_generated
AssertionError: 2 != 3 during subTest (index=0) python runtime_error 80% 84% ai_generated
AttributeError: 'MonkeyPatch' object has no attribute 'undo' python runtime_error 80% 86% ai_generated
AssertionError: assert <Mock name='mock()' id='140735234567890'> == 5 python type_error 80% 88% ai_generated
LogCaptureWarning: No logger named 'myapp' found in caplog python config_error 80% 83% ai_generated
ERROR: Backend subprocess exited when trying to invoke 'setup.py'. python config_error 80% 85% ai_generated
ERROR: Invalid version: '1.0.0-beta' - Must start with a number python data_error 80% 85% ai_generated
ERROR: packaging.specifiers.InvalidSpecifier: Invalid specifier: '~=1.0.0' - Operator '~=' is not supported for this version python module_error 80% 85% ai_generated
ERROR: setuptools.errors.PackageDiscoveryError: Multiple top-level packages discovered in a flat-layout: ['mypackage', 'mypackage2'] python config_error 80% 85% ai_generated
ERROR: Invalid archive: /path/to/package.tar.gz - Not a valid gzip file python data_error 80% 85% ai_generated
ERROR: setuptools.errors.PackageNotFoundError: The 'data_files' pattern 'config/*.ini' did not match any files python config_error 80% 85% ai_generated
ERROR: pip._vendor.requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) python network_error 80% 85% ai_generated
ERROR: pip._vendor.packaging.requirements.InvalidRequirement: Expected ',' or end of string, got ';' in requirement 'numpy; python_version<"3.8"' python data_error 80% 85% ai_generated
ERROR: setuptools.errors.InvalidConfigError: Entry point 'console_scripts' has invalid format: 'mycommand = mymodule:main:extra' python config_error 80% 85% ai_generated
ERROR: setuptools.errors.VersionError: Version '1.0.0' is invalid: expected '.' or end of string after '1' python data_error 80% 85% ai_generated
ERROR: pip._vendor.packaging.utils.InvalidWheelName: Invalid wheel filename: mypackage-1.0.0-py3-none-any.whl (missing platform tag) python data_error 80% 85% ai_generated
ERROR: pip._vendor.urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) python network_error 80% 85% ai_generated
ERROR: setuptools.errors.TestFailedError: Test suite 'tests' not found in package 'mypackage' python config_error 80% 85% ai_generated
ERROR: packaging.requirements.InvalidRequirement: Expected end of string, got ';' in requirement 'requests>=2.25; extra == "security"' python data_error 80% 85% ai_generated
aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer python network_error 80% 82% ai_generated
RuntimeError: Semaphore released too many times python runtime_error 80% 84% ai_generated
RuntimeError: Cannot create subprocess in event loop that is not running python runtime_error 80% 83% ai_generated
aiohttp.client_exceptions.InvalidURL: invalid URL http:// python data_error 80% 81% ai_generated
RuntimeError: Task <Task pending> got Future <Future pending> attached to a different loop python runtime_error 80% 88% ai_generated
AssertionError: assert [1, 2, 3] == [1, 2, 4] python runtime_error 80% 85% ai_generated
pytest.fail(_pytest.outcomes.Failed): test failed intentionally python runtime_error 80% 88% ai_generated
AttributeError: module 'unittest' has no attribute 'mock' python module_error 80% 87% ai_generated
TypeError: test_case() missing 1 required positional argument: 'expected' python type_error 80% 86% ai_generated
ValueError: No tests were collected. Ensure test files start with 'test_' or end with '_test.py'. python data_error 80% 84% ai_generated
ImportError: No module named tests python module_error 80% 83% ai_generated
fixture 'db_session' not found python config_error 80% 86% ai_generated
AssertionError: assert 'key' in {'a': 1} python runtime_error 80% 85% ai_generated
TypeError: 'module' object is not callable python type_error 80% 87% ai_generated
AttributeError: Mock object has no attribute 'some_method' python type_error 80% 86% ai_generated
RecursionError: maximum recursion depth exceeded while calling a Python object python system_error 80% 84% ai_generated
AssertionError: Exception not raised python runtime_error 80% 88% ai_generated
NameError: name 'setup_method' is not defined python runtime_error 80% 85% ai_generated
TypeError: cannot unpack non-iterable int object python type_error 80% 86% ai_generated
StopIteration: python runtime_error 80% 84% ai_generated
OSError: [Errno 2] No such file or directory: 'test_data.csv' python system_error 80% 86% ai_generated
AssertionError: assert 0.1 + 0.2 == 0.3 python runtime_error 80% 88% ai_generated
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) server closed the connection unexpectedly\n\tThis probably means the server terminated abnormally\n\tbefore or while processing the request. python network_error 80% 85% ai_generated
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgresql python config_error 80% 85% ai_generated
sqlalchemy.exc.IntegrityError: (psycopg2.errors.UniqueViolation) duplicate key value violates unique constraint "users_email_key" python data_error 80% 85% ai_generated
sqlalchemy.exc.AmbiguousForeignKeysError: Could not determine join condition between parent/child tables on relationship User.addresses - there are multiple foreign key paths linking the tables. Specify the 'foreign_keys' argument. python config_error 80% 85% ai_generated
AttributeError: 'User' object has no attribute 'addresses' python runtime_error 80% 85% ai_generated
sqlalchemy.orm.exc.StaleDataError: UPDATE statement on table 'users' expected to update 1 row(s); Only 0 were matched. python data_error 80% 85% ai_generated
sqlalchemy.exc.InvalidRequestError: One or more mappers failed to initialize - can't proceed with initialization of other mappers. Original exception was: Circular dependency detected. python config_error 80% 85% ai_generated
sqlalchemy.exc.ArgumentError: The 'type' argument of Column() should be a TypeEngine, not a <class 'str'> python type_error 80% 85% ai_generated
sqlalchemy.exc.ArgumentError: Mapper Mapper|User|users could not assemble any primary key columns for mapped table 'users' python config_error 80% 85% ai_generated
AttributeError: 'Query' object has no attribute 'filter_by' python runtime_error 80% 85% ai_generated
sqlalchemy.exc.InvalidRequestError: This session is in 'closed' state. No operations are allowed. python runtime_error 80% 85% ai_generated
UnicodeEncodeError: 'ascii' codec can't encode character '\u2019' in position 10: ordinal not in range(128) python encoding_error 80% 85% ai_generated
sqlalchemy.exc.InvalidRequestError: This session is in 'rolled back' state. No operations are allowed. python runtime_error 80% 85% ai_generated
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) SSL connection has been closed unexpectedly python network_error 80% 85% ai_generated
sqlalchemy.orm.exc.UnmappedInstanceError: Class 'builtins.dict' is not mapped python runtime_error 80% 85% ai_generated
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not translate host name "db.example.com" to address: Temporary failure in name resolution python network_error 80% 85% ai_generated
sqlalchemy.exc.InvalidRequestError: Could not find a FROM clause to join from. Tried joining to <User>, but got an error: Can't find any foreign key relationships between 'Address' and 'User'. python runtime_error 80% 85% ai_generated
TypeError: 'NoneType' object is not callable when using mock.assert_called_with python type_error 80% 82% ai_generated
AttributeError: 'LogCaptureFixture' object has no attribute 'records' python module_error 80% 83% ai_generated
SyntaxError: invalid syntax in test file loaded by unittest.TestLoader python data_error 80% 86% ai_generated
PluginValidationError: plugin 'pytest-html' not found python install_error 80% 84% ai_generated
TypeError: skipIf() argument 1 must be bool, not str python type_error 80% 87% ai_generated
RecursionError: maximum recursion depth exceeded while calling a Python object in conftest.py python runtime_error 80% 82% ai_generated
AssertionError: assert False + True == True (pytest assertion rewriting failed) python runtime_error 80% 80% ai_generated
pytest.fail.Exception: pytest.fail() called with message 'Test failed' and no active test python runtime_error 80% 84% ai_generated
AssertionError: assert 0.1 + 0.2 == 0.3 (pytest.approx used incorrectly) python data_error 80% 87% ai_generated
AssertionError: Test case order mismatch: expected test_second after test_first python data_error 80% 83% ai_generated
CoverageError: No data collected for module 'my_module' python config_error 80% 86% ai_generated
TimeoutError: Test timed out after 30 seconds python runtime_error 80% 85% ai_generated
UsageError: @pytest.mark.usefixtures with unknown fixture 'nonexistent_fixture' python config_error 80% 84% ai_generated
TypeError: ids must be a list of strings or None, got int python type_error 80% 85% ai_generated
pytest.xdist.NoWorkerIdle: No idle worker available for test scheduling python system_error 80% 80% ai_generated
AssertionError: Expected mock to be called 2 times. Called 1 times. python data_error 80% 86% ai_generated
CacheError: Cache file '/tmp/pytest-of-user/pytest-123/.pytest_cache/v/cache/nodeids' not found python system_error 80% 82% ai_generated
SystemExit: 2 when running unittest.main() with invalid arguments python config_error 80% 83% ai_generated
ERROR: Cannot install packageA and packageB because these package versions have conflicting dependencies. python data_error 80% 83% ai_generated
fastapi.exceptions.RequestValidationError: 422 Unprocessable Entity python data_error 80% 88% ai_generated
starlette.exceptions.HTTPException: 404 Not Found python runtime_error 80% 82% ai_generated
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: KeyError: 'file' python data_error 80% 86% ai_generated
RuntimeError: You cannot use async generator in sync context python runtime_error 80% 84% ai_generated
starlette.datastructures.UploadFile: 413 Request Entity Too Large python data_error 80% 84% ai_generated
werkzeug.exceptions.MethodNotAllowed: 405 Method Not Allowed python runtime_error 80% 85% ai_generated
fastapi.exceptions.RequestValidationError: value is not a valid integer python data_error 80% 86% ai_generated
fastapi.security.OAuth2PasswordRequestForm: 400 Bad Request: Incorrect username or password python auth_error 80% 84% ai_generated
RuntimeError: Background task failed: 'NoneType' object has no attribute 'send' python runtime_error 80% 82% ai_generated
BadRequest: The CSRF token is missing. python auth_error 80% 85% ai_generated
TypeError: Object of type ObjectId is not JSON serializable python type_error 80% 83% ai_generated
TypeError: Object of type Product is not JSON serializable python type_error 80% 85% ai_generated
CORS error: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. python config_error 80% 88% ai_generated
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. python data_error 80% 88% ai_generated
fastapi.exceptions.ResponseValidationError: Response content type is 'application/json' but expected 'text/plain' python type_error 80% 85% ai_generated
RuntimeError: The request body has already been consumed. python runtime_error 80% 86% ai_generated
KeyError: 'Authorization' python data_error 80% 88% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'auth.login'. Did you mean 'login' instead? python runtime_error 80% 87% ai_generated
ValueError: Invalid value for path parameter 'id'. Expected int, got 'abc' python type_error 80% 85% ai_generated
fastapi.HTTPException: 500 Internal Server Error: An internal error occurred python runtime_error 80% 87% ai_generated
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: user python data_error 80% 88% ai_generated
asyncio.TimeoutError: Request timed out after 30 seconds python network_error 80% 86% ai_generated
sqlalchemy.orm.exc.DetachedInstanceError: Parent instance <User> is not bound to a Session; lazy load operation of attribute 'posts' cannot proceed python runtime_error 80% 87% ai_generated
fastapi.routing.APIRoute: Route order conflict: /items/{item_id} conflicts with /items/new python config_error 80% 88% ai_generated
AssertionError: Middleware must be added before routes python config_error 80% 84% ai_generated
Response: CORS error: No 'Access-Control-Allow-Origin' header is present python config_error 80% 87% ai_generated
starlette.exceptions.HTTPException: 413 Request Entity Too Large python data_error 80% 81% ai_generated
AssertionError: Dependency cache is not cleared python runtime_error 80% 80% ai_generated
pydantic.error_wrappers.ValidationError: 1 validation error for ResponseModel value is not a valid dict python type_error 80% 84% ai_generated
AssertionError: Route order matters, overlapping routes detected python config_error 80% 82% ai_generated
AssertionError: Middleware order error: ExceptionMiddleware must be last python config_error 80% 81% ai_generated
sqlalchemy.exc.InvalidRequestError: Session is already flushing python data_error 80% 84% ai_generated
RuntimeError: No response returned python runtime_error 80% 86% ai_generated
json.JSONDecodeError: Expecting value: line 1 column 1 (char 0) python data_error 80% 83% ai_generated
AssertionError: View function mapping is overwriting an existing endpoint function: index python runtime_error 80% 85% ai_generated
MemoryError: Unable to allocate array with shape (100000000,) and data type float64 python system_error 80% 82% ai_generated
werkzeug.routing.BuildError: Could not build url for endpoint 'external' with values ['scheme', 'host']. Did you mean 'index' instead? python runtime_error 80% 84% ai_generated
fastapi.exceptions.RequestValidationError: [{'loc': ['query', 'page'], 'msg': 'field required', 'type': 'value_error.missing'}] python data_error 80% 90% ai_generated
AssertionError: 'allow_origins' must be a list of strings or a single string python config_error 80% 85% ai_generated
starlette.exceptions.HTTPException: 413: Request Entity Too Large python runtime_error 80% 84% ai_generated
fastapi.exceptions.RequestValidationError: [{'loc': ['path', 'item_id'], 'msg': 'value is not a valid integer', 'type': 'type_error.integer'}] python data_error 80% 87% ai_generated
RuntimeError: Response content longer than Content-Length python runtime_error 80% 82% ai_generated
werkzeug.exceptions.BadRequest: 400 Bad Request: Failed to decode JSON object: Expecting value: line 1 column 1 (char 0) python data_error 80% 89% ai_generated
starlette.routing.NoMatchFound: No route matches for path "/items/" python runtime_error 80% 84% ai_generated
ModuleNotFoundError: No module named 'some_dependency' python module_error 80% 90% ai_generated
ValueError: 99 is not a valid HTTP status code python type_error 80% 85% ai_generated
AssertionError: Duplicate route path: /items/{item_id} python config_error 80% 83% ai_generated
ClientDisconnected: Client disconnected while sending request body python network_error 80% 84% ai_generated
ValueError: Unknown path converter 'int' python config_error 80% 85% ai_generated
werkzeug.exceptions.BadRequest: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. python data_error 80% 82% ai_generated
error: invalid command 'egg_info' python install_error 80% 85% ai_generated
ERROR: Ignored installed distribution because it is installed in a non-user location python install_error 80% 83% ai_generated
ERROR: Failed building wheel for package_name python install_error 80% 84% ai_generated
ERROR: Package 'foo' requires a different Python: 3.8.0 not in '>=3.9' python config_error 80% 86% ai_generated
warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md python config_error 80% 84% ai_generated
error: package data file 'data/config.yaml' not found python config_error 80% 83% ai_generated
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.10/site-packages/package' python system_error 80% 86% ai_generated
error in setup.cfg: command 'install' has no such option 'prefix' python config_error 80% 82% ai_generated
ERROR: Invalid requirement: 'package_name>=1.0,<2.0' python config_error 80% 83% ai_generated
ERROR: unknown option --no-cache-dir python install_error 80% 85% ai_generated
AttributeError: module 'setuptools' has no attribute 'find_packages' python module_error 80% 84% ai_generated
ERROR: Cannot install package_a and package_b because these package versions have conflicting dependencies. python data_error 80% 82% ai_generated
ERROR: package_name-1.0-py3-none-any.whl is not a supported wheel on this platform. python install_error 80% 85% ai_generated
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. python config_error 80% 84% ai_generated
ERROR: Cannot uninstall 'package_name'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. python install_error 80% 83% ai_generated
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)'))': /simple/package/ python network_error 80% 85% ai_generated
ERROR: Could not fetch URL https://pypi.org/simple/package/: Connection timed out python network_error 80% 84% ai_generated
ERROR: Command errored out with exit status 128: git clone ... python network_error 80% 83% ai_generated
ValueError: invalid version number '1.0.0-beta' python data_error 80% 86% ai_generated
django.core.exceptions.ImproperlyConfigured: CSRF cookie not set. Request failed. python config_error 80% 88% ai_generated
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' python type_error 80% 87% ai_generated
django.core.exceptions.ImproperlyConfigured: The URL pattern 'myapp/' does not have a trailing slash. python config_error 80% 83% ai_generated
django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty. python config_error 80% 88% ai_generated
django.core.exceptions.FieldError: Cannot resolve keyword 'wrong_field' into field. Choices are: id, name, created_at python data_error 80% 89% ai_generated
django.db.utils.IntegrityError: NOT NULL constraint failed: myapp_order.user_id python data_error 80% 87% ai_generated
django.urls.exceptions.NoReverseMatch: Reverse for 'product-detail' with arguments '('',)' not found. 1 pattern(s) tried: ['product/<int:pk>/'] python config_error 80% 86% ai_generated
django.core.exceptions.ValidationError: ['The submitted file is empty.'] python data_error 80% 84% ai_generated
django.template.exceptions.TemplateSyntaxError: Invalid block tag: 'endblock', expected 'endblock' or 'endblock name' python config_error 80% 83% ai_generated
django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE, but settings are not configured. python config_error 80% 87% ai_generated
TypeError: Object of type 'MyModel' is not JSON serializable python type_error 80% 90% ai_generated
django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (database is read-only) python system_error 80% 82% ai_generated
django.template.exceptions.TemplateSyntaxError: 'date' filter requires a format string python config_error 80% 85% ai_generated
django.core.exceptions.ImproperlyConfigured: 'MyInline' must subclass 'InlineModelAdmin'. python config_error 80% 86% ai_generated
TypeError: view must be a callable or a list/tuple in the case of include(). Received: <class 'dict'> python config_error 80% 84% ai_generated
django.core.exceptions.ImproperlyConfigured: The contenttypes framework is not enabled. python config_error 80% 87% ai_generated
django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: id, created_at python data_error 80% 88% ai_generated
django.core.exceptions.ValidationError: ['Select a valid choice. 5 is not one of the available choices.'] python data_error 80% 86% ai_generated
django.core.exceptions.ImproperlyConfigured: The included URLconf 'myapp.urls' does not appear to have any patterns in it. python config_error 80% 85% ai_generated
django.core.exceptions.ImproperlyConfigured: Error importing migration module django.contrib.admin.migrations: No module named 'django.contrib.admin.migrations' python module_error 80% 85% ai_generated
django.core.exceptions.FieldError: Cannot resolve keyword 'tags' into field. Choices are: id, title, content python data_error 80% 84% ai_generated
django.db.utils.OperationalError: connection refused - check hostname and port python network_error 80% 87% ai_generated
django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '()' from 'user.get_full_name()' python config_error 80% 83% ai_generated
django.http.response.HttpResponseNotAllowed: Method Not Allowed (GET): /api/data/ python runtime_error 80% 88% ai_generated
django.db.models.deletion.ProtectedError: Cannot delete some instances of model 'Author' because they are referenced through protected foreign keys: 'Book.author' python data_error 80% 85% ai_generated
django.urls.exceptions.NoReverseMatch: Reverse for 'product_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['product/<int:pk>/'] python runtime_error 80% 86% ai_generated
django.core.cache.backends.base.InvalidCacheBackendError: Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': ModuleNotFoundError: No module named 'memcache' python module_error 80% 84% ai_generated
django.core.exceptions.ImproperlyConfigured: USE_TZ is True but TIME_ZONE is not set python config_error 80% 86% ai_generated
django.core.exceptions.RequestDataTooBig: Request body exceeded settings.DATA_UPLOAD_MAX_MEMORY_SIZE. python data_error 80% 88% ai_generated
django.core.exceptions.FieldError: Cannot resolve keyword 'author_name' into field. Choices are: author, author_id, title, published_date python data_error 80% 83% ai_generated
django.template.exceptions.TemplateDoesNotExist: base.html python config_error 80% 85% ai_generated
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte python encoding_error 80% 82% ai_generated
django.core.exceptions.ImproperlyConfigured: EMAIL_BACKEND must be set python config_error 80% 86% ai_generated
django.core.exceptions.FieldDoesNotExist: Book has no field named 'published_year' python data_error 80% 84% ai_generated
kombu.exceptions.OperationalError: [Errno 111] Connection refused python network_error 80% 87% ai_generated
Forbidden (CSRF cookie not set.): /api/update/ python auth_error 80% 88% ai_generated
django.core.exceptions.FieldError: Related model 'Author' cannot be resolved python data_error 80% 83% ai_generated
django.core.exceptions.RequestDataTooBig: Request body exceeded settings.FILE_UPLOAD_MAX_MEMORY_SIZE. python data_error 80% 86% ai_generated
RuntimeError: The session is unavailable because no secret key was set. Set the secret_key on the application to something unique and secret. python config_error 80% 85% ai_generated
starlette.websockets.WebSocketDisconnect: code=1000, reason='Client disconnected' python runtime_error 80% 88% ai_generated
TypeError: view function takes 1 positional argument but 2 were given python type_error 80% 90% ai_generated
RuntimeError: Unable to read request body, please use the stream parameter. python runtime_error 80% 80% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'login'. Did you mean 'register' instead? python config_error 80% 87% ai_generated
FileNotFoundError: [Errno 2] No such file or directory: 'static/css/style.css' python config_error 80% 86% ai_generated
AssertionError: 'allow_origins' must be a list or tuple python config_error 80% 84% ai_generated
RuntimeError: No application found. Either you are not running inside a Starlette application or you have not set the 'app' variable. python runtime_error 80% 82% ai_generated
TypeError: Object of type 'datetime' is not JSON serializable python type_error 80% 88% ai_generated
starlette.exceptions.HTTPException: 500 Internal Server Error python runtime_error 80% 86% ai_generated
starlette.exceptions.HTTPException: 422 Unprocessable Entity python data_error 80% 83% ai_generated
AssertionError: 'response' parameter is not a valid response class python config_error 80% 84% ai_generated
ScopeMismatch: You tried to access the 'function' scoped fixture 'db' with a 'session' scoped request object python config_error 80% 82% ai_generated
AssertionError: Expected mock to be called once. Called 0 times. python type_error 80% 83% ai_generated
TypeError: 'function' object is not callable python type_error 80% 81% ai_generated
AssertionError: assert (1, 2) == (1, 3) python data_error 80% 82% ai_generated
TypeError: skip() missing 1 required positional argument: 'reason' python type_error 80% 85% ai_generated
ModuleNotFoundError: No module named 'tests.test_api' python module_error 80% 86% ai_generated
AssertionError: assert {'a': 1, 'b': 2} == {'a': 1, 'b': 3} python data_error 80% 83% ai_generated
AssertionError: assert 'original' == 'patched' python data_error 80% 84% ai_generated
Failed: fixture 'db' setup failed python runtime_error 80% 82% ai_generated
AssertionError: Expected mock_calls to have been called in order. Actual calls: [call(1), call(2)] python data_error 80% 83% ai_generated
AssertionError: assert 'hello' in '' python data_error 80% 81% ai_generated
PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? python config_error 80% 85% ai_generated
Fixture 'db' called directly. Fixtures are not meant to be called directly python runtime_error 80% 88% ai_generated
TypeError: ids must be a list of strings or None, got <class 'int'> python type_error 80% 83% ai_generated
TypeError: setUpClass() missing 1 required positional argument: 'cls' python type_error 80% 84% ai_generated
AssertionError: assert [1, 2, 3] == [1, 3, 2] python data_error 80% 82% ai_generated
AssertionError: assert nan == 1.0 python data_error 80% 81% ai_generated
TypeError: skipIf() missing 1 required positional argument: 'condition' python type_error 80% 83% ai_generated
ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '/path/to/package.egg-info/PKG-INFO' python install_error 80% 85% ai_generated
pydantic.errors.ConfigError: 'extra' must be a string or dict python config_error 80% 85% ai_generated
pydantic.errors.ConfigError: A field validator must return the value python config_error 80% 82% ai_generated
pydantic.errors.ConfigError: Model validator must return a dict or model instance python config_error 80% 84% ai_generated
pydantic.errors.StrRegexError: string does not match regex python data_error 80% 86% ai_generated
pydantic.errors.UnionError: Unable to validate input for union python type_error 80% 83% ai_generated
pydantic.error_wrappers.ValidationError: 1 validation error for Model field Field required [type=missing, input_value={}, input_type=dict] python data_error 80% 88% ai_generated
pydantic.errors.EmailError: value is not a valid email address python data_error 80% 87% ai_generated
pydantic.errors.DecimalError: value is not a valid decimal python data_error 80% 84% ai_generated
pydantic.errors.JsonError: Invalid JSON python data_error 80% 82% ai_generated
pydantic.errors.NumberError: value is not less than or equal to 100 python data_error 80% 86% ai_generated
pydantic.errors.DatetimeError: value is not a valid datetime python data_error 80% 87% ai_generated
pydantic.errors.ListError: list length must be at least 3 python data_error 80% 84% ai_generated
pydantic.errors.DictError: value is not a valid dict python type_error 80% 83% ai_generated
pydantic.errors.EnumError: value is not a valid enumeration member python data_error 80% 86% ai_generated
pydantic.errors.UrlError: Invalid URL python data_error 80% 87% ai_generated
pydantic.errors.ConfigError: Recursion error in model definition python config_error 80% 84% ai_generated
pydantic.errors.ConfigError: Invalid validator signature python config_error 80% 88% ai_generated
pydantic.error_wrappers.ValidationError: 1 validation error for Model extra field not permitted python data_error 80% 89% ai_generated
pydantic.errors.ConfigError: default_factory must be a callable python config_error 80% 87% ai_generated
pydantic.errors.ConfigError: model is immutable python config_error 80% 86% ai_generated
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/usr/local/lib/python3.11/site-packages/setuptools-*.dist-info' python install_error 80% 85% ai_generated
ERROR: Invalid requirement: 'package>=1.0,<2.0' (from line 1 of requirements.txt) - Expected end or semicolon python config_error 80% 88% ai_generated
error: command 'gcc' failed: No such file or directory python install_error 80% 90% ai_generated
error: invalid command 'bdist_wheel' python install_error 80% 90% ai_generated
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.11/site-packages/package' python system_error 80% 89% ai_generated
pkg_resources.VersionConflict: (setuptools 58.0.0 (/usr/lib/python3/dist-packages), Requirement.parse('setuptools>=60.0')) python config_error 80% 86% ai_generated
ERROR: Command '['/usr/bin/python3', '-m', 'pip', 'install', '--disable-pip-version-check', '--no-input', '--no-index', '--find-links', '/tmp/pip-build-.../package', 'package']' returned non-zero exit status 1. python install_error 80% 86% ai_generated
error: Cython.Distutils.build_ext is not available python install_error 80% 87% ai_generated
ERROR: Invalid index URL: 'https://example.com/simple' - URL scheme must be http or https python config_error 80% 88% ai_generated
ERROR: Error in sitecustomize; set PYTHONVERBOSE for traceback: ModuleNotFoundError: No module named 'setuptools' python module_error 80% 87% ai_generated
error: Python 3.8 or greater is required for this package. You are using Python 3.7. python config_error 80% 88% ai_generated
ERROR: Invalid wheel filename: 'my_pkg-1.0-py3-none-any.whl' - wheel filenames must have the form: {distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.whl python data_error 80% 85% ai_generated
ERROR: The user requested package==1.0 but package==2.0 is available on the extra index URL python config_error 80% 87% ai_generated
ERROR: Invalid cache entry for package-1.0-py3-none-any.whl - cache entry is corrupted python data_error 80% 88% ai_generated
ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv. python config_error 80% 87% ai_generated
asyncio.exceptions.CancelledError: Task was destroyed but it is pending! python runtime_error 80% 85% ai_generated
aiohttp.client_exceptions.ClientConnectionError: Cannot connect to host example.com:443 ssl:default [Connection refused] python network_error 80% 82% ai_generated
asyncio.exceptions.CancelledError: Task was cancelled python runtime_error 80% 87% ai_generated
ValueError: Circular reference detected python data_error 80% 85% ai_generated
RuntimeError: The session is unavailable because no secret key was set. Please set the secret key on the application to something unique and secret. python config_error 80% 90% ai_generated
fastapi.exceptions.FastAPIError: Duplicate parameter name: 'item_id' in function 'read_item' python type_error 80% 87% ai_generated
fastapi.exceptions.FastAPIError: Invalid args for response field 'items' python type_error 80% 84% ai_generated
starlette.websockets.WebSocketDisconnect: 1000 python network_error 80% 82% ai_generated
fastapi.exceptions.ResponseValidationError: The server encountered an error while generating the response python data_error 80% 83% ai_generated
fastapi.exceptions.RequestValidationError: [{'type': 'value_error.missing', 'loc': ['body', 'file'], 'msg': 'field required', 'input': None}] python data_error 80% 86% ai_generated
starlette.middleware.cors.CORSMiddleware: Invalid CORS origin: 'https://example.com' python auth_error 80% 82% ai_generated
fastapi.exceptions.FastAPIError: Invalid args for response field 'depends' python type_error 80% 87% ai_generated
RuntimeError: Response headers cannot be modified after the response has started python runtime_error 80% 83% ai_generated
fastapi.exceptions.FastAPIError: Duplicate parameter name: 'path' in function 'catch_all' python config_error 80% 84% ai_generated
asyncio.exceptions.TimeoutError: Request timed out python network_error 80% 82% ai_generated
BadRequestKeyError: 400 Bad Request: The browser (or proxy) sent a request that this server could not understand. python data_error 80% 89% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint python config_error 80% 84% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'external' python config_error 80% 82% ai_generated
BadRequest: 400 Bad Request: Failed to decode JSON object python data_error 80% 84% ai_generated
RuntimeError: Maximum number of redirects exceeded python runtime_error 80% 83% ai_generated
AttributeError: 'HTTPException' object has no attribute 'detail' python config_error 80% 84% ai_generated
TypeError: can't compare offset-naive and offset-aware datetimes python type_error 80% 82% ai_generated
werkzeug.exceptions.BadRequestKeyError: 400 Bad Request: KeyError: 'id' python data_error 80% 84% ai_generated
RuntimeError: File response is already started python runtime_error 80% 83% ai_generated
AttributeError: 'Response' object has no attribute 'set_cookie' python type_error 80% 85% ai_generated
fastapi.exceptions.RequestValidationError: body required python data_error 80% 82% ai_generated
fastapi.exceptions.RequestValidationError: body -> name Field required python data_error 80% 88% ai_generated
starlette.testclient.TestClient: Connection refused python network_error 80% 82% ai_generated
FileNotFoundError: [Errno 2] No such file or directory: 'static/app.css' python module_error 80% 88% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'user_profile' with values ['user_id']. Did you mean 'index' instead? python runtime_error 80% 89% ai_generated
RuntimeError: Stream consumed python runtime_error 80% 84% ai_generated
ValueError: Out of range float values are not JSON compliant python data_error 80% 82% ai_generated
KeyError: 'flask.app' python runtime_error 80% 82% ai_generated
AssertionError: Path operation 'GET /items' already registered python config_error 80% 88% ai_generated
fastapi.exceptions.RequestValidationError: body -> item value is not a valid dict python data_error 80% 86% ai_generated
KeyError: 'session_id' python data_error 80% 85% ai_generated
Method Not Allowed: 405 python network_error 80% 83% ai_generated
ScopeError: fixture 'db' defined in conftest.py conflicts with fixture 'db' defined in test_module.py python config_error 80% 85% ai_generated
TypeError: ids must be a list of strings or callables, got <class 'int'> python type_error 80% 90% ai_generated
LoggingError: Captured log does not contain expected level 'ERROR' python runtime_error 80% 83% ai_generated
AssertionError: test_b failed because test_a did not run first python runtime_error 80% 87% ai_generated
AssertionError: assert <Mock id='140123456789'> == 5 python type_error 80% 90% ai_generated
TypeError: skipTest() missing 1 required positional argument: 'reason' python type_error 80% 90% ai_generated
PermissionError: [Errno 13] Permission denied: '/tmp/pytest-of-user/pytest-123/test_xxx0/tmp_file.txt' python system_error 80% 82% ai_generated
ImportError: cannot import name 'test_helper' from 'tests' (unknown location) python module_error 80% 86% ai_generated
ValueError: side_effect must be a callable or iterable, got <class 'int'> python type_error 80% 90% ai_generated
ValueError: got 3 arguments for 2 parameters: ('a', 'b') python type_error 80% 90% ai_generated
RuntimeError: tearDownClass() called before setUpClass() python runtime_error 80% 87% ai_generated
AttributeError: 'FixtureRequest' object has no attribute 'param' python attribute_error 80% 85% ai_generated
AssertionError: assert 'Hello' in '' (captured stdout is empty) python runtime_error 80% 86% ai_generated
AssertionError: Expected 'mock.method' to have been called once. Called 2 times. python runtime_error 80% 88% ai_generated
TypeError: skipif() got an unexpected keyword argument 'condition' python type_error 80% 90% ai_generated
AttributeError: 'TempPathFactory' object has no attribute 'mktemp' python attribute_error 80% 83% ai_generated
AssertionError: assert {'a': 1, 'b': 2} == {'b': 2, 'a': 1} python runtime_error 80% 87% ai_generated
RuntimeError: monkeypatch already undone, cannot undo again python runtime_error 80% 82% ai_generated
AttributeError: <module 'myapp' from '...'> does not have attribute 'config' python attribute_error 80% 86% ai_generated
django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the STATICFILES_DIRS setting to a list of paths. python config_error 80% 85% ai_generated
django.core.exceptions.MultipleObjectsReturned: get() returned more than one Article -- it returned 2! python data_error 80% 88% ai_generated
django.core.exceptions.FieldError: Cannot resolve keyword 'author_id' into field. Choices are: id, name, email, created_at python data_error 80% 82% ai_generated
django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: id, title, content, pub_date python data_error 80% 84% ai_generated
django.core.exceptions.ImproperlyConfigured: CSRF middleware must be placed before any view middleware that uses CSRF token. python config_error 80% 85% ai_generated
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. python runtime_error 80% 86% ai_generated
django.core.exceptions.ValidationError: ["Upload a valid image. The file you uploaded was either not an image or a corrupted image."] python data_error 80% 84% ai_generated
django.db.utils.OperationalError: could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? python network_error 80% 88% ai_generated
django.template.exceptions.TemplateDoesNotExist: myapp/index.html python config_error 80% 89% ai_generated
django.contrib.auth.models.User.DoesNotExist: User matching query does not exist. python data_error 80% 86% ai_generated
django.core.exceptions.FieldError: Related Field got invalid lookup: icontains python data_error 80% 83% ai_generated
django.core.cache.backends.base.InvalidCacheKey: Cache key contains characters that will cause errors if used with memcached: "my key with spaces" python data_error 80% 81% ai_generated
django.core.exceptions.ImproperlyConfigured: Receiver must be a callable or a tuple of callables. python runtime_error 80% 84% ai_generated
django.core.exceptions.FieldError: Cannot compute Sum('price'): 'price' is an aggregate python data_error 80% 82% ai_generated
django.core.exceptions.ImproperlyConfigured: Authentication backends must be a list or tuple. python config_error 80% 83% ai_generated
django.db.utils.OperationalError: query timeout expired python data_error 80% 84% ai_generated
django.core.exceptions.ImproperlyConfigured: 'default' database isn't configured. python config_error 80% 86% ai_generated
django.db.models.deletion.ProtectedError: Cannot delete some instances of model 'Author' because they are referenced through protected foreign keys: 'Article.author' python data_error 80% 87% ai_generated
django.http.response.Http404: No MyModel matches the given query. python data_error 80% 86% ai_generated
psycopg2.OperationalError: SSL connection is required. Please specify SSL options and retry. python network_error 80% 85% ai_generated
sqlalchemy.exc.PendingRollbackError: Can't reconnect until invalid transaction is rolled back. Please rollback() fully before proceeding. python runtime_error 80% 87% ai_generated
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1298, 'Unknown or incorrect time zone: 'UTC'') python config_error 80% 83% ai_generated
alembic.util.exc.CommandError: Multiple head revisions are present for given argument chain; please specify a specific target revision. python config_error 80% 86% ai_generated
sqlalchemy.exc.ArgumentError: Relationship X.y could not determine any unambiguous local/remote column pairs for this relationship. Please provide the 'foreign_keys' argument. python config_error 80% 84% ai_generated
sqlalchemy.exc.NoReferencedTableError: Foreign key associated with column 'table.column' could not find table 'other_table' with which to generate a foreign key to target column 'id' python config_error 80% 86% ai_generated
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query') python network_error 80% 87% ai_generated
sqlalchemy.exc.InvalidRequestError: This session is in 'prepared' state. No further SQL can be emitted within this transaction. python runtime_error 80% 82% ai_generated
sqlalchemy.exc.OperationalError: (psycopg2.errors.QueryCanceled) canceling statement due to user request python runtime_error 80% 84% ai_generated
sqlalchemy.exc.CompileError: Unsupported type: <class 'sqlalchemy.dialects.postgresql.JSONB'>. Cannot compile this type. python type_error 80% 86% ai_generated
sqlalchemy.exc.ArgumentError: Invalid argument(s) 'charset' sent to create_engine(), using configuration create_engine(). Did you mean to use 'connect_args'? python config_error 80% 87% ai_generated
sqlalchemy.exc.UnboundExecutionError: Could not locate a bind configured on mapper, SQL expression, or this Session. python config_error 80% 89% ai_generated
sqlalchemy.exc.IntegrityError: (psycopg2.errors.NotNullViolation) null value in column "name" violates not-null constraint python data_error 80% 88% ai_generated
sqlalchemy.orm.exc.StaleDataError: UPDATE statement on table 'users' expected to update 1 row(s); 0 were matched. python data_error 80% 86% ai_generated
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:mysql2 python module_error 80% 88% ai_generated
sqlalchemy.exc.InvalidRequestError: Mapper 'mapped class User->users' has no property 'email_addr' python type_error 80% 85% ai_generated
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused python network_error 80% 87% ai_generated
sqlalchemy.exc.ArgumentError: SQL expression for WHERE/HAVING role expected, got 5. python type_error 80% 86% ai_generated
AssertionError: Path /items conflicts with existing route python config_error 80% 83% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'user_profile' python config_error 80% 85% ai_generated
multipart.multipart.MultipartParseError: File size exceeded limit python data_error 80% 81% ai_generated
AssertionError: A blueprint cannot be registered more than once python config_error 80% 84% ai_generated
OSError: [Errno 13] Permission denied: '/static' python system_error 80% 82% ai_generated
AttributeError: 'NoneType' object has no attribute 'get' python type_error 80% 83% ai_generated
ValueError: Invalid cookie value python data_error 80% 82% ai_generated
ValueError: Invalid value for path parameter 'id': expected int, got 'abc' python data_error 80% 84% ai_generated
RuntimeError: The current Flask app is not registered with this 'SQLAlchemy' instance. Did you forget to call 'init_app', or did you create multiple 'SQLAlchemy' instances? python runtime_error 80% 85% ai_generated
RuntimeError: The application is not registered on this 'Blueprint' instance. Did you forget to call 'register_blueprint'? python runtime_error 80% 85% ai_generated
fastapi.exceptions.RequestValidationError: 422 Unprocessable Entity - file field required python data_error 80% 85% ai_generated
RuntimeError: No application found. Either you forgot to pass an app, or you tried to access the app before it was created. python runtime_error 80% 85% ai_generated
fastapi.exceptions.HTTPException: 405 Method Not Allowed python network_error 80% 85% ai_generated
fastapi.exceptions.RequestValidationError: 422 - query parameter 'page' must be greater than or equal to 1 python data_error 80% 85% ai_generated
RuntimeError: Static files directory does not exist: /app/static python config_error 80% 85% ai_generated
fastapi.exceptions.HTTPException: 401 Unauthorized - Invalid token python auth_error 80% 85% ai_generated
ValueError: Route path must start with '/' python config_error 80% 85% ai_generated
BadRequest: 400 Bad Request: Failed to decode JSON object: Expecting value: line 1 column 1 (char 0) python data_error 80% 85% ai_generated
AssertionError: assert 5 == 3, 'Expected 5 but got 3' python runtime_error 80% 85% ai_generated
AttributeError: <module 'module_name' from '/path/to/module.py'> does not have the attribute 'function_name' python module_error 80% 88% ai_generated
Logging output not captured: Captured logs are not displayed in the test report even with -s flag python config_error 80% 84% ai_generated
TypeError: assertRaises() arg 1 must be an exception type or tuple of exception types python type_error 80% 90% ai_generated
fixture 'test_data' not found python config_error 80% 88% ai_generated
ValueError: duplicate parameter set with id 'case_1' python data_error 80% 86% ai_generated
AssertionError: setUpClass not called before test methods python runtime_error 80% 85% ai_generated
AssertionError: assert True == False (pytest assertion rewriting is disabled for this module) python config_error 80% 82% ai_generated
ImportError while importing test module: /path/to/test_foo.py Hint: Make sure your test modules/packages have valid Python names. python module_error 80% 87% ai_generated
TypeError: skip() takes exactly one argument (0 given) python type_error 80% 88% ai_generated
TypeError: unsupported operand type(s) for -: 'str' and 'str' python type_error 80% 83% ai_generated
AssertionError: Expected mock to have been called once. Called 0 times. python runtime_error 80% 86% ai_generated
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() python data_error 80% 82% ai_generated
AssertionError: 0 != 1 : SubTest failed python runtime_error 80% 84% ai_generated
AssertionError: Expected 'foo' to be called with (1,) but was called with (2,) python runtime_error 80% 85% ai_generated
AssertionError: assert '' in 'Some stderr output' python config_error 80% 84% ai_generated
AssertionError: Test should have been skipped but was not python runtime_error 80% 83% ai_generated
AssertionError: assert 'foo' == 'bar' in fixture setup python runtime_error 80% 82% ai_generated
ImportError: cannot import name 'app' from 'test_app' (unknown location) python module_error 80% 84% ai_generated
logging.Handler: 'caplog' fixture requires 'logging' plugin, but logging is not configured python config_error 80% 82% ai_generated
TypeError: skip() takes exactly 1 argument (0 given) python type_error 80% 90% ai_generated
OSError: pytest: error while capturing stdout/stderr python system_error 80% 82% ai_generated
Usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --foo python config_error 80% 87% ai_generated
Failed: FAILED test_function - AssertionError: custom message python runtime_error 80% 85% ai_generated
AssertionError: Expected 'mock' to have been called once. Called 0 times. python runtime_error 80% 86% ai_generated
ImportError: Error importing plugin "pytest_mock": No module named 'pytest_mock' python install_error 80% 88% ai_generated
Failed: Timeout >60.0s python runtime_error 80% 84% ai_generated
AssertionError: 0 != 1 : test order issue python runtime_error 80% 82% ai_generated
ValueError: cache directory is not writable: /path/to/.pytest_cache python system_error 80% 83% ai_generated
TypeError: ids must be a list of strings or callable, got int python type_error 80% 85% ai_generated
ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '.../egg-info/PKG-INFO' python install_error 80% 85% ai_generated
error: Multiple top-level packages discovered in a flat-layout: ['pkg1', 'pkg2']. python config_error 80% 84% ai_generated
ERROR: Could not find a version that satisfies the requirement mypackage (from versions: 1.0, 1.1, 2.0) ERROR: No matching distribution found for mypackage python install_error 80% 86% ai_generated
UserWarning: Usage of dash-separated 'description' will not be supported in future versions. Please use underscore-separated 'description' instead. python config_error 80% 80% ai_generated
error: Invalid entry point 'console_scripts' for 'mypackage': 'mycommand = mypackage:main' is not a valid entry point. python config_error 80% 86% ai_generated
ERROR: You must give at least one requirement to install (see "pip help install") python config_error 80% 88% ai_generated
starlette.exceptions.HTTPException: 400 Bad Request: There was an error parsing the body python data_error 80% 82% ai_generated
BadRequest: 400 Bad Request: The CSRF token is missing. python auth_error 80% 84% ai_generated
fastapi.exceptions.HTTPException: 500 Internal Server Error: CORS error: Origin http://localhost:3000 is not allowed. python config_error 80% 87% ai_generated
fastapi.exceptions.RequestValidationError: 1 validation error for Request\nbody -> file\n file size exceeds limit (max: 1048576 bytes) python data_error 80% 84% ai_generated
TypeError: redirect() got an unexpected keyword argument 'status_code' python type_error 80% 86% ai_generated
fastapi.exceptions.ResponseValidationError: 1 validation error for Response\nvalue is not a valid dict (type=type_error.dict) python data_error 80% 85% ai_generated
fastapi.exceptions.WebSocketRequestValidationError: 1 validation error for WebSocket\nmessage -> text\n str type expected (type=value_error.str) python data_error 80% 83% ai_generated
TypeError: <lambda>() missing 1 required positional argument: 'item_id' python type_error 80% 84% ai_generated
AttributeError: 'NoneType' object has no attribute 'is_authenticated' python auth_error 80% 86% ai_generated
TypeError: __call__() takes 1 positional argument but 2 were given python type_error 80% 84% ai_generated
fastapi.exceptions.RequestValidationError: 1 validation error for Request\npath -> item_id\n value is not a valid integer (type=type_error.integer) python data_error 80% 87% ai_generated
aiohttp.client_exceptions.ClientResponseError: Response not ready, please use await python runtime_error 80% 88% ai_generated
TypeError: An asyncio.Future, a coroutine or an awaitable is required python type_error 80% 84% ai_generated
asyncio.exceptions.TimeoutError: semaphore could not be acquired within timeout python runtime_error 80% 82% ai_generated
RuntimeError: add_reader() is not supported on Windows python system_error 80% 85% ai_generated
asyncio.exceptions.TimeoutError: Request timed out after 5 seconds python network_error 80% 86% ai_generated
concurrent.futures.CancelledError: Future was cancelled python runtime_error 80% 83% ai_generated
RuntimeError: cannot reuse already awaited coroutine python runtime_error 80% 90% ai_generated
aiohttp.client_exceptions.ClientConnectionError: Connection pool is full python network_error 80% 84% ai_generated
asyncio.exceptions.CancelledError: Task exception was never retrieved python runtime_error 80% 86% ai_generated
asyncio.exceptions.TimeoutError: WebSocket receive timed out python network_error 80% 82% ai_generated
RuntimeError: There is no current event loop in thread 'Thread-1' python runtime_error 80% 87% ai_generated
aiohttp.multipart.MultipartError: Could not find boundary in multipart body python data_error 80% 80% ai_generated
asyncio.queues.QueueEmpty: Queue is empty python runtime_error 80% 88% ai_generated
aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html' python data_error 80% 85% ai_generated
asyncio.exceptions.CancelledError: sleep interrupted python runtime_error 80% 87% ai_generated
aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('http://example.com/nonexistent') python network_error 80% 86% ai_generated
RuntimeError: Lock is not acquired python runtime_error 80% 88% ai_generated
ERROR: Package 'example-pkg' requires a different Python: 3.9.2 not in '>=3.10,<3.13' python config_error 80% 88% ai_generated
error: Multiple .dist-info directories found: /path/lib/python3.9/site-packages/pkg-1.0.dist-info, /path/lib/python3.9/site-packages/pkg-1.1.dist-info python system_error 80% 85% ai_generated
ERROR: Invalid wheel filename: my_package-1.0-py3-none-any.whl python data_error 80% 82% ai_generated
error: invalid version '1.0.dev0' (expected a version number like '1.0') python config_error 80% 84% ai_generated
ERROR: Package 'pkg' requires a different Python: 3.7.4 not in '>=3.8' python config_error 80% 87% ai_generated
ERROR: Unsupported environment marker: python_version < '3.8' python config_error 80% 82% ai_generated
ERROR: Cannot install pkg-a and pkg-b because these package versions have conflicting dependencies. python data_error 80% 90% ai_generated
error: Multiple top-level packages discovered in a flat-layout: ['src', 'tests'] python config_error 80% 85% ai_generated
ERROR: pkg-1.0-cp39-cp39-manylinux2014_x86_64.whl is not a supported wheel on this platform. python system_error 80% 88% ai_generated
error: README.md not found python data_error 80% 86% ai_generated
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object>: Failed to establish a new connection: [Errno 111] Connection refused')': /simple/pkg/ python network_error 80% 88% ai_generated
ERROR: Cannot uninstall 'pkg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. python system_error 80% 86% ai_generated
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/root/.cache/pip' python system_error 80% 88% ai_generated
error: invalid package name 'my_pkg' (hyphens are not allowed) python data_error 80% 87% ai_generated
asyncio.exceptions.CancelledError python runtime_error 80% 85% ai_generated
asyncio.exceptions.TimeoutError: SSL handshake timeout python network_error 80% 83% ai_generated
ExceptionGroup: unhandled errors in a TaskGroup python runtime_error 80% 84% ai_generated
aiohttp.client_exceptions.ClientOSError: [Errno 24] Too many open files python system_error 80% 86% ai_generated
AssertionError: allow_origins must be a list or tuple of strings python config_error 80% 87% ai_generated
asyncio.TimeoutError: Request body read timed out after 60 seconds python network_error 80% 80% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'user_profile'. Did you forget to specify values for 'user_id'? python runtime_error 80% 90% ai_generated
fastapi.exceptions.RequestValidationError: [{'loc': ['body', 'age'], 'msg': 'value is not a valid integer', 'type': 'type_error.integer'}] python type_error 80% 88% ai_generated
AssertionError: Query parameter 'page' is required python type_error 80% 82% ai_generated
RuntimeError: The session cookie is not marked as secure. This is a security issue. Please set SESSION_COOKIE_SECURE to True in production. python config_error 80% 84% ai_generated
ValueError: Invalid form data: expected bytes, got str python data_error 80% 83% ai_generated
werkzeug.exceptions.NotFound: 404 Not Found python runtime_error 80% 90% ai_generated
TypeError: Object of type UUID is not JSON serializable python type_error 80% 87% ai_generated
fastapi.exceptions.WebSocketRequestValidationError: 400 Bad WebSocket Request python network_error 80% 80% ai_generated
TypeError: The JSON provider is not installed. Run 'pip install flask[json]'. python install_error 80% 88% ai_generated
fastapi.exceptions.RequestValidationError: [{'loc': ['query', 'tags'], 'msg': 'value is not a valid list', 'type': 'type_error.list'}] python type_error 80% 89% ai_generated
TypeError: The view function did not return a valid response. The function either returned None or ended without a return statement. python type_error 80% 90% ai_generated
sqlalchemy.exc.InvalidRequestError: Table 'users' is already defined for this MetaData instance. Specify 'extend_existing=True' to redefine options and columns on an existing Table object. python config_error 80% 85% ai_generated
sqlalchemy.exc.InvalidRequestError: Multiple classes found for path 'User' in the registry of this declarative base. Please use a fully module-qualified path. python config_error 80% 84% ai_generated
sqlalchemy.exc.InvalidRequestError: Could not assemble any primary key columns for mapped table 'orders' python config_error 80% 90% ai_generated
sqlalchemy.orm.exc.DetachedInstanceError: Parent instance <User at 0x7f...> is not bound to a Session; lazy load operation of attribute 'orders' cannot proceed python runtime_error 80% 87% ai_generated
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedFunction) operator does not exist: character varying = integer python type_error 80% 83% ai_generated
sqlalchemy.exc.InvalidRequestError: One or more mappers failed to initialize - can't proceed with the operation. Original exception was: For relationship 'User.roles', the secondary table 'user_roles' is not in the same MetaData as the parent and child tables. python config_error 80% 86% ai_generated
sqlalchemy.exc.ArgumentError: Could not parse SQLAlchemy URL from string 'sqlite:////tmp/test.db' python config_error 80% 90% ai_generated
sqlalchemy.exc.InvalidRequestError: Could not evaluate current criteria in Python. Specify 'fetch' or False for the synchronize_session parameter. python runtime_error 80% 85% ai_generated
alembic.util.exc.CommandError: No config file 'alembic.ini' found, or file has no '[alembic]' section python config_error 80% 87% ai_generated
sqlalchemy.exc.FlushError: Instance <Child at 0x...> has a NULL identity key. If this is an auto-generated value, check that the database table allows generation of new primary key values, and that the mapped Column object is configured correctly. python data_error 80% 84% ai_generated
sqlalchemy.exc.ArgumentError: Foreign key 'orders.user_id' column type 'VARCHAR' does not match referenced column 'users.id' type 'INTEGER' python type_error 80% 89% ai_generated
sqlalchemy.exc.NoForeignKeysError: Could not determine join condition between parent/child tables on relationship 'User.addresses' - there are no foreign keys linking these tables. Ensure that referencing columns are associated with a ForeignKey or ForeignKeyConstraint, or specify a 'primaryjoin' expression. python config_error 80% 86% ai_generated
sqlalchemy.exc.InvalidRequestError: A transaction is already begun on this Session python runtime_error 80% 83% ai_generated
sqlalchemy.exc.StatementError: (sqlalchemy.exc.InvalidRequestError) 'NoneType' object has no attribute 'replace' (original cause: AttributeError: 'NoneType' object has no attribute 'replace') for parameter 'name' value None python data_error 80% 82% ai_generated
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:mysql.connector python install_error 80% 88% ai_generated
sqlalchemy.exc.ArgumentError: Mutable default <list object at 0x...> for column 'tags' is not allowed. Use a callable instead. python config_error 80% 90% ai_generated
sqlalchemy.exc.InvalidRequestError: Query has been defined with a label, but the result is being iterated over. Use .all() or .first() python runtime_error 80% 85% ai_generated
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.SyntaxError) syntax error at or near "and" python type_error 80% 87% ai_generated
django.core.exceptions.ImproperlyConfigured: The STATICFILES_DIRS setting should not contain the STATIC_ROOT setting. python config_error 80% 88% ai_generated
django.core.exceptions.FieldError: Cannot resolve keyword 'unknown_field' into field. Choices are: id, name, created_at. python data_error 80% 82% ai_generated
django.db.utils.IntegrityError: NOT NULL constraint failed: app_model.foreign_key_id python data_error 80% 87% ai_generated
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='api.example.com', port=443): Max retries exceeded with url: /data (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at ...>, 'Connection to api.example.com timed out.')) python network_error 80% 84% ai_generated
django.db.utils.IntegrityError: UNIQUE constraint failed: auth_user.username python data_error 80% 85% ai_generated
django.db.migrations.exceptions.InconsistentMigrationHistory: Migration admin.0001_initial is applied before its dependency myapp.0001_initial on database 'default'. python config_error 80% 82% ai_generated
django.core.exceptions.FieldError: Cannot resolve keyword 'related_field' into field. Choices are: id, name. python data_error 80% 88% ai_generated
django.urls.exceptions.NoReverseMatch: Reverse for 'profile' with arguments '('',)' not found. 1 pattern(s) tried: ['user/profile/(?P<username>[^/]+)/$'] python config_error 80% 83% ai_generated
TypeError: 'QuerySet' object is not subscriptable python type_error 80% 84% ai_generated
django.core.cache.backends.base.InvalidCacheBackendError: Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': cannot import name 'MemcachedCache' python module_error 80% 86% ai_generated
django.db.utils.IntegrityError: UNIQUE constraint failed: auth_user.email python data_error 80% 84% ai_generated
django.core.exceptions.ImproperlyConfigured: The included URLconf '<module 'myproject.urls'>' does not appear to have any patterns in it. python config_error 80% 82% ai_generated
django.db.utils.OperationalError: (2002, "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)") python system_error 80% 86% ai_generated
django.core.exceptions.ImproperlyConfigured: TIME_ZONE setting must be set to a valid timezone string. python config_error 80% 84% ai_generated
django.core.exceptions.ImproperlyConfigured: DATA_UPLOAD_MAX_NUMBER_FIELDS exceeded. Increase DATA_UPLOAD_MAX_NUMBER_FIELDS. python config_error 80% 82% ai_generated
django.core.exceptions.FieldError: Unsupported lookup 'date' for CharField or join on the field not permitted. python data_error 80% 86% ai_generated
django.core.exceptions.ImproperlyConfigured: Model backends are not supported by this authentication backend. python auth_error 80% 81% ai_generated
sqlalchemy.exc.PendingRollbackError: Can't reconnect until invalid transaction is rolled back. Please rollback() fully before proceeding python runtime_error 80% 85% ai_generated
sqlalchemy.exc.StaleDataError: UPDATE statement on table 'users' expected to update 1 row(s); 0 were matched. python data_error 80% 82% ai_generated
sqlalchemy.exc.InvalidRequestError: When initializing mapper Mapper[User], expression 'Post' failed to locate a name ('Post'). If this is a class name, consider adding this relationship() to the class after both dependent classes have been defined. python module_error 80% 88% ai_generated
ImportError: dlopen(/usr/local/lib/python3.9/site-packages/psycopg2/_psycopg.cpython-39-darwin.so, 2): Library not loaded: libpq.5.dylib python install_error 80% 83% ai_generated
sqlalchemy.exc.ArgumentError: The asyncio extension requires an async driver to be used. The 'sqlite' driver is not async. python config_error 80% 86% ai_generated
sqlalchemy.orm.exc.DetachedInstanceError: Instance <User at 0x...> is not bound to a Session; lazy load operation of attribute 'posts' cannot proceed python runtime_error 80% 90% ai_generated
sqlalchemy.exc.ArgumentError: relationship 'User.posts' expects a class or a mapper argument (received: <class 'str'>) python config_error 80% 83% ai_generated
AttributeError: module 'sqlalchemy.orm' has no attribute 'sessionmaker' python module_error 80% 90% ai_generated
sqlalchemy.exc.ArgumentError: Type object 'UUID' is not a valid SQLAlchemy type python type_error 80% 85% ai_generated
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgresql.psycopg3 python install_error 80% 87% ai_generated
sqlalchemy.exc.MultipleResultsFound: Multiple rows were found when exactly one was required python data_error 80% 88% ai_generated
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1366, "Incorrect string value: '\xF0\x9F\x98\x80' for column 'message' at row 1") python encoding_error 80% 86% ai_generated
sqlalchemy.exc.InvalidRequestError: One or more mappers failed to initialize - can't proceed with initialization of other mappers. Original exception was: sqlalchemy.exc.NoReferencedTableError: Foreign key associated with column 'association.user_id' could not find table 'users' with which to generate a foreign key to target column 'id' python module_error 80% 82% ai_generated
sqlalchemy.exc.InvalidRequestError: This session is in 'prepared' state; no further SQL can be emitted within this transaction. python runtime_error 80% 84% ai_generated
sqlite3.IntegrityError: FOREIGN KEY constraint failed python config_error 80% 85% ai_generated
AttributeError: 'AsyncSession' object has no attribute 'query' python type_error 80% 88% ai_generated
TypeError: Object of type User is not JSON serializable python type_error 80% 87% ai_generated
AssertionError: Route should be a string or a pathlib.Path python config_error 80% 82% ai_generated
RuntimeError: Task got Future attached to a different loop python runtime_error 80% 84% ai_generated
sqlalchemy.exc.TimeoutError: QueuePool limit of size 10 overflow 10 reached, connection timed out python system_error 80% 86% ai_generated
ModuleNotFoundError: No module named 'pydantic_settings' python module_error 80% 90% ai_generated
ValueError: CORS preflight request failed python config_error 80% 83% ai_generated
404 Not Found: /static/css/style.css python config_error 80% 87% ai_generated
RuntimeError: Request body is not available after the request has been consumed python runtime_error 80% 86% ai_generated
werkzeug.exceptions.BadRequest: 400 Bad Request: Failed to decode JSON object python data_error 80% 86% ai_generated
werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'index' with values ['page']. Did you mean 'static' instead? python runtime_error 80% 88% ai_generated
AttributeError: 'Request' object has no attribute 'client_ip' python attribute_error 80% 85% ai_generated
TypeError: 'generator' object is not callable python runtime_error 80% 85% ai_generated
AttributeError: 'module' object has no attribute 'some_func' python runtime_error 80% 84% ai_generated
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pytest-of-user/pytest-0/test_foo0/somefile.txt' python runtime_error 80% 86% ai_generated
ImportError: import file mismatch: imported module 'test_utils' has this __file__ attribute: /path/to/other/test_utils.py which is not the same as the test file we want to collect: python module_error 80% 83% ai_generated
RuntimeError: generator didn't stop after throw() python runtime_error 80% 81% ai_generated
AssertionError: assert {'a': 1, 'b': 2} == {'a': 1} python data_error 80% 88% ai_generated
Log message not captured in caplog.records python config_error 80% 85% ai_generated
unittest.SkipTest: Skipped: 'numpy' is not installed python runtime_error 80% 87% ai_generated
pytest.skip.Exception: Skipped: no module named 'requests' python module_error 80% 92% ai_generated
TypeError: test_func() missing 1 required positional argument: 'b' python type_error 80% 93% ai_generated
TypeError: 'Exception' object is not callable python type_error 80% 90% ai_generated
PytestWarning: No test reports found for 'test_x' python config_error 80% 82% ai_generated
TypeError: ids must be a list or callable, got <class 'str'> python type_error 80% 90% ai_generated
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --tst python config_error 80% 85% ai_generated
pytest-cache: failed to write cache file /path/.pytest_cache/v/cache/lastfailed: [Errno 13] Permission denied python system_error 80% 87% ai_generated
AttributeError: module 'setuptools' has no attribute 'setup' python module_error 80% 85% ai_generated
ERROR: Package 'mypkg' requires a different Python: 3.11.2 not in '>=3.12' python config_error 80% 88% ai_generated
AssertionError: assert 4 == 5 + where 4 = <function calculate_sum.<locals>.<lambda> at 0x7f8b1c3d4a9> python runtime_error 80% 85% ai_generated
RuntimeError: setUpClass is not called for TestCase subclass because it has no __test__ attribute python config_error 80% 80% ai_generated
PluginValidationError: unknown hook 'pytest_collection_modifyitems' in plugin <module 'conftest' from '/path/to/conftest.py'> python config_error 80% 83% ai_generated
TypeError: assertRaises() missing 1 required positional argument: 'exc' python type_error 80% 90% ai_generated
PermissionError: [Errno 13] Permission denied: '/tmp/pytest-of-user/pytest-123/test_foo0' python system_error 80% 80% ai_generated
PytestConfigWarning: Unknown config option: filterwarnings python config_error 80% 84% ai_generated
AttributeError: <module 'module1' from '/path/module1.py'> does not have the attribute 'func' python module_error 80% 87% ai_generated
LogCaptureError: cannot use capsys and caplog at the same time python runtime_error 80% 81% ai_generated
Failed: fixture 'client' not found in teardown python runtime_error 80% 84% ai_generated
CollectionError: cannot collect 'test_foo' because it is not a function or class python config_error 80% 83% ai_generated
UsageError: provided markers not found in collection: ['slow'] python config_error 80% 87% ai_generated
AttributeError: 'TestLoader' object has no attribute 'loadTestsFromName' python module_error 80% 82% ai_generated
FixtureDefError: finalizer <function ...> raised an exception python runtime_error 80% 83% ai_generated
AssertionError: expected call not found. Expected: mock(1) Actual: mock(2) python runtime_error 80% 85% ai_generated
FixtureLookupError: fixture 'db' not found in available fixtures: ['tmpdir', 'capsys'] python config_error 80% 89% ai_generated
TypeError: setUp() takes 1 positional argument but 2 were given python type_error 80% 88% ai_generated
error: Setup script exited with error: Unsupported format: 2 python install_error 80% 84% ai_generated
AttributeError: python type_error 80% 95% official
ConnectionError python system_error 80% 95% official
EOFError python io_error 80% 95% official
FloatingPointError python arithmetic_error 80% 95% official
GeneratorExit python runtime_error 80% 95% official
ImportError python module_error 80% 95% official
IndexError python range_error 80% 95% official
NameError python type_error 80% 95% official
OSError python system_error 80% 95% official
OverflowError python arithmetic_error 80% 95% official
PermissionError python system_error 80% 95% official
RecursionError python runtime_error 80% 95% official
ReferenceError python runtime_error 80% 95% official
RuntimeError python runtime_error 80% 95% official
SyntaxError python syntax_error 80% 95% official
SystemError python runtime_error 80% 95% official
SystemExit python runtime_error 80% 95% official
TabError python syntax_error 80% 95% official
TypeError python type_error 80% 95% official
UnicodeError python encoding_error 80% 95% official
ValueError python type_error 80% 95% official
BlockingIOError python io_error 80% 95% official
ChildProcessError python os_error 80% 95% official
ConnectionAbortedError python system_error 80% 95% official
ConnectionResetError python system_error 80% 95% official
InterruptedError python system_error 80% 95% official
IsADirectoryError python system_error 80% 95% official
NotADirectoryError python system_error 80% 95% official
ProcessLookupError python system_error 80% 95% official
ModuleNotFoundError: No module named 'requests' python module_error 80% 88% ai_generated
ERROR: Package 'foo' requires a different Python: 3.8.10 not in '>=3.9' python install_error 80% 86% ai_generated
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. python install_error 80% 89% ai_generated
ERROR: Cannot install foo==1.2 and bar==2.0 because these package versions have conflicting dependencies. python install_error 80% 88% ai_generated
ERROR: Could not build wheels for foo, which is required to install pyproject.toml-based projects python install_error 80% 86% ai_generated
Requirement already satisfied: foo in /usr/lib/python3/dist-packages (1.0.0), but you have foo 2.0.0 python config_error 80% 84% ai_generated
error: invalid command 'egg_info' python install_error 80% 88% ai_generated
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. python network_error 80% 87% ai_generated
error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. python install_error 80% 86% ai_generated
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/usr/local/lib/python3.11/site-packages/foo' python system_error 80% 88% ai_generated
pip._vendor.packaging.version.InvalidVersion: Invalid version: 'v1.2.3-beta!' python data_error 80% 84% ai_generated
warning: sdist: standard file not found: should have one of README, README.txt, README.rst python config_error 80% 83% ai_generated
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. python data_error 80% 86% ai_generated
error: [Errno 2] No such file or directory: 'setup.py' python config_error 80% 85% ai_generated
WARNING: The repository located at internal-pypi.local is not a trusted or secure host and is being ignored. python config_error 80% 84% ai_generated
WARNING: Skipping foo as it is not installed. python config_error 80% 82% ai_generated
ERROR: foo-2.0.0-cp312-cp312-manylinux_2_17_x86_64.whl is not a supported wheel on this platform. python install_error 80% 87% ai_generated
WARNING: foo 1.0.0 does not provide the extra 'devtools' python install_error 80% 83% ai_generated
ImportError: cannot import name 'foo' from partially initialized module 'mypkg' (most likely due to a circular import) python module_error 80% 82% ai_generated
ERROR: Invalid requirement: 'requests=>2.0' (from line 3 of requirements.txt) python data_error 80% 86% ai_generated