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] StatusCheck not working/recognized #37

Closed
UrekD opened this issue Jun 17, 2021 · 3 comments
Closed

[BUG] StatusCheck not working/recognized #37

UrekD opened this issue Jun 17, 2021 · 3 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@UrekD
Copy link
Contributor

UrekD commented Jun 17, 2021

When I try to use the statuscheck in the config I get error saying "should NOT have additional property: statusCheck".

I'm running this on a fresh VM on Photon OS in VMware Workstation/ESXi. I tried cloning via git clone and manual dl and ftp. I'm using docker-compose to build it , I have tried running the default config and editing it. I tried importing my config into docker playground and it worked there.

brave_rnyidfxiCz

Also the clone command in the instructions doesn't work.
cmd_JPuYh6zojG

@UrekD UrekD added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Jun 17, 2021
@Lissy93
Copy link
Owner

Lissy93 commented Jun 17, 2021

When I try to use the statuscheck in the config I get error saying "should NOT have additional property: statusCheck".

You've not got the latest version of code. Status indicators were added in #34, and that attribute is defined in the schema. Try updating to the latest version, and you should be good to go :)

Example Output

I just did a fresh run on PWD, and it seems to be working


Also the clone command in the instructions doesn't work.

That error message is informing you that you are not authenticated. You can log in with git, by adding your SSH key to the keychain (this tutorial might help you). Alternatively, just clone via https, by running: git clonehttps://github.com/Lissy93/dashy.git

Hope that helps, feel free to update this issue if your still having trouble

@UrekD
Copy link
Contributor Author

UrekD commented Jun 17, 2021

Thanks for the help. I got it running after updating it via docker pull lissy93/dashy:latest. Is it normal that git clone doesn't pull the latest version, since I had to update even though I just cloned it for the first time after all.

@Lissy93
Copy link
Owner

Lissy93 commented Jun 17, 2021

Nope, git clone will always pull down the latest code, but it won't keep it updated, for that you need to run git pull origin master to fetch the latest. Here's a quick guide on keeping Dashy updated.

@Lissy93 Lissy93 closed this as completed Jun 17, 2021
asterling8516 pushed a commit to asterling8516/dashy that referenced this issue Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working
Projects
None yet
Development

No branches or pull requests

2 participants