COVID-19_ios_widget icon indicating copy to clipboard operation
COVID-19_ios_widget copied to clipboard

核酸历史运行报错

Open 52znn opened this issue 2 years ago • 1 comments

https://github.com/svcvit/COVID-19_ios_widget/blob/df941f781073e100a4bfdeb21a6b62c6b75fb548/freq.js#L85

[19:10:10] TypeError: undefined is not an object (evaluating 'data_hs.concat')

line 171, column 27

stack => @file:///private/var/mobile/Containers/Shared/AppGroup/4A5FE922-0263-4189-857B-BD9798336376/JSBox/Code/freq.js:173:27 asyncFunctionResume@[native code] @[native code] promiseReactionJobWithoutPromise@[native code] promiseReactionJob@[native code]

报错截图1 报错截图2

52znn avatar Jun 09 '22 11:06 52znn

应该还是抓包请求不对,导致第二页的请求失败返回undefined,检查请求第二页的header和body

MysteryDove avatar Jun 12 '22 17:06 MysteryDove