Skip to content

fix(api): save user email on the first try (#760) #155

fix(api): save user email on the first try (#760)

fix(api): save user email on the first try (#760) #155

Triggered via push May 23, 2024 18:56
Status Failure
Total duration 2h 20m 20s
Artifacts

snap.yaml

on: push
Job Check
6s
Job Check
Matrix: build-snap
Send Discord Notification
4s
Send Discord Notification
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
Build Snap Package (amd64)
The process '/usr/bin/docker' failed with exit code 2
Build Snap Package (armhf)
The process '/usr/bin/docker' failed with exit code 2
Build Snap Package (arm64)
The process '/usr/bin/docker' failed with exit code 2
Build Snap Package (amd64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: diddlesnaps/snapcraft-multiarch-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Snap Package (armhf)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: diddlesnaps/snapcraft-multiarch-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build Snap Package (arm64)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: diddlesnaps/snapcraft-multiarch-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Send Discord Notification
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/workflow-conclusion-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Send Discord Notification
embed field value must be shorter than 1024, got 1122 [`0bbcfdc`](https://github.com/Fallenbagel/jellyseerr/commit/0bbcfdc4f9ff9735f45232a2412ac8444f525de9) fix(api): save user email on the first try (#760) * fix(api): save user email on the first try fix #227 * fix(api): remove todo * fix(logging): handle media server connection refused error/toast (#748) * fix(logging): handle media server connection refused error/toast Properly log as connection refused if the jellyfin/emby server is unreachable. Previously it used to throw a credentials error which lead to a lot of confusion * refactor(i8n): extract translation keys * refactor(auth): error message for a more consistent format * refactor(auth/errors): use custom error types and error codes instead of abusing error messages * refactor(i8n): replace connection refused translation key with invalidurl * fix(error): combine auth and api error class into a single one called network error * fix(error): use the new network error and network error codes in auth/api * refactor(error): rename NetworkError to ApiError --------- Co-authored-by: Fallenbagel <[email protected]>