We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如题,我较早建立了联赛的 Domjudge Contest,然后今天在测试用这个tools启小票机 然后软件自己链到了联赛的contest上。 我尝试强行改contestId,然后获得了以下的报错。 TypeError: expected { type: "domjudge" | "hydro", server: string, contestId?: string, token?: string, username?: string, password?: string, freezeEncourage?: number } | { type: "server" } but got {"type":"domjudge","viewPass":"xxxxxxxx","secretRoute":"xxxxxxxxx","seatFile":"xxxxxxxxx","customKeyfile":null,"server":"xxxxxxxxxx","token":null,"contestId":4,"username":"admin","password":"xxxxxxxxxxxxxxxx"}
The text was updated successfully, but these errors were encountered:
好像是我自己的问题,修好了(
Sorry, something went wrong.
No branches or pull requests
如题,我较早建立了联赛的 Domjudge Contest,然后今天在测试用这个tools启小票机
然后软件自己链到了联赛的contest上。
我尝试强行改contestId,然后获得了以下的报错。
TypeError: expected { type: "domjudge" | "hydro", server: string, contestId?: string, token?: string, username?: string, password?: string, freezeEncourage?: number } | { type: "server" } but got {"type":"domjudge","viewPass":"xxxxxxxx","secretRoute":"xxxxxxxxx","seatFile":"xxxxxxxxx","customKeyfile":null,"server":"xxxxxxxxxx","token":null,"contestId":4,"username":"admin","password":"xxxxxxxxxxxxxxxx"}
The text was updated successfully, but these errors were encountered: