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]: Mist Cloud test HTTP test fails with 404 #134

Closed
1 of 2 tasks
jiribrejcha opened this issue Jan 31, 2025 · 4 comments
Closed
1 of 2 tasks

[BUG]: Mist Cloud test HTTP test fails with 404 #134

jiribrejcha opened this issue Jan 31, 2025 · 4 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jiribrejcha
Copy link
Member

What happened?

Mist Cloud test HTTP test fails with 404 when executed from FPMS.

The HTTP test command fails with HTTP code 404. Has the URL changed?

Image

Relevant log output

curl -k -s -o /dev/null -w "%{http_code}" https://ep-terminator.mistsys.net/about
404

How often does this bug happen?

Every time

What version are you using?

3.2.3

Self Service

  • I would be willing to fix this bug myself.

Guidelines and Policies

  • I have read the contributing guidelines and agree to follow the code of conduct and contribution policies.
@jiribrejcha jiribrejcha added bug Something isn't working untriaged labels Jan 31, 2025
@joshschmelzle
Copy link
Member

joshschmelzle commented Jan 31, 2025

Suggested fix is to use https://ep-terminator.mistsys.net/test instead of https://ep-terminator.mistsys.net/about

@joshschmelzle
Copy link
Member

joshschmelzle commented Jan 31, 2025

I'll let someone else pick up the PR on this one.

Code that needs updated lives here: https://github.com/WLAN-Pi/wlanpi-fpms/blob/main/fpms/modules/cloud_tests.py

@joshschmelzle joshschmelzle added good first issue Good for newcomers help wanted Extra attention is needed labels Feb 2, 2025
@jiribrejcha
Copy link
Member Author

Here is the line to be fixed:

cmd = 'curl -k -s -o /dev/null -w "%{http_code}" https://ep-terminator.mistsys.net/about'

@joshschmelzle
Copy link
Member

Fixed in #137 and released in 1.4.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants