python Errors

579 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
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
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: Package 'mypackage' requires a different Python: 3.8.10 not in '>=3.9' python install_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
RuntimeError: Event loop is closed python runtime_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