You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error log
2024-11-29T06:34:28Z WARN Urocissa::router::post::authenticate::_
Data guard Json < String > failed: Parse("123456", Error("invalid type: integer 123456, expected a string", line: 1, column: 6)).
2024-11-29T06:34:28Z WARN rocket::server::_
No 422 catcher registered. Using Rocket default.
^C2024-11-29T06:37:06Z WARN rocket::server
set PASSWORD=aabbcc
error log
024-11-29T06:39:37Z INFO Urocissa::public::config
config.json not found. Using default configuration.
2024-11-29T06:39:37Z WARN Urocissa::router::fairing
Unauthorized access attempt via fetch.
2024-11-29T06:39:37Z WARN rocket::server::_
No 401 catcher registered. Using Rocket default.
The text was updated successfully, but these errors were encountered:
Describe the bug
password error
To Reproduce
2024-11-29T06:34:28Z WARN Urocissa::router::post::authenticate::_
Data guard
Json < String >
failed: Parse("123456", Error("invalid type: integer123456
, expected a string", line: 1, column: 6)).2024-11-29T06:34:28Z WARN rocket::server::_
No 422 catcher registered. Using Rocket default.
^C2024-11-29T06:37:06Z WARN rocket::server
024-11-29T06:39:37Z INFO Urocissa::public::config
config.json not found. Using default configuration.
2024-11-29T06:39:37Z WARN Urocissa::router::fairing
Unauthorized access attempt via fetch.
2024-11-29T06:39:37Z WARN rocket::server::_
No 401 catcher registered. Using Rocket default.
The text was updated successfully, but these errors were encountered: