-
Notifications
You must be signed in to change notification settings - Fork 3
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
UnhandledPromiseRejectionWarning #2
Comments
|
I also encountered this several times. (async () => {
while (true) {
try {
await fuck();
console.log("Successfully fxxked!");
break;
} catch (err) {
console.error(err);
console.log("attempt to fxxk again...");
}
}
})(); |
我这边偶尔会报 |
学号和密码没问题,我试试loop先 |
我现在也是
|
ok,待会改一下 |
现在应该可以了,还有问题再open |
仍会(看似)随机地抛出
不清楚后端是否限制操作频率。不过浏览器访问仍有出现请求失败的情况。我的同学今天下午几次手动填表都没成功。大概率就是服务器的问题。 |
tried it both using config.json and set config directly. But both complain a error following.
The text was updated successfully, but these errors were encountered: