ErrLookup › makeplane/plane
makeplane/plane
🔥🔥🔥 Open-source Jira, Linear, Monday, and ClickUp alternative. Plane is a modern project management platform to manage tasks, sprints, docs, and triage. · TypeScript · 3,904 source files
Analyzed at 1c8a60f858 on 2026-08-12. 104 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
AUTH_USER_MISMATCH Authentication unsuccessful: User ID mismatch | exception | critical | auth, websocket, live, session, token-mismatch |
| Authentication unsuccessful | exception | critical | auth, websocket, live, catch-all, error-masking |
| Asset upload failed. Please try again later. | exception | error | assets, upload, space, comments, publish |
| Publish settings not found | exception | error | space, publish, votes, race-condition, store-lookup |
| Issue not found | exception | error | issues, web, lookup, not-found, permissions |
| Member not found | exception | error | members, web, project, roles, store-lookup, precondition |
| Member not found | exception | error | members, web, workspace, roles, store-lookup, precondition |
| Missing required fields. | exception | error | pages, web, precondition, router-params, validation |
| Workspace not found | exception | error | workspace, web, logo, store-lookup, precondition |
| Failed to fetch image: ${response.statusText} | exception | error | assets, web, cover-image, fetch, network, unsplash, cors |
| Invalid file type. Please select an image. | exception | warning | file-upload, mime-type, cover-image, validation |
| Invalid expression: empty or null data | exception | error | filters, adapter, validation, shared-state |
| AND group must contain at least one condition | exception | error | filters, adapter, validation, shared-state, data-integrity |
| Invalid expression: unknown structure with keys [${expressio | exception | error | filters, adapter, validation, shared-state, schema-mismatch |
| Invalid relative amount: ${amountStr} | exception | error | datetime, filters, validation, parsing |
| Unsupported time unit: ${unit} | exception | error | datetime, filters, validation, parsing |
| Invalid URL provided | exception | error | file, validation, url, typescript |
| Invalid URL format | exception | error | file, validation, url |
| Failed to fetch image: ${response.statusText} | exception | error | file, network, http-status, url |
| Invalid hex color: ${baseColor} | exception | error | theme, color, validation, palette-generator |
| Invalid valueStop: ${anchorStop}. Must be one of ${SHADE_STO | exception | error | theme, color, validation, palette-generator, config |
AUTH_MISSING_CREDENTIALS Credentials not provided | error_code | critical | auth, websocket, live, session, credentials |
| Given API token is not valid | exception | error | auth, api-token, django-rest, authentication |
| Please check the view | http | error | django-rest, view, database, error-handling, api |
| Given API token is not valid | exception | error | auth, api-token, django-rest, authentication |
| Please check the view | http | error | django-rest, view, database, error-handling, app |
5005 INVALID_EMAIL | exception | error | auth, email, validation, authentication-adapter |
5021 PASSWORD_TOO_WEAK | exception | error | auth, password, security, zxcvbn, authentication-adapter |
5015 SIGNUP_DISABLED | exception | error | auth, signup, config, invites, authentication-adapter |
5019 USER_ACCOUNT_DEACTIVATED | exception | error | authentication, account-deactivation, security, login, ghsa-rmmf-rj2q-3rrg |
5017 BOT_USER_LOGIN_FORBIDDEN | exception | error | authentication, bot-account, security, login, api-token |
5115|5120|5121|5123|5104 str(code) | exception | error | oauth, network, authentication, provider-error, requests |
| The request's session was deleted before the request complet | exception | error | session, concurrency, django, redis, authentication |
5056 EMAIL_PASSWORD_AUTHENTICATION_DISABLED | exception | error | authentication, email-password, configuration, feature-flag, env |
5030 USER_ALREADY_EXIST | exception | error | authentication, signup, duplicate, email-password |
5060 USER_DOES_NOT_EXIST | exception | error | authentication, signin, email-password, not-found |
5035|5065 AUTHENTICATION_FAILED_SIGN_UP|AUTHENTICATION_FAILED_SIGN_IN | exception | error | authentication, signin, email-password, invalid-credentials, password |
5025 SMTP_NOT_CONFIGURED | exception | error | authentication, magic-code, smtp, configuration, email, env |
5016 MAGIC_LINK_LOGIN_DISABLED | exception | error | authentication, magic-code, configuration, feature-flag, env |
5100 EMAIL_CODE_ATTEMPT_EXHAUSTED_SIGN_IN | exception | warning | authentication, magic-code, rate-limit, redis, signin |
5102 EMAIL_CODE_ATTEMPT_EXHAUSTED_SIGN_UP | exception | warning | authentication, magic-code, rate-limit, redis, signup |
5090 INVALID_MAGIC_CODE_SIGN_IN | exception | warning | authentication, magic-code, invalid-code, signin |
5092 INVALID_MAGIC_CODE_SIGN_UP | exception | warning | authentication, magic-code, invalid-code, signup |
5095 EXPIRED_MAGIC_CODE_SIGN_IN | exception | warning | authentication, magic-code, expired, redis, signin |
5097 EXPIRED_MAGIC_CODE_SIGN_UP | exception | warning | authentication, magic-code, expired, redis, signup |
5112 GITEA_NOT_CONFIGURED | exception | error | authentication, oauth, gitea, configuration, env |
| User email is required and should have signed in plane | exception | error | django, management-command, validation, input-validation, plane, interactive |
| Please provide the email of the admin. | exception | error | django, management-command, validation, argparse, plane |
| User with the provided email does not exist. | exception | error | django, management-command, validation, user-not-found, plane |
| The provided email is already an instance admin. | exception | warning | django, management-command, idempotency, exception-masking, plane, bug |
| Failed to create the instance admin. | exception | error | django, management-command, exception-handling, exception-masking, plane, bug |
| Project ID is required | exception | error | django, management-command, validation, cli-args, plane |
| User Email is required | exception | error | django, management-command, validation, cli-args, plane |
| User not found | exception | error | django, management-command, validation, user-not-found, plane |
| Project not found | exception | error | django, management-command, validation, not-found, plane |
| User not member in workspace | exception | error | django, management-command, validation, membership, plane |
| Invalid integer string | exception | error | django, management-command, validation, parsing, plane |
| Workspace slug is required | exception | error | django, management-command, validation, input-validation, plane, interactive |
| Issue identifier is required | exception | error | django, management-command, validation, argparse, plane |
| Invalid issue identifier format | exception | error | django, management-command, validation, parsing, plane |
| No duplicate issues found with the given identifier | exception | warning | django, management-command, validation, no-op, plane |
| Error: Workspace slug is required | exception | error | django, management-command, validation, argparse, plane |
| Error: Email is required | exception | error | django, management-command, validation, argparse, plane |
| Error: User with {email} does not exist | exception | error | django, management-command, validation, user-not-found, plane |
| Error: Workspace with slug {slug} does not exist | console | error | django, management-command, validation, not-found, plane |
| Error: User {email} is not a member of workspace {slug} | console | error | django, management-command, validation, membership, not-found, plane |
| Password is too common please set a complex password | console | error | password, zxcvbn, management-command, security |
| File too large. Size should not exceed 5 MB. | validation | error | file-upload, validation, django-models, file-size |
| File too large. Size should not exceed 5 MB. | validation | error | file-upload, validation, issue-attachment, file-size |
| Invalid schema. Only HTTP and HTTPS are allowed. | validation | error | webhook, validation, url, ssrf |
| Local URLs are not allowed. | validation | warning | webhook, ssrf, validation, security |
| Slug is not valid | validation | error | workspace, validation, slug, routing |
| {item} env variable is required. | console | critical | environment, management-command, setup, secret-key |
| Machine signature is required | console | error | management-command, setup, instance-registration |
| Please check the view | http | error | drf, viewset, error-handling, space-app |
| Invalid x_axis value: {x_axis} | exception | error | analytics, validation, value-error, api |
| Invalid y_axis value: {y_axis} | exception | error | analytics, validation, value-error, api |
| Invalid segment value: {segment} | exception | error | analytics, validation, value-error, api |
| Invalid x_axis field: {x_axis} | validation | error | analytics, validation, chart, api |
| Invalid group_by field: {group_by} | validation | error | analytics, validation, chart, api |
| Unsupported format: {format_type}. Available: {list(self.FOR | exception | error | export, validation, value-error, format |
| Invalid date format: {value} | exception | error | filters, validation, date, value-error |
| Invalid date format: {date_part} | exception | error | filters, validation, date, value-error |
| Filter validation errors: {'; '.join(validation_errors)} | exception | error | filters, validation, value-error, legacy-migration |
invalid_filter_type '{source_label}' must be a dict or a JSON string. | validation | error | filters, validation, api, json |
invalid_json Invalid JSON for '{source_label}'. Expected a valid JSON object. | validation | error | filters, json, validation, api |
filtering_not_enabled Filtering is not enabled for this endpoint (missing filterset_class) | validation | error | filters, config, view-config, api |
invalid_filter_field Filtering on field '{field}' is not allowed | validation | error | filters, allowlist, validation, api |
filterset_missing Filtering requires a filterset_class to be defined on the view | validation | error | filters, config, invariant, api |
invalid_filterset Invalid filter parameters | validation | error | filters, validation, django-filters, api |
missing_build_combined_q FilterSet must have build_combined_q method for complex filtering | validation | error | filters, config, django-filters, api |
max_depth_exceeded Filter nesting is too deep (max {max_depth}); found depth {current_depth} | validation | warning | filters, depth-limit, validation, api |
invalid_filter_node Each filter node must be a JSON object | validation | error | filters, schema, validation, api |
empty_filter_object Filter objects must not be empty | validation | error | filters, schema, validation, api |
multiple_logical_operators A filter object cannot contain multiple logical operators at the same level | validation | error | filters, schema, validation, api |
mixed_operator_and_fields Cannot mix logical operator '{op_key}' with field keys at the same level | validation | error | filters, schema, validation, api |
invalid_operator_children '{op}' must be a non-empty list of filter objects | validation | error | filters, schema, validation, api |
invalid_operator_child_type All children of '{op}' must be JSON objects | validation | error | filters, schema, validation, api |
invalid_not_child 'not' must be a single JSON object | validation | error | filters, schema, validation, api |
invalid_leaf Leaf filter must be a non-empty JSON object | validation | error | filters, schema, validation, api |
operator_in_leaf Logical operators cannot appear in a leaf filter object | validation | error | filters, schema, reserved-key, api |
empty_list_value List value for '{key}' must not be empty | validation | warning | filters, schema, validation, api |
non_scalar_list_item List value for '{key}' must contain only scalar items | validation | error | filters, schema, validation, api |
invalid_value_type Value for '{key}' must be a scalar, null, or list/tuple of scalars | validation | error | filters, schema, validation, api |