Skip to Content
Error CodesHTTP Status Codes

HTTP Status Codes

These errors relate to network communication between your browser and the LK Creator API.


Error Code Table

StatusNameMessage (EN)Message (ES)Common CauseSolution
400Bad RequestThe request is not valid. Check the data sent.La solicitud no es valida. Verifica los datos enviados.Malformed request or invalid parametersCheck your form fields and file formats
401UnauthorizedYour session has expired. Please log in again.Tu sesion ha expirado. Por favor inicia sesion nuevamente.JWT token expired (24h)Log in again
403ForbiddenYou don’t have permission to perform this action.No tienes permiso para realizar esta accion.Accessing Pro features without subscriptionCheck your plan status
404Not FoundThe requested resource was not found.El recurso solicitado no fue encontrado.Invalid URL or deleted resourceVerify the URL or resource exists
408TimeoutThe request took too long. Please try again.La solicitud tardo demasiado. Por favor intenta de nuevo.Slow connection or large file processingRetry with a smaller request
413Payload Too LargeThe file is too large. Maximum size is 10MB.El archivo es demasiado grande. Tamano maximo es 10MB.Uploaded file exceeds 10MBReduce file size or resolution
415Unsupported MediaUnsupported file type.Tipo de archivo no soportado.Wrong file format uploadedUse PNG for textures, JSON for models, YAML for configs
422Validation ErrorValidation error. Check that the data is correct.Error de validacion. Verifica que los datos sean correctos.Invalid field valuesReview form validation errors
429Too Many RequestsToo many requests. Please wait.Demasiadas solicitudes. Espera unos momentos.Rate limiting triggeredWait a few seconds before retrying
500Internal Server ErrorServer error. Please try again later.Error del servidor. Intenta mas tarde.Unexpected backend errorWait and retry; report if persistent
502Bad GatewayThe server is not available right now.El servidor no esta disponible en este momento.Backend deployment or restartWait a minute and retry
503Service UnavailableThe server is not available right now.El servidor no esta disponible en este momento.Server overloaded or under maintenanceWait a few minutes
504Gateway TimeoutThe request took too long. Please try again.La solicitud tardo demasiado. Intenta de nuevo.Backend processing timeoutRetry with simpler configuration

Network Errors

These errors appear when the browser can’t connect to the API at all:

ErrorMeaningSolution
Failed to fetch / NetworkErrorBrowser couldn’t reach the serverCheck your internet connection
ECONNREFUSEDServer is not accepting connectionsServer may be down; try again later
ETIMEDOUTConnection timed outSlow network; check connection
AbortErrorRequest was cancelledYou navigated away or closed the tab before the request finished

When to Contact Support

Contact support if:

  • You consistently get 500 errors with the same configuration
  • 502/503 errors persist for more than 10 minutes
  • You get 403 errors despite having an active Pro subscription
  • Any error that doesn’t match the descriptions above

Report issues on Discord .