s3si.ts
s3si.ts copied to clipboard
splatnet3 return err,status_code 500
Describe the bug 脚本在获取全部对局数据时,某些对战可能返回500错误,导致脚本报错后退出,而不进行任何stat同步
To Reproduce
- 分析日志后发现是某些用户存在错误的比赛数据,这局错误的数据哪怕在nso app上也是无法打开的,大多数错误数据都是上次祭典时掉线导致的,可能任天堂将掉线也列入了nso的显示列表,但他们对局详情没做适配,直接返回了500错误
- 在s3s脚本那边近期也出现了同样的情况,参考https://github.com/frozenpandaman/s3s/issues/189 ,他们的解决方案是提供了一个err忽略参数,启用后某些对局错误也不影响其他成功对局的stat同步,s3si.ti这边是否也能提供一个这样的err忽略配置项
Expected behavior A clear and concise description of what you expected to happen.
Screenshots or Links
Environment (please complete the following information):
- OS: centos7.9
- Deno version 1.28.1
- Version 0.4.19
Additional context Add any other context about the problem here.