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] Request failed with status code 400 #838

Open
2 tasks done
ChyiYaqing opened this issue Sep 23, 2024 · 0 comments
Open
2 tasks done

[Bug] Request failed with status code 400 #838

ChyiYaqing opened this issue Sep 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ChyiYaqing
Copy link

General

  • I have updated to the latest version of MySpeed.
  • My bug has not been reported yet.

The Bug

Start myspeed using docker-compose and query the container log as follows.

➜ docker logs -f myspeed
Successfully connected to the database file
Integration "discord" loaded successfully
Integration "gotify" loaded successfully
Integration "healthChecks" loaded successfully
Integration "pushover" loaded successfully
Integration "telegram" loaded successfully
Integration "webhook" loaded successfully
Looking for network interfaces...
An error occurred: Request failed with status code 400
Successfully connected to the database file
An error occurred: Request failed with status code 400
Successfully connected to the database file

docker-compose.yaml file contents are as follows.

version: '3.9'
services:
  myspeed:
    image: germannewsmaker/myspeed
    container_name: "myspeed"
    ports:
      - 5216:5216
    volumes:
      - ./data:/myspeed/data
    restart: unless-stopped
    logging:
      driver: "json-file"
      options:
        max-size: "5M"
        max-file: "10"

networks:
  myspeed:
    driver: bridge

What device are you using to access the page?

In the browser

Which operating system is your MySpeed instance running on?

Linux

@ChyiYaqing ChyiYaqing added the bug Something isn't working label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant