8000 File Generation Failure with Chinese Site Names in Upptime · Issue #1059 · upptime/upptime · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
File Generation Failure with Chinese Site Names in Upptime #1059
Open
@Iuleoo

Description

@Iuleoo

Steps to Reproduce:

  1. Add a site with Chinese name in .upptimerc.yml (e.g., name: "鸭鸭梨")
# Configuration example:
sites:
  - name: "鸭鸭梨"
    url: https://example.com
  1. Execute Upptime status checks (via GitHub Actions or local run)

  2. Access the Upptime status page (e.g., https://upptime.yayal.cc)

  3. Click on the site card with Chinese name

  4. Observe blank History page display
    Expected Behavior:

  5. Should generate corresponding Chinese-named configuration file (e.g., history/鸭鸭梨.yml)

  6. History timeline data should load normally

Actual Behavior:

  1. No corresponding Chinese-named YAML file created in history directory
  2. Frontend console shows 404 File Not Found error
  3. History page displays white screen without data

SCREENSHOTS

Image

Image

Image

Image

Environment Information:

  • OS: Windows 11
  • Browser: Google Chrome
  • Version: Latest stable (134.0.6998.178)

Additional Context:
English-named sites work normally (e.g., name: "wikipedia" generates history/wikipedia.yml)

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0