Skip to content

Commit

Permalink
sl1: add code 10408 INVALID_PASSWORD
Browse files Browse the repository at this point in the history
SLA dropped support for API key authorization.

Part of: SL1SW-2110
  • Loading branch information
filipkotoucek committed Mar 22, 2024
1 parent 895dd57 commit 2ca7dc8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 10_SL1/errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,14 @@ Errors:
id: "DOWNLOAD_FAILED"
approved: true

# Deprecated from 1.8.0, use INVALID_PASSWORD
- code: "10405"
title: "INVALID API KEY"
text: "Please turn on the HTTP digest (which is the recommended security option) or update the API key. You can find it in Settings > Network > Login credentials."
id: "INVALID_API_KEY"
approved: true

# Deprecated from 1.8.0, use INVALID_PASSWORD
- code: "10406"
title: "UNAUTHORIZED"
text: "The printer uses HTTP digest security. Please enable it also in your slicer (recommended), or turn off this security option in the printer. You can find it in Settings > Network > Login credentials."
Expand All @@ -380,6 +382,21 @@ Errors:
id: "REMOTE_API_ERROR"
approved: true

- code: "10408"
title: "INVALID PASSWORD"
text: "The password is incorrect. Please check or update it in:
Settings > Network > PrusaLink.
Prusa Slicer must use HTTP digest authorization type.
The password must be at least 8 characters long. Supported characters are letters, nubmes and dash."
id: "INVALID_PASSWORD"
approved: false

# SYSTEM 105xx # System - BSOD, ...
- code: "10500"
title: "PRINTER IS OK"
Expand Down

0 comments on commit 2ca7dc8

Please sign in to comment.