bootdotdev / bootdev

A CLI used to complete coding challenges and lessons on Boot.dev
https://www.boot.dev
MIT License
374 stars 15 forks source link

K8s: CH1-4 - check says failed expecting status code 200 but there is clearly a 200 w/bootdev submit output, screenshot #26

Closed ElijahLynn closed 3 months ago

ElijahLynn commented 3 months ago

K8s: CH1-4 - check says failed with no 200 but there is clearly a 200, screenshot

bootdev submit 6b0e3570-98b1-4436-bcf4-62e06b21816d
=====================================
Running requests against: http://127.0.0.1:63840
1. GET /api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/#/workloads?namespace=default
  Request Headers:
  Response Status Code: 200
  Response Body:
<!--
Copyright 2017 The Kubernetes Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--><!DOCTYPE html><html lang="en" dir="ltr"><head>
  <meta charset="utf-8">
  <title>Kubernetes Dashboard</title>

image

ElijahLynn commented 3 months ago

happened again on 1-5:

bootdev submit 56b45923-3c78-42e7-a601-e0834206983d
=====================================
Running requests against: http://localhost:8080
1. GET /
  Request Headers:
  Response Status Code: 200
  Response Body:
<!DOCTYPE html>
<html lang="en">

image

ElijahLynn commented 3 months ago

What is more confusing to me is it says "Success" on the bottom right: image

cgsdev0 commented 3 months ago

@ElijahLynn thanks for the report! this is just a visual bug with the frontend, we have a fix going out shortly