Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Cant start Dashy after changing to version 3.0.1 #1583

Open
5 tasks done
StefanGamerHD opened this issue May 14, 2024 · 6 comments
Open
5 tasks done

[BUG] Cant start Dashy after changing to version 3.0.1 #1583

StefanGamerHD opened this issue May 14, 2024 · 6 comments
Assignees
Labels
🚏 Awaiting User Response [ISSUE] Response from original author is pending 🐛 Bug [ISSUE] Ticket describing something that isn't working 🛑 No Response [ISSUE] Response was requested, but has not been provided ⚰️ Stale [ISSUE] [PR] No activity for over 1 month

Comments

@StefanGamerHD
Copy link

Environment

Self-Hosted (Docker)

System

casaOS

Version

3.0.1

Describe the problem

I upgraded the dashy version today to the stable 3.0.1 version. After that i changed the environment as needed, i am getting this error as shown in Additional Info. Plz help :(

Additional info

2024-05-14T10:17:20.325029082Z yarn run v1.22.19
2024-05-14T10:17:20.400185615Z $ NODE_OPTIONS=--openssl-legacy-provider npm-run-all --parallel build start
2024-05-14T10:17:20.962445746Z $ NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build
2024-05-14T10:17:20.962901558Z $ node server
2024-05-14T10:17:21.398933056Z
2024-05-14T10:17:21.398979151Z Checking config file against schema...
2024-05-14T10:17:21.598299135Z ✔️ Config file is valid, no issues found
2024-05-14T10:17:21.598335684Z
2024-05-14T10:17:21.615339705Z SSL Not Enabled: Public key not present
2024-05-14T10:17:21.693217555Z
2024-05-14T10:17:21.693262687Z Using Dashy V-3.0.1. Update Check Complete
2024-05-14T10:17:21.694123216Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━
2024-05-14T10:17:21.694141328Z ⚠️ Update Available: 3.1.0
2024-05-14T10:17:21.694146892Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━
2024-05-14T10:17:21.694151918Z
2024-05-14T10:17:22.622130161Z
2024-05-14T10:17:22.625036207Z - Building for production...
2024-05-14T10:17:22.802288377Z WARN A new version of sass-loader is available. Please upgrade for best experience.
2024-05-14T10:17:26.628652307Z node:internal/errors:563
2024-05-14T10:17:26.628741652Z ErrorCaptureStackTrace(err);
2024-05-14T10:17:26.628751188Z ^
2024-05-14T10:17:26.628756282Z
2024-05-14T10:17:26.628760786Z Error: getaddrinfo EAI_AGAIN Dashy
2024-05-14T10:17:26.628765385Z at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {
2024-05-14T10:17:26.628770616Z errno: -3001,
2024-05-14T10:17:26.628775449Z code: 'EAI_AGAIN',
2024-05-14T10:17:26.628780011Z syscall: 'getaddrinfo',
2024-05-14T10:17:26.628784446Z hostname: 'Dashy'
2024-05-14T10:17:26.628788820Z }
2024-05-14T10:17:26.628953697Z
2024-05-14T10:17:26.628965884Z Node.js v20.11.1
2024-05-14T10:17:26.659729817Z error Command failed with exit code 1.
2024-05-14T10:17:26.660300833Z info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2024-05-14T10:17:26.729685314Z ERROR: "start" exited with 1.
2024-05-14T10:17:26.749820829Z error Command failed with exit code 1.
2024-05-14T10:17:26.749873616Z info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Please tick the boxes

@StefanGamerHD StefanGamerHD added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label May 14, 2024
@CrazyWolf13
Copy link
Collaborator

CrazyWolf13 commented May 14, 2024

Hi
What version did work previously?

Have you done the steps mentioned here?
As Dashy V3 introduced breaking changes.
#1529

Has your container access to the internet?
Does DNS work?

@StefanGamerHD
Copy link
Author

Hi What version did work previously?

Have you done the steps mentioned here? As Dashy V3 introduced breaking changes. #1529

yes i have done that,
DNS works flawlessly
container has access to internet.

@liss-bot liss-bot added the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label May 14, 2024
@CrazyWolf13
Copy link
Collaborator

Hi
What version did work previously?

Have you done the steps mentioned here?
As Dashy V3 introduced breaking changes.
#1529

Error: getaddrinfo EAI_AGAIN Dashy
2024-05-14T10:17:26.628765385Z at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) {

Typically is a dns issue.

Could you share your docker command?

@StefanGamerHD
Copy link
Author

image
image
image
(moved any data vom public to user-data folder)
image

@StefanGamerHD
Copy link
Author

My version before 3.0.1 was 2.1.1

@liss-bot liss-bot removed the 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending label May 15, 2024
@CrazyWolf13
Copy link
Collaborator

Could you share what files and folders you copied? Because I think you were supposed to only copy the config and possibly other manually edited things

@CrazyWolf13 CrazyWolf13 added ⚰️ Stale [ISSUE] [PR] No activity for over 1 month 🚏 Awaiting User Response [ISSUE] Response from original author is pending 🛑 No Response [ISSUE] Response was requested, but has not been provided labels May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚏 Awaiting User Response [ISSUE] Response from original author is pending 🐛 Bug [ISSUE] Ticket describing something that isn't working 🛑 No Response [ISSUE] Response was requested, but has not been provided ⚰️ Stale [ISSUE] [PR] No activity for over 1 month
Projects
Status: Awaiting Triage
Development

No branches or pull requests

4 participants