|
|
|
@ -118,7 +118,7 @@ const headers = { 'Content-Type': 'application/json' }; |
|
|
|
if (!search.ok) { |
|
|
|
if (!search.ok) { |
|
|
|
console.error(118, 'search not ok'); |
|
|
|
console.error(118, 'search not ok'); |
|
|
|
console.error(119, await search.text()); |
|
|
|
console.error(119, await search.text()); |
|
|
|
await sleep(1000); |
|
|
|
await sleep(200); |
|
|
|
continue; |
|
|
|
continue; |
|
|
|
} |
|
|
|
} |
|
|
|
search = await search.json(); |
|
|
|
search = await search.json(); |
|
|
|
|