superacli 1.1.9 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/gateway.log ADDED
@@ -0,0 +1,2040 @@
1
+ ┌──────────────────────────────────────────────────────┐
2
+ │ ClawTeam Gateway │
3
+ │ Started: 2026-03-18 17:01:58 │
4
+ ├──────────────────────────────────────────────────────┤
5
+ │ Mode cli │
6
+ │ Agent main │
7
+ │ API http://localhost:3000 │
8
+ ├──────────────────────────────────────────────────────┤
9
+ │ Modules │
10
+ │ ✔ Poller every 15s, limit 10 │
11
+ │ ✔ Heartbeat every 30s │
12
+ │ ✔ Recovery every 30s, stale >60s, max 3 │
13
+ │ ✔ Gateway API :3200 │
14
+ │ ✔ Proxy /gateway/* │
15
+ ├──────────────────────────────────────────────────────┤
16
+ │ Logging │
17
+ │ Level: info │
18
+ │ File: logs/gateway.YYYY-MM-DD.log │
19
+ └──────────────────────────────────────────────────────┘
20
+ [18:01:58.824] INFO (2130918): ClawTeam Gateway starting
21
+ config: {
22
+ "clawteamApiUrl": "http://localhost:3000",
23
+ "clawteamApiKey": "***",
24
+ "openclawMode": "cli",
25
+ "openclawApiUrl": "http://localhost:3001",
26
+ "openclawApiKey": "***",
27
+ "openclawBin": "openclaw",
28
+ "pollIntervalMs": 15000,
29
+ "pollLimit": 10,
30
+ "mainAgentId": "main",
31
+ "sessionAliveThresholdMs": 86400000,
32
+ "openclawHome": "/home/jarancibia/.openclaw",
33
+ "logLevel": "info",
34
+ "heartbeatIntervalMs": 30000,
35
+ "heartbeatEnabled": true,
36
+ "recoveryEnabled": true,
37
+ "recoveryIntervalMs": 30000,
38
+ "stalenessThresholdMs": 60000,
39
+ "maxRecoveryAttempts": 3,
40
+ "toolCallingTimeoutMs": 600000,
41
+ "gatewayEnabled": true,
42
+ "gatewayPort": 3200,
43
+ "gatewayProxyEnabled": true,
44
+ "logDir": "logs/"
45
+ }
46
+ [18:01:58.825] INFO (2130918): OpenClaw client created
47
+ mode: "cli"
48
+ mainAgentId: "main"
49
+ [18:01:59.010] INFO (2130918): Gateway proxy routes registered
50
+ component: "router-api"
51
+ [18:01:59.013] INFO (2130918): Starting inbox polling loop
52
+ component: "poller"
53
+ intervalMs: 15000
54
+ limit: 10
55
+ [18:01:59.055] INFO (2130918): Heartbeat loop started
56
+ component: "heartbeat-loop"
57
+ intervalMs: 30000
58
+ [18:01:59.055] INFO (2130918): Stale task recovery loop started
59
+ component: "stale-task-recovery"
60
+ intervalMs: 30000
61
+ stalenessThresholdMs: 60000
62
+ [18:01:59.055] WARN (2130918): bootstrapSessionMappings skipped — botId not set
63
+ component: "stale-task-recovery"
64
+ [18:01:59.074] INFO (2130918): Gateway API server started
65
+ component: "router-api"
66
+ port: 3200
67
+ [18:01:59.096] ERROR (2130918): Poll cycle failed
68
+ component: "poller"
69
+ consecutiveErrors: 1
70
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
71
+ [18:01:59.097] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
72
+ component: "stale-task-recovery"
73
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
74
+ [18:02:14.085] ERROR (2130918): Poll cycle failed
75
+ component: "poller"
76
+ consecutiveErrors: 2
77
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
78
+ [18:02:29.056] WARN (2130918): bootstrapSessionMappings skipped — botId not set
79
+ component: "stale-task-recovery"
80
+ [18:02:29.062] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
81
+ component: "stale-task-recovery"
82
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
83
+ [18:02:29.082] ERROR (2130918): Poll cycle failed
84
+ component: "poller"
85
+ consecutiveErrors: 3
86
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
87
+ [18:02:44.108] ERROR (2130918): Poll cycle failed
88
+ component: "poller"
89
+ consecutiveErrors: 4
90
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
91
+ [18:02:59.074] WARN (2130918): bootstrapSessionMappings skipped — botId not set
92
+ component: "stale-task-recovery"
93
+ [18:02:59.077] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
94
+ component: "stale-task-recovery"
95
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
96
+ [18:02:59.107] ERROR (2130918): Poll cycle failed
97
+ component: "poller"
98
+ consecutiveErrors: 5
99
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
100
+ [18:02:59.107] WARN (2130918): Too many consecutive errors, backing off
101
+ component: "poller"
102
+ consecutiveErrors: 5
103
+ [18:03:14.119] ERROR (2130918): Poll cycle failed
104
+ component: "poller"
105
+ consecutiveErrors: 6
106
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
107
+ [18:03:14.119] WARN (2130918): Too many consecutive errors, backing off
108
+ component: "poller"
109
+ consecutiveErrors: 6
110
+ [18:03:29.080] WARN (2130918): bootstrapSessionMappings skipped — botId not set
111
+ component: "stale-task-recovery"
112
+ [18:03:29.083] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
113
+ component: "stale-task-recovery"
114
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
115
+ [18:03:29.122] ERROR (2130918): Poll cycle failed
116
+ component: "poller"
117
+ consecutiveErrors: 7
118
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
119
+ [18:03:29.122] WARN (2130918): Too many consecutive errors, backing off
120
+ component: "poller"
121
+ consecutiveErrors: 7
122
+ [18:03:44.161] ERROR (2130918): Poll cycle failed
123
+ component: "poller"
124
+ consecutiveErrors: 8
125
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
126
+ [18:03:44.161] WARN (2130918): Too many consecutive errors, backing off
127
+ component: "poller"
128
+ consecutiveErrors: 8
129
+ [18:03:59.111] WARN (2130918): bootstrapSessionMappings skipped — botId not set
130
+ component: "stale-task-recovery"
131
+ [18:03:59.114] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
132
+ component: "stale-task-recovery"
133
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
134
+ [18:03:59.152] ERROR (2130918): Poll cycle failed
135
+ component: "poller"
136
+ consecutiveErrors: 9
137
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
138
+ [18:03:59.152] WARN (2130918): Too many consecutive errors, backing off
139
+ component: "poller"
140
+ consecutiveErrors: 9
141
+ [18:04:14.177] ERROR (2130918): Poll cycle failed
142
+ component: "poller"
143
+ consecutiveErrors: 10
144
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
145
+ [18:04:14.177] WARN (2130918): Too many consecutive errors, backing off
146
+ component: "poller"
147
+ consecutiveErrors: 10
148
+ [18:04:29.130] WARN (2130918): bootstrapSessionMappings skipped — botId not set
149
+ component: "stale-task-recovery"
150
+ [18:04:29.132] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
151
+ component: "stale-task-recovery"
152
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
153
+ [18:04:29.177] ERROR (2130918): Poll cycle failed
154
+ component: "poller"
155
+ consecutiveErrors: 11
156
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
157
+ [18:04:29.177] WARN (2130918): Too many consecutive errors, backing off
158
+ component: "poller"
159
+ consecutiveErrors: 11
160
+ [18:04:44.194] ERROR (2130918): Poll cycle failed
161
+ component: "poller"
162
+ consecutiveErrors: 12
163
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
164
+ [18:04:44.194] WARN (2130918): Too many consecutive errors, backing off
165
+ component: "poller"
166
+ consecutiveErrors: 12
167
+ [18:04:59.136] WARN (2130918): bootstrapSessionMappings skipped — botId not set
168
+ component: "stale-task-recovery"
169
+ [18:04:59.139] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
170
+ component: "stale-task-recovery"
171
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
172
+ [18:04:59.190] ERROR (2130918): Poll cycle failed
173
+ component: "poller"
174
+ consecutiveErrors: 13
175
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
176
+ [18:04:59.190] WARN (2130918): Too many consecutive errors, backing off
177
+ component: "poller"
178
+ consecutiveErrors: 13
179
+ [18:05:14.190] ERROR (2130918): Poll cycle failed
180
+ component: "poller"
181
+ consecutiveErrors: 14
182
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
183
+ [18:05:14.190] WARN (2130918): Too many consecutive errors, backing off
184
+ component: "poller"
185
+ consecutiveErrors: 14
186
+ [18:05:29.170] WARN (2130918): bootstrapSessionMappings skipped — botId not set
187
+ component: "stale-task-recovery"
188
+ [18:05:29.173] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
189
+ component: "stale-task-recovery"
190
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
191
+ [18:05:29.191] ERROR (2130918): Poll cycle failed
192
+ component: "poller"
193
+ consecutiveErrors: 15
194
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
195
+ [18:05:29.191] WARN (2130918): Too many consecutive errors, backing off
196
+ component: "poller"
197
+ consecutiveErrors: 15
198
+ [18:05:44.250] ERROR (2130918): Poll cycle failed
199
+ component: "poller"
200
+ consecutiveErrors: 16
201
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
202
+ [18:05:44.250] WARN (2130918): Too many consecutive errors, backing off
203
+ component: "poller"
204
+ consecutiveErrors: 16
205
+ [18:05:59.229] WARN (2130918): bootstrapSessionMappings skipped — botId not set
206
+ component: "stale-task-recovery"
207
+ [18:05:59.232] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
208
+ component: "stale-task-recovery"
209
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
210
+ [18:05:59.250] ERROR (2130918): Poll cycle failed
211
+ component: "poller"
212
+ consecutiveErrors: 17
213
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
214
+ [18:05:59.250] WARN (2130918): Too many consecutive errors, backing off
215
+ component: "poller"
216
+ consecutiveErrors: 17
217
+ [18:06:14.310] ERROR (2130918): Poll cycle failed
218
+ component: "poller"
219
+ consecutiveErrors: 18
220
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
221
+ [18:06:14.310] WARN (2130918): Too many consecutive errors, backing off
222
+ component: "poller"
223
+ consecutiveErrors: 18
224
+ [18:06:29.288] WARN (2130918): bootstrapSessionMappings skipped — botId not set
225
+ component: "stale-task-recovery"
226
+ [18:06:29.292] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
227
+ component: "stale-task-recovery"
228
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
229
+ [18:06:29.310] ERROR (2130918): Poll cycle failed
230
+ component: "poller"
231
+ consecutiveErrors: 19
232
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
233
+ [18:06:29.310] WARN (2130918): Too many consecutive errors, backing off
234
+ component: "poller"
235
+ consecutiveErrors: 19
236
+ [18:06:44.352] ERROR (2130918): Poll cycle failed
237
+ component: "poller"
238
+ consecutiveErrors: 20
239
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
240
+ [18:06:44.352] WARN (2130918): Too many consecutive errors, backing off
241
+ component: "poller"
242
+ consecutiveErrors: 20
243
+ [18:06:59.347] WARN (2130918): bootstrapSessionMappings skipped — botId not set
244
+ component: "stale-task-recovery"
245
+ [18:06:59.351] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
246
+ component: "stale-task-recovery"
247
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
248
+ [18:06:59.352] ERROR (2130918): Poll cycle failed
249
+ component: "poller"
250
+ consecutiveErrors: 21
251
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
252
+ [18:06:59.352] WARN (2130918): Too many consecutive errors, backing off
253
+ component: "poller"
254
+ consecutiveErrors: 21
255
+ [18:07:14.407] ERROR (2130918): Poll cycle failed
256
+ component: "poller"
257
+ consecutiveErrors: 22
258
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
259
+ [18:07:14.407] WARN (2130918): Too many consecutive errors, backing off
260
+ component: "poller"
261
+ consecutiveErrors: 22
262
+ [18:07:29.406] WARN (2130918): bootstrapSessionMappings skipped — botId not set
263
+ component: "stale-task-recovery"
264
+ [18:07:29.410] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
265
+ component: "stale-task-recovery"
266
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
267
+ [18:07:29.410] ERROR (2130918): Poll cycle failed
268
+ component: "poller"
269
+ consecutiveErrors: 23
270
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
271
+ [18:07:29.410] WARN (2130918): Too many consecutive errors, backing off
272
+ component: "poller"
273
+ consecutiveErrors: 23
274
+ [18:07:44.468] ERROR (2130918): Poll cycle failed
275
+ component: "poller"
276
+ consecutiveErrors: 24
277
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
278
+ [18:07:44.468] WARN (2130918): Too many consecutive errors, backing off
279
+ component: "poller"
280
+ consecutiveErrors: 24
281
+ [18:07:59.466] WARN (2130918): bootstrapSessionMappings skipped — botId not set
282
+ component: "stale-task-recovery"
283
+ [18:07:59.471] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
284
+ component: "stale-task-recovery"
285
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
286
+ [18:07:59.471] ERROR (2130918): Poll cycle failed
287
+ component: "poller"
288
+ consecutiveErrors: 25
289
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
290
+ [18:07:59.471] WARN (2130918): Too many consecutive errors, backing off
291
+ component: "poller"
292
+ consecutiveErrors: 25
293
+ [18:08:14.529] ERROR (2130918): Poll cycle failed
294
+ component: "poller"
295
+ consecutiveErrors: 26
296
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
297
+ [18:08:14.529] WARN (2130918): Too many consecutive errors, backing off
298
+ component: "poller"
299
+ consecutiveErrors: 26
300
+ [18:08:29.525] WARN (2130918): bootstrapSessionMappings skipped — botId not set
301
+ component: "stale-task-recovery"
302
+ [18:08:29.533] ERROR (2130918): Poll cycle failed
303
+ component: "poller"
304
+ consecutiveErrors: 27
305
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
306
+ [18:08:29.533] WARN (2130918): Too many consecutive errors, backing off
307
+ component: "poller"
308
+ consecutiveErrors: 27
309
+ [18:08:29.533] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
310
+ component: "stale-task-recovery"
311
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
312
+ [18:08:44.590] ERROR (2130918): Poll cycle failed
313
+ component: "poller"
314
+ consecutiveErrors: 28
315
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
316
+ [18:08:44.590] WARN (2130918): Too many consecutive errors, backing off
317
+ component: "poller"
318
+ consecutiveErrors: 28
319
+ [18:08:59.584] WARN (2130918): bootstrapSessionMappings skipped — botId not set
320
+ component: "stale-task-recovery"
321
+ [18:08:59.587] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
322
+ component: "stale-task-recovery"
323
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
324
+ [18:08:59.588] ERROR (2130918): Poll cycle failed
325
+ component: "poller"
326
+ consecutiveErrors: 29
327
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
328
+ [18:08:59.588] WARN (2130918): Too many consecutive errors, backing off
329
+ component: "poller"
330
+ consecutiveErrors: 29
331
+ [18:09:14.649] ERROR (2130918): Poll cycle failed
332
+ component: "poller"
333
+ consecutiveErrors: 30
334
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
335
+ [18:09:14.649] WARN (2130918): Too many consecutive errors, backing off
336
+ component: "poller"
337
+ consecutiveErrors: 30
338
+ [18:09:29.643] WARN (2130918): bootstrapSessionMappings skipped — botId not set
339
+ component: "stale-task-recovery"
340
+ [18:09:29.646] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
341
+ component: "stale-task-recovery"
342
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
343
+ [18:09:29.648] ERROR (2130918): Poll cycle failed
344
+ component: "poller"
345
+ consecutiveErrors: 31
346
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
347
+ [18:09:29.648] WARN (2130918): Too many consecutive errors, backing off
348
+ component: "poller"
349
+ consecutiveErrors: 31
350
+ [18:09:44.708] ERROR (2130918): Poll cycle failed
351
+ component: "poller"
352
+ consecutiveErrors: 32
353
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
354
+ [18:09:44.708] WARN (2130918): Too many consecutive errors, backing off
355
+ component: "poller"
356
+ consecutiveErrors: 32
357
+ [18:09:59.702] WARN (2130918): bootstrapSessionMappings skipped — botId not set
358
+ component: "stale-task-recovery"
359
+ [18:09:59.705] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
360
+ component: "stale-task-recovery"
361
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
362
+ [18:09:59.708] ERROR (2130918): Poll cycle failed
363
+ component: "poller"
364
+ consecutiveErrors: 33
365
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
366
+ [18:09:59.708] WARN (2130918): Too many consecutive errors, backing off
367
+ component: "poller"
368
+ consecutiveErrors: 33
369
+ [18:10:14.768] ERROR (2130918): Poll cycle failed
370
+ component: "poller"
371
+ consecutiveErrors: 34
372
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
373
+ [18:10:14.768] WARN (2130918): Too many consecutive errors, backing off
374
+ component: "poller"
375
+ consecutiveErrors: 34
376
+ [18:10:29.761] WARN (2130918): bootstrapSessionMappings skipped — botId not set
377
+ component: "stale-task-recovery"
378
+ [18:10:29.764] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
379
+ component: "stale-task-recovery"
380
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
381
+ [18:10:29.767] ERROR (2130918): Poll cycle failed
382
+ component: "poller"
383
+ consecutiveErrors: 35
384
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
385
+ [18:10:29.767] WARN (2130918): Too many consecutive errors, backing off
386
+ component: "poller"
387
+ consecutiveErrors: 35
388
+ [18:10:44.827] ERROR (2130918): Poll cycle failed
389
+ component: "poller"
390
+ consecutiveErrors: 36
391
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
392
+ [18:10:44.828] WARN (2130918): Too many consecutive errors, backing off
393
+ component: "poller"
394
+ consecutiveErrors: 36
395
+ [18:10:59.821] WARN (2130918): bootstrapSessionMappings skipped — botId not set
396
+ component: "stale-task-recovery"
397
+ [18:10:59.824] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
398
+ component: "stale-task-recovery"
399
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
400
+ [18:10:59.828] ERROR (2130918): Poll cycle failed
401
+ component: "poller"
402
+ consecutiveErrors: 37
403
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
404
+ [18:10:59.828] WARN (2130918): Too many consecutive errors, backing off
405
+ component: "poller"
406
+ consecutiveErrors: 37
407
+ [18:11:14.888] ERROR (2130918): Poll cycle failed
408
+ component: "poller"
409
+ consecutiveErrors: 38
410
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
411
+ [18:11:14.888] WARN (2130918): Too many consecutive errors, backing off
412
+ component: "poller"
413
+ consecutiveErrors: 38
414
+ [18:11:29.880] WARN (2130918): bootstrapSessionMappings skipped — botId not set
415
+ component: "stale-task-recovery"
416
+ [18:11:29.882] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
417
+ component: "stale-task-recovery"
418
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
419
+ [18:11:29.888] ERROR (2130918): Poll cycle failed
420
+ component: "poller"
421
+ consecutiveErrors: 39
422
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
423
+ [18:11:29.888] WARN (2130918): Too many consecutive errors, backing off
424
+ component: "poller"
425
+ consecutiveErrors: 39
426
+ [18:11:44.943] ERROR (2130918): Poll cycle failed
427
+ component: "poller"
428
+ consecutiveErrors: 40
429
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
430
+ [18:11:44.943] WARN (2130918): Too many consecutive errors, backing off
431
+ component: "poller"
432
+ consecutiveErrors: 40
433
+ [18:11:59.938] WARN (2130918): bootstrapSessionMappings skipped — botId not set
434
+ component: "stale-task-recovery"
435
+ [18:11:59.940] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
436
+ component: "stale-task-recovery"
437
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
438
+ [18:11:59.944] ERROR (2130918): Poll cycle failed
439
+ component: "poller"
440
+ consecutiveErrors: 41
441
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
442
+ [18:11:59.944] WARN (2130918): Too many consecutive errors, backing off
443
+ component: "poller"
444
+ consecutiveErrors: 41
445
+ [18:12:15.003] ERROR (2130918): Poll cycle failed
446
+ component: "poller"
447
+ consecutiveErrors: 42
448
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
449
+ [18:12:15.003] WARN (2130918): Too many consecutive errors, backing off
450
+ component: "poller"
451
+ consecutiveErrors: 42
452
+ [18:12:29.997] WARN (2130918): bootstrapSessionMappings skipped — botId not set
453
+ component: "stale-task-recovery"
454
+ [18:12:30.000] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
455
+ component: "stale-task-recovery"
456
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
457
+ [18:12:30.004] ERROR (2130918): Poll cycle failed
458
+ component: "poller"
459
+ consecutiveErrors: 43
460
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
461
+ [18:12:30.004] WARN (2130918): Too many consecutive errors, backing off
462
+ component: "poller"
463
+ consecutiveErrors: 43
464
+ [18:12:45.064] ERROR (2130918): Poll cycle failed
465
+ component: "poller"
466
+ consecutiveErrors: 44
467
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
468
+ [18:12:45.064] WARN (2130918): Too many consecutive errors, backing off
469
+ component: "poller"
470
+ consecutiveErrors: 44
471
+ [18:13:00.056] WARN (2130918): bootstrapSessionMappings skipped — botId not set
472
+ component: "stale-task-recovery"
473
+ [18:13:00.059] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
474
+ component: "stale-task-recovery"
475
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
476
+ [18:13:00.064] ERROR (2130918): Poll cycle failed
477
+ component: "poller"
478
+ consecutiveErrors: 45
479
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
480
+ [18:13:00.064] WARN (2130918): Too many consecutive errors, backing off
481
+ component: "poller"
482
+ consecutiveErrors: 45
483
+ [18:13:15.123] ERROR (2130918): Poll cycle failed
484
+ component: "poller"
485
+ consecutiveErrors: 46
486
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
487
+ [18:13:15.123] WARN (2130918): Too many consecutive errors, backing off
488
+ component: "poller"
489
+ consecutiveErrors: 46
490
+ [18:13:30.115] WARN (2130918): bootstrapSessionMappings skipped — botId not set
491
+ component: "stale-task-recovery"
492
+ [18:13:30.117] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
493
+ component: "stale-task-recovery"
494
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
495
+ [18:13:30.122] ERROR (2130918): Poll cycle failed
496
+ component: "poller"
497
+ consecutiveErrors: 47
498
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
499
+ [18:13:30.122] WARN (2130918): Too many consecutive errors, backing off
500
+ component: "poller"
501
+ consecutiveErrors: 47
502
+ [18:13:45.183] ERROR (2130918): Poll cycle failed
503
+ component: "poller"
504
+ consecutiveErrors: 48
505
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
506
+ [18:13:45.183] WARN (2130918): Too many consecutive errors, backing off
507
+ component: "poller"
508
+ consecutiveErrors: 48
509
+ [18:14:00.174] WARN (2130918): bootstrapSessionMappings skipped — botId not set
510
+ component: "stale-task-recovery"
511
+ [18:14:00.176] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
512
+ component: "stale-task-recovery"
513
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
514
+ [18:14:00.182] ERROR (2130918): Poll cycle failed
515
+ component: "poller"
516
+ consecutiveErrors: 49
517
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
518
+ [18:14:00.182] WARN (2130918): Too many consecutive errors, backing off
519
+ component: "poller"
520
+ consecutiveErrors: 49
521
+ [18:14:15.223] ERROR (2130918): Poll cycle failed
522
+ component: "poller"
523
+ consecutiveErrors: 50
524
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
525
+ [18:14:15.223] WARN (2130918): Too many consecutive errors, backing off
526
+ component: "poller"
527
+ consecutiveErrors: 50
528
+ [18:14:30.233] WARN (2130918): bootstrapSessionMappings skipped — botId not set
529
+ component: "stale-task-recovery"
530
+ [18:14:30.236] ERROR (2130918): Poll cycle failed
531
+ component: "poller"
532
+ consecutiveErrors: 51
533
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
534
+ [18:14:30.236] WARN (2130918): Too many consecutive errors, backing off
535
+ component: "poller"
536
+ consecutiveErrors: 51
537
+ [18:14:30.236] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
538
+ component: "stale-task-recovery"
539
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
540
+ [18:14:45.296] ERROR (2130918): Poll cycle failed
541
+ component: "poller"
542
+ consecutiveErrors: 52
543
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
544
+ [18:14:45.296] WARN (2130918): Too many consecutive errors, backing off
545
+ component: "poller"
546
+ consecutiveErrors: 52
547
+ [18:15:00.292] WARN (2130918): bootstrapSessionMappings skipped — botId not set
548
+ component: "stale-task-recovery"
549
+ [18:15:00.295] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
550
+ component: "stale-task-recovery"
551
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
552
+ [18:15:00.296] ERROR (2130918): Poll cycle failed
553
+ component: "poller"
554
+ consecutiveErrors: 53
555
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
556
+ [18:15:00.296] WARN (2130918): Too many consecutive errors, backing off
557
+ component: "poller"
558
+ consecutiveErrors: 53
559
+ [18:15:15.356] ERROR (2130918): Poll cycle failed
560
+ component: "poller"
561
+ consecutiveErrors: 54
562
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
563
+ [18:15:15.356] WARN (2130918): Too many consecutive errors, backing off
564
+ component: "poller"
565
+ consecutiveErrors: 54
566
+ [18:15:30.351] WARN (2130918): bootstrapSessionMappings skipped — botId not set
567
+ component: "stale-task-recovery"
568
+ [18:15:30.354] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
569
+ component: "stale-task-recovery"
570
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
571
+ [18:15:30.357] ERROR (2130918): Poll cycle failed
572
+ component: "poller"
573
+ consecutiveErrors: 55
574
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
575
+ [18:15:30.357] WARN (2130918): Too many consecutive errors, backing off
576
+ component: "poller"
577
+ consecutiveErrors: 55
578
+ [18:15:45.416] ERROR (2130918): Poll cycle failed
579
+ component: "poller"
580
+ consecutiveErrors: 56
581
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
582
+ [18:15:45.416] WARN (2130918): Too many consecutive errors, backing off
583
+ component: "poller"
584
+ consecutiveErrors: 56
585
+ [18:16:00.411] WARN (2130918): bootstrapSessionMappings skipped — botId not set
586
+ component: "stale-task-recovery"
587
+ [18:16:00.413] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
588
+ component: "stale-task-recovery"
589
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
590
+ [18:16:00.416] ERROR (2130918): Poll cycle failed
591
+ component: "poller"
592
+ consecutiveErrors: 57
593
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
594
+ [18:16:00.416] WARN (2130918): Too many consecutive errors, backing off
595
+ component: "poller"
596
+ consecutiveErrors: 57
597
+ [18:16:15.477] ERROR (2130918): Poll cycle failed
598
+ component: "poller"
599
+ consecutiveErrors: 58
600
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
601
+ [18:16:15.477] WARN (2130918): Too many consecutive errors, backing off
602
+ component: "poller"
603
+ consecutiveErrors: 58
604
+ [18:16:30.469] WARN (2130918): bootstrapSessionMappings skipped — botId not set
605
+ component: "stale-task-recovery"
606
+ [18:16:30.471] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
607
+ component: "stale-task-recovery"
608
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
609
+ [18:16:30.476] ERROR (2130918): Poll cycle failed
610
+ component: "poller"
611
+ consecutiveErrors: 59
612
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
613
+ [18:16:30.476] WARN (2130918): Too many consecutive errors, backing off
614
+ component: "poller"
615
+ consecutiveErrors: 59
616
+ [18:16:45.537] ERROR (2130918): Poll cycle failed
617
+ component: "poller"
618
+ consecutiveErrors: 60
619
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
620
+ [18:16:45.537] WARN (2130918): Too many consecutive errors, backing off
621
+ component: "poller"
622
+ consecutiveErrors: 60
623
+ [18:17:00.529] WARN (2130918): bootstrapSessionMappings skipped — botId not set
624
+ component: "stale-task-recovery"
625
+ [18:17:00.532] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
626
+ component: "stale-task-recovery"
627
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
628
+ [18:17:00.537] ERROR (2130918): Poll cycle failed
629
+ component: "poller"
630
+ consecutiveErrors: 61
631
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
632
+ [18:17:00.537] WARN (2130918): Too many consecutive errors, backing off
633
+ component: "poller"
634
+ consecutiveErrors: 61
635
+ [18:17:15.597] ERROR (2130918): Poll cycle failed
636
+ component: "poller"
637
+ consecutiveErrors: 62
638
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
639
+ [18:17:15.597] WARN (2130918): Too many consecutive errors, backing off
640
+ component: "poller"
641
+ consecutiveErrors: 62
642
+ [18:17:30.589] WARN (2130918): bootstrapSessionMappings skipped — botId not set
643
+ component: "stale-task-recovery"
644
+ [18:17:30.591] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
645
+ component: "stale-task-recovery"
646
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
647
+ [18:17:30.597] ERROR (2130918): Poll cycle failed
648
+ component: "poller"
649
+ consecutiveErrors: 63
650
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
651
+ [18:17:30.597] WARN (2130918): Too many consecutive errors, backing off
652
+ component: "poller"
653
+ consecutiveErrors: 63
654
+ [18:17:45.657] ERROR (2130918): Poll cycle failed
655
+ component: "poller"
656
+ consecutiveErrors: 64
657
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
658
+ [18:17:45.657] WARN (2130918): Too many consecutive errors, backing off
659
+ component: "poller"
660
+ consecutiveErrors: 64
661
+ [18:18:00.648] WARN (2130918): bootstrapSessionMappings skipped — botId not set
662
+ component: "stale-task-recovery"
663
+ [18:18:00.651] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
664
+ component: "stale-task-recovery"
665
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
666
+ [18:18:00.657] ERROR (2130918): Poll cycle failed
667
+ component: "poller"
668
+ consecutiveErrors: 65
669
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
670
+ [18:18:00.657] WARN (2130918): Too many consecutive errors, backing off
671
+ component: "poller"
672
+ consecutiveErrors: 65
673
+ [18:18:15.720] ERROR (2130918): Poll cycle failed
674
+ component: "poller"
675
+ consecutiveErrors: 66
676
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
677
+ [18:18:15.720] WARN (2130918): Too many consecutive errors, backing off
678
+ component: "poller"
679
+ consecutiveErrors: 66
680
+ [18:18:30.708] WARN (2130918): bootstrapSessionMappings skipped — botId not set
681
+ component: "stale-task-recovery"
682
+ [18:18:30.710] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
683
+ component: "stale-task-recovery"
684
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
685
+ [18:18:30.718] ERROR (2130918): Poll cycle failed
686
+ component: "poller"
687
+ consecutiveErrors: 67
688
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
689
+ [18:18:30.718] WARN (2130918): Too many consecutive errors, backing off
690
+ component: "poller"
691
+ consecutiveErrors: 67
692
+ [18:18:45.778] ERROR (2130918): Poll cycle failed
693
+ component: "poller"
694
+ consecutiveErrors: 68
695
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
696
+ [18:18:45.778] WARN (2130918): Too many consecutive errors, backing off
697
+ component: "poller"
698
+ consecutiveErrors: 68
699
+ [18:19:00.767] WARN (2130918): bootstrapSessionMappings skipped — botId not set
700
+ component: "stale-task-recovery"
701
+ [18:19:00.769] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
702
+ component: "stale-task-recovery"
703
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
704
+ [18:19:00.778] ERROR (2130918): Poll cycle failed
705
+ component: "poller"
706
+ consecutiveErrors: 69
707
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
708
+ [18:19:00.778] WARN (2130918): Too many consecutive errors, backing off
709
+ component: "poller"
710
+ consecutiveErrors: 69
711
+ [18:19:15.840] ERROR (2130918): Poll cycle failed
712
+ component: "poller"
713
+ consecutiveErrors: 70
714
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
715
+ [18:19:15.840] WARN (2130918): Too many consecutive errors, backing off
716
+ component: "poller"
717
+ consecutiveErrors: 70
718
+ [18:19:30.826] WARN (2130918): bootstrapSessionMappings skipped — botId not set
719
+ component: "stale-task-recovery"
720
+ [18:19:30.829] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
721
+ component: "stale-task-recovery"
722
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
723
+ [18:19:30.839] ERROR (2130918): Poll cycle failed
724
+ component: "poller"
725
+ consecutiveErrors: 71
726
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
727
+ [18:19:30.839] WARN (2130918): Too many consecutive errors, backing off
728
+ component: "poller"
729
+ consecutiveErrors: 71
730
+ [18:19:45.898] ERROR (2130918): Poll cycle failed
731
+ component: "poller"
732
+ consecutiveErrors: 72
733
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
734
+ [18:19:45.898] WARN (2130918): Too many consecutive errors, backing off
735
+ component: "poller"
736
+ consecutiveErrors: 72
737
+ [18:20:00.885] WARN (2130918): bootstrapSessionMappings skipped — botId not set
738
+ component: "stale-task-recovery"
739
+ [18:20:00.888] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
740
+ component: "stale-task-recovery"
741
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
742
+ [18:20:00.899] ERROR (2130918): Poll cycle failed
743
+ component: "poller"
744
+ consecutiveErrors: 73
745
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
746
+ [18:20:00.899] WARN (2130918): Too many consecutive errors, backing off
747
+ component: "poller"
748
+ consecutiveErrors: 73
749
+ [18:20:15.958] ERROR (2130918): Poll cycle failed
750
+ component: "poller"
751
+ consecutiveErrors: 74
752
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
753
+ [18:20:15.958] WARN (2130918): Too many consecutive errors, backing off
754
+ component: "poller"
755
+ consecutiveErrors: 74
756
+ [18:20:30.945] WARN (2130918): bootstrapSessionMappings skipped — botId not set
757
+ component: "stale-task-recovery"
758
+ [18:20:30.947] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
759
+ component: "stale-task-recovery"
760
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
761
+ [18:20:30.959] ERROR (2130918): Poll cycle failed
762
+ component: "poller"
763
+ consecutiveErrors: 75
764
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
765
+ [18:20:30.959] WARN (2130918): Too many consecutive errors, backing off
766
+ component: "poller"
767
+ consecutiveErrors: 75
768
+ [18:20:46.018] ERROR (2130918): Poll cycle failed
769
+ component: "poller"
770
+ consecutiveErrors: 76
771
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
772
+ [18:20:46.018] WARN (2130918): Too many consecutive errors, backing off
773
+ component: "poller"
774
+ consecutiveErrors: 76
775
+ [18:21:01.005] WARN (2130918): bootstrapSessionMappings skipped — botId not set
776
+ component: "stale-task-recovery"
777
+ [18:21:01.007] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
778
+ component: "stale-task-recovery"
779
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
780
+ [18:21:01.018] ERROR (2130918): Poll cycle failed
781
+ component: "poller"
782
+ consecutiveErrors: 77
783
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
784
+ [18:21:01.018] WARN (2130918): Too many consecutive errors, backing off
785
+ component: "poller"
786
+ consecutiveErrors: 77
787
+ [18:21:16.078] ERROR (2130918): Poll cycle failed
788
+ component: "poller"
789
+ consecutiveErrors: 78
790
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
791
+ [18:21:16.078] WARN (2130918): Too many consecutive errors, backing off
792
+ component: "poller"
793
+ consecutiveErrors: 78
794
+ [18:21:31.065] WARN (2130918): bootstrapSessionMappings skipped — botId not set
795
+ component: "stale-task-recovery"
796
+ [18:21:31.067] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
797
+ component: "stale-task-recovery"
798
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
799
+ [18:21:31.079] ERROR (2130918): Poll cycle failed
800
+ component: "poller"
801
+ consecutiveErrors: 79
802
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
803
+ [18:21:31.079] WARN (2130918): Too many consecutive errors, backing off
804
+ component: "poller"
805
+ consecutiveErrors: 79
806
+ [18:21:46.138] ERROR (2130918): Poll cycle failed
807
+ component: "poller"
808
+ consecutiveErrors: 80
809
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
810
+ [18:21:46.138] WARN (2130918): Too many consecutive errors, backing off
811
+ component: "poller"
812
+ consecutiveErrors: 80
813
+ [18:22:01.126] WARN (2130918): bootstrapSessionMappings skipped — botId not set
814
+ component: "stale-task-recovery"
815
+ [18:22:01.128] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
816
+ component: "stale-task-recovery"
817
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
818
+ [18:22:01.138] ERROR (2130918): Poll cycle failed
819
+ component: "poller"
820
+ consecutiveErrors: 81
821
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
822
+ [18:22:01.138] WARN (2130918): Too many consecutive errors, backing off
823
+ component: "poller"
824
+ consecutiveErrors: 81
825
+ [18:22:16.199] ERROR (2130918): Poll cycle failed
826
+ component: "poller"
827
+ consecutiveErrors: 82
828
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
829
+ [18:22:16.199] WARN (2130918): Too many consecutive errors, backing off
830
+ component: "poller"
831
+ consecutiveErrors: 82
832
+ [18:22:31.184] WARN (2130918): bootstrapSessionMappings skipped — botId not set
833
+ component: "stale-task-recovery"
834
+ [18:22:31.188] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
835
+ component: "stale-task-recovery"
836
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
837
+ [18:22:31.199] ERROR (2130918): Poll cycle failed
838
+ component: "poller"
839
+ consecutiveErrors: 83
840
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
841
+ [18:22:31.199] WARN (2130918): Too many consecutive errors, backing off
842
+ component: "poller"
843
+ consecutiveErrors: 83
844
+ [18:22:46.259] ERROR (2130918): Poll cycle failed
845
+ component: "poller"
846
+ consecutiveErrors: 84
847
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
848
+ [18:22:46.259] WARN (2130918): Too many consecutive errors, backing off
849
+ component: "poller"
850
+ consecutiveErrors: 84
851
+ [18:23:01.242] WARN (2130918): bootstrapSessionMappings skipped — botId not set
852
+ component: "stale-task-recovery"
853
+ [18:23:01.244] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
854
+ component: "stale-task-recovery"
855
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
856
+ [18:23:01.260] ERROR (2130918): Poll cycle failed
857
+ component: "poller"
858
+ consecutiveErrors: 85
859
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
860
+ [18:23:01.260] WARN (2130918): Too many consecutive errors, backing off
861
+ component: "poller"
862
+ consecutiveErrors: 85
863
+ [18:23:16.321] ERROR (2130918): Poll cycle failed
864
+ component: "poller"
865
+ consecutiveErrors: 86
866
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
867
+ [18:23:16.321] WARN (2130918): Too many consecutive errors, backing off
868
+ component: "poller"
869
+ consecutiveErrors: 86
870
+ [18:23:31.301] WARN (2130918): bootstrapSessionMappings skipped — botId not set
871
+ component: "stale-task-recovery"
872
+ [18:23:31.304] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
873
+ component: "stale-task-recovery"
874
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
875
+ [18:23:31.320] ERROR (2130918): Poll cycle failed
876
+ component: "poller"
877
+ consecutiveErrors: 87
878
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
879
+ [18:23:31.320] WARN (2130918): Too many consecutive errors, backing off
880
+ component: "poller"
881
+ consecutiveErrors: 87
882
+ [18:23:46.380] ERROR (2130918): Poll cycle failed
883
+ component: "poller"
884
+ consecutiveErrors: 88
885
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
886
+ [18:23:46.380] WARN (2130918): Too many consecutive errors, backing off
887
+ component: "poller"
888
+ consecutiveErrors: 88
889
+ [18:24:01.361] WARN (2130918): bootstrapSessionMappings skipped — botId not set
890
+ component: "stale-task-recovery"
891
+ [18:24:01.364] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
892
+ component: "stale-task-recovery"
893
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
894
+ [18:24:01.379] ERROR (2130918): Poll cycle failed
895
+ component: "poller"
896
+ consecutiveErrors: 89
897
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
898
+ [18:24:01.379] WARN (2130918): Too many consecutive errors, backing off
899
+ component: "poller"
900
+ consecutiveErrors: 89
901
+ [18:24:16.440] ERROR (2130918): Poll cycle failed
902
+ component: "poller"
903
+ consecutiveErrors: 90
904
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
905
+ [18:24:16.440] WARN (2130918): Too many consecutive errors, backing off
906
+ component: "poller"
907
+ consecutiveErrors: 90
908
+ [18:24:31.421] WARN (2130918): bootstrapSessionMappings skipped — botId not set
909
+ component: "stale-task-recovery"
910
+ [18:24:31.423] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
911
+ component: "stale-task-recovery"
912
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
913
+ [18:24:31.442] ERROR (2130918): Poll cycle failed
914
+ component: "poller"
915
+ consecutiveErrors: 91
916
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
917
+ [18:24:31.442] WARN (2130918): Too many consecutive errors, backing off
918
+ component: "poller"
919
+ consecutiveErrors: 91
920
+ [18:24:46.500] ERROR (2130918): Poll cycle failed
921
+ component: "poller"
922
+ consecutiveErrors: 92
923
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
924
+ [18:24:46.500] WARN (2130918): Too many consecutive errors, backing off
925
+ component: "poller"
926
+ consecutiveErrors: 92
927
+ [18:25:01.480] WARN (2130918): bootstrapSessionMappings skipped — botId not set
928
+ component: "stale-task-recovery"
929
+ [18:25:01.483] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
930
+ component: "stale-task-recovery"
931
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
932
+ [18:25:01.501] ERROR (2130918): Poll cycle failed
933
+ component: "poller"
934
+ consecutiveErrors: 93
935
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
936
+ [18:25:01.501] WARN (2130918): Too many consecutive errors, backing off
937
+ component: "poller"
938
+ consecutiveErrors: 93
939
+ [18:25:16.516] ERROR (2130918): Poll cycle failed
940
+ component: "poller"
941
+ consecutiveErrors: 94
942
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
943
+ [18:25:16.516] WARN (2130918): Too many consecutive errors, backing off
944
+ component: "poller"
945
+ consecutiveErrors: 94
946
+ [18:25:31.539] WARN (2130918): bootstrapSessionMappings skipped — botId not set
947
+ component: "stale-task-recovery"
948
+ [18:25:31.544] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
949
+ component: "stale-task-recovery"
950
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
951
+ [18:25:31.544] ERROR (2130918): Poll cycle failed
952
+ component: "poller"
953
+ consecutiveErrors: 95
954
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
955
+ [18:25:31.544] WARN (2130918): Too many consecutive errors, backing off
956
+ component: "poller"
957
+ consecutiveErrors: 95
958
+ [18:25:46.602] ERROR (2130918): Poll cycle failed
959
+ component: "poller"
960
+ consecutiveErrors: 96
961
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
962
+ [18:25:46.602] WARN (2130918): Too many consecutive errors, backing off
963
+ component: "poller"
964
+ consecutiveErrors: 96
965
+ [18:26:01.598] WARN (2130918): bootstrapSessionMappings skipped — botId not set
966
+ component: "stale-task-recovery"
967
+ [18:26:01.603] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
968
+ component: "stale-task-recovery"
969
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
970
+ [18:26:01.603] ERROR (2130918): Poll cycle failed
971
+ component: "poller"
972
+ consecutiveErrors: 97
973
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
974
+ [18:26:01.603] WARN (2130918): Too many consecutive errors, backing off
975
+ component: "poller"
976
+ consecutiveErrors: 97
977
+ [18:26:16.661] ERROR (2130918): Poll cycle failed
978
+ component: "poller"
979
+ consecutiveErrors: 98
980
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
981
+ [18:26:16.661] WARN (2130918): Too many consecutive errors, backing off
982
+ component: "poller"
983
+ consecutiveErrors: 98
984
+ [18:26:31.658] WARN (2130918): bootstrapSessionMappings skipped — botId not set
985
+ component: "stale-task-recovery"
986
+ [18:26:31.663] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
987
+ component: "stale-task-recovery"
988
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
989
+ [18:26:31.664] ERROR (2130918): Poll cycle failed
990
+ component: "poller"
991
+ consecutiveErrors: 99
992
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
993
+ [18:26:31.664] WARN (2130918): Too many consecutive errors, backing off
994
+ component: "poller"
995
+ consecutiveErrors: 99
996
+ [18:26:46.722] ERROR (2130918): Poll cycle failed
997
+ component: "poller"
998
+ consecutiveErrors: 100
999
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1000
+ [18:26:46.722] WARN (2130918): Too many consecutive errors, backing off
1001
+ component: "poller"
1002
+ consecutiveErrors: 100
1003
+ [18:27:01.717] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1004
+ component: "stale-task-recovery"
1005
+ [18:27:01.720] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1006
+ component: "stale-task-recovery"
1007
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1008
+ [18:27:01.722] ERROR (2130918): Poll cycle failed
1009
+ component: "poller"
1010
+ consecutiveErrors: 101
1011
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1012
+ [18:27:01.722] WARN (2130918): Too many consecutive errors, backing off
1013
+ component: "poller"
1014
+ consecutiveErrors: 101
1015
+ [18:27:16.781] ERROR (2130918): Poll cycle failed
1016
+ component: "poller"
1017
+ consecutiveErrors: 102
1018
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1019
+ [18:27:16.781] WARN (2130918): Too many consecutive errors, backing off
1020
+ component: "poller"
1021
+ consecutiveErrors: 102
1022
+ [18:27:31.777] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1023
+ component: "stale-task-recovery"
1024
+ [18:27:31.780] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1025
+ component: "stale-task-recovery"
1026
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1027
+ [18:27:31.781] ERROR (2130918): Poll cycle failed
1028
+ component: "poller"
1029
+ consecutiveErrors: 103
1030
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1031
+ [18:27:31.781] WARN (2130918): Too many consecutive errors, backing off
1032
+ component: "poller"
1033
+ consecutiveErrors: 103
1034
+ [18:27:46.842] ERROR (2130918): Poll cycle failed
1035
+ component: "poller"
1036
+ consecutiveErrors: 104
1037
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1038
+ [18:27:46.842] WARN (2130918): Too many consecutive errors, backing off
1039
+ component: "poller"
1040
+ consecutiveErrors: 104
1041
+ [18:28:01.837] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1042
+ component: "stale-task-recovery"
1043
+ [18:28:01.839] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1044
+ component: "stale-task-recovery"
1045
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1046
+ [18:28:01.841] ERROR (2130918): Poll cycle failed
1047
+ component: "poller"
1048
+ consecutiveErrors: 105
1049
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1050
+ [18:28:01.841] WARN (2130918): Too many consecutive errors, backing off
1051
+ component: "poller"
1052
+ consecutiveErrors: 105
1053
+ [18:28:16.903] ERROR (2130918): Poll cycle failed
1054
+ component: "poller"
1055
+ consecutiveErrors: 106
1056
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1057
+ [18:28:16.903] WARN (2130918): Too many consecutive errors, backing off
1058
+ component: "poller"
1059
+ consecutiveErrors: 106
1060
+ [18:28:31.897] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1061
+ component: "stale-task-recovery"
1062
+ [18:28:31.899] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1063
+ component: "stale-task-recovery"
1064
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1065
+ [18:28:31.900] ERROR (2130918): Poll cycle failed
1066
+ component: "poller"
1067
+ consecutiveErrors: 107
1068
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1069
+ [18:28:31.900] WARN (2130918): Too many consecutive errors, backing off
1070
+ component: "poller"
1071
+ consecutiveErrors: 107
1072
+ [18:28:46.962] ERROR (2130918): Poll cycle failed
1073
+ component: "poller"
1074
+ consecutiveErrors: 108
1075
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1076
+ [18:28:46.962] WARN (2130918): Too many consecutive errors, backing off
1077
+ component: "poller"
1078
+ consecutiveErrors: 108
1079
+ [18:29:01.956] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1080
+ component: "stale-task-recovery"
1081
+ [18:29:01.958] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1082
+ component: "stale-task-recovery"
1083
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1084
+ [18:29:01.961] ERROR (2130918): Poll cycle failed
1085
+ component: "poller"
1086
+ consecutiveErrors: 109
1087
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1088
+ [18:29:01.961] WARN (2130918): Too many consecutive errors, backing off
1089
+ component: "poller"
1090
+ consecutiveErrors: 109
1091
+ [18:29:17.023] ERROR (2130918): Poll cycle failed
1092
+ component: "poller"
1093
+ consecutiveErrors: 110
1094
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1095
+ [18:29:17.023] WARN (2130918): Too many consecutive errors, backing off
1096
+ component: "poller"
1097
+ consecutiveErrors: 110
1098
+ [18:29:32.016] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1099
+ component: "stale-task-recovery"
1100
+ [18:29:32.018] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1101
+ component: "stale-task-recovery"
1102
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1103
+ [18:29:32.021] ERROR (2130918): Poll cycle failed
1104
+ component: "poller"
1105
+ consecutiveErrors: 111
1106
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1107
+ [18:29:32.021] WARN (2130918): Too many consecutive errors, backing off
1108
+ component: "poller"
1109
+ consecutiveErrors: 111
1110
+ [18:29:47.082] ERROR (2130918): Poll cycle failed
1111
+ component: "poller"
1112
+ consecutiveErrors: 112
1113
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1114
+ [18:29:47.083] WARN (2130918): Too many consecutive errors, backing off
1115
+ component: "poller"
1116
+ consecutiveErrors: 112
1117
+ [18:30:02.075] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1118
+ component: "stale-task-recovery"
1119
+ [18:30:02.077] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1120
+ component: "stale-task-recovery"
1121
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1122
+ [18:30:02.081] ERROR (2130918): Poll cycle failed
1123
+ component: "poller"
1124
+ consecutiveErrors: 113
1125
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1126
+ [18:30:02.081] WARN (2130918): Too many consecutive errors, backing off
1127
+ component: "poller"
1128
+ consecutiveErrors: 113
1129
+ [18:30:17.143] ERROR (2130918): Poll cycle failed
1130
+ component: "poller"
1131
+ consecutiveErrors: 114
1132
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1133
+ [18:30:17.143] WARN (2130918): Too many consecutive errors, backing off
1134
+ component: "poller"
1135
+ consecutiveErrors: 114
1136
+ [18:30:32.135] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1137
+ component: "stale-task-recovery"
1138
+ [18:30:32.138] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1139
+ component: "stale-task-recovery"
1140
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1141
+ [18:30:32.142] ERROR (2130918): Poll cycle failed
1142
+ component: "poller"
1143
+ consecutiveErrors: 115
1144
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1145
+ [18:30:32.142] WARN (2130918): Too many consecutive errors, backing off
1146
+ component: "poller"
1147
+ consecutiveErrors: 115
1148
+ [18:30:47.202] ERROR (2130918): Poll cycle failed
1149
+ component: "poller"
1150
+ consecutiveErrors: 116
1151
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1152
+ [18:30:47.202] WARN (2130918): Too many consecutive errors, backing off
1153
+ component: "poller"
1154
+ consecutiveErrors: 116
1155
+ [18:31:02.196] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1156
+ component: "stale-task-recovery"
1157
+ [18:31:02.198] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1158
+ component: "stale-task-recovery"
1159
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1160
+ [18:31:02.201] ERROR (2130918): Poll cycle failed
1161
+ component: "poller"
1162
+ consecutiveErrors: 117
1163
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1164
+ [18:31:02.201] WARN (2130918): Too many consecutive errors, backing off
1165
+ component: "poller"
1166
+ consecutiveErrors: 117
1167
+ [18:31:17.261] ERROR (2130918): Poll cycle failed
1168
+ component: "poller"
1169
+ consecutiveErrors: 118
1170
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1171
+ [18:31:17.261] WARN (2130918): Too many consecutive errors, backing off
1172
+ component: "poller"
1173
+ consecutiveErrors: 118
1174
+ [18:31:32.232] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1175
+ component: "stale-task-recovery"
1176
+ [18:31:32.234] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1177
+ component: "stale-task-recovery"
1178
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1179
+ [18:31:32.262] ERROR (2130918): Poll cycle failed
1180
+ component: "poller"
1181
+ consecutiveErrors: 119
1182
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1183
+ [18:31:32.262] WARN (2130918): Too many consecutive errors, backing off
1184
+ component: "poller"
1185
+ consecutiveErrors: 119
1186
+ [18:31:47.321] ERROR (2130918): Poll cycle failed
1187
+ component: "poller"
1188
+ consecutiveErrors: 120
1189
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1190
+ [18:31:47.321] WARN (2130918): Too many consecutive errors, backing off
1191
+ component: "poller"
1192
+ consecutiveErrors: 120
1193
+ [18:32:02.291] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1194
+ component: "stale-task-recovery"
1195
+ [18:32:02.294] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1196
+ component: "stale-task-recovery"
1197
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1198
+ [18:32:02.323] ERROR (2130918): Poll cycle failed
1199
+ component: "poller"
1200
+ consecutiveErrors: 121
1201
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1202
+ [18:32:02.323] WARN (2130918): Too many consecutive errors, backing off
1203
+ component: "poller"
1204
+ consecutiveErrors: 121
1205
+ [18:32:17.382] ERROR (2130918): Poll cycle failed
1206
+ component: "poller"
1207
+ consecutiveErrors: 122
1208
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1209
+ [18:32:17.382] WARN (2130918): Too many consecutive errors, backing off
1210
+ component: "poller"
1211
+ consecutiveErrors: 122
1212
+ [18:32:32.350] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1213
+ component: "stale-task-recovery"
1214
+ [18:32:32.352] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1215
+ component: "stale-task-recovery"
1216
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1217
+ [18:32:32.382] ERROR (2130918): Poll cycle failed
1218
+ component: "poller"
1219
+ consecutiveErrors: 123
1220
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1221
+ [18:32:32.382] WARN (2130918): Too many consecutive errors, backing off
1222
+ component: "poller"
1223
+ consecutiveErrors: 123
1224
+ [18:32:47.434] ERROR (2130918): Poll cycle failed
1225
+ component: "poller"
1226
+ consecutiveErrors: 124
1227
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1228
+ [18:32:47.434] WARN (2130918): Too many consecutive errors, backing off
1229
+ component: "poller"
1230
+ consecutiveErrors: 124
1231
+ [18:33:02.409] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1232
+ component: "stale-task-recovery"
1233
+ [18:33:02.411] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1234
+ component: "stale-task-recovery"
1235
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1236
+ [18:33:02.433] ERROR (2130918): Poll cycle failed
1237
+ component: "poller"
1238
+ consecutiveErrors: 125
1239
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1240
+ [18:33:02.433] WARN (2130918): Too many consecutive errors, backing off
1241
+ component: "poller"
1242
+ consecutiveErrors: 125
1243
+ [18:33:17.493] ERROR (2130918): Poll cycle failed
1244
+ component: "poller"
1245
+ consecutiveErrors: 126
1246
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1247
+ [18:33:17.493] WARN (2130918): Too many consecutive errors, backing off
1248
+ component: "poller"
1249
+ consecutiveErrors: 126
1250
+ [18:33:32.469] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1251
+ component: "stale-task-recovery"
1252
+ [18:33:32.472] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1253
+ component: "stale-task-recovery"
1254
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1255
+ [18:33:32.494] ERROR (2130918): Poll cycle failed
1256
+ component: "poller"
1257
+ consecutiveErrors: 127
1258
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1259
+ [18:33:32.494] WARN (2130918): Too many consecutive errors, backing off
1260
+ component: "poller"
1261
+ consecutiveErrors: 127
1262
+ [18:33:47.553] ERROR (2130918): Poll cycle failed
1263
+ component: "poller"
1264
+ consecutiveErrors: 128
1265
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1266
+ [18:33:47.553] WARN (2130918): Too many consecutive errors, backing off
1267
+ component: "poller"
1268
+ consecutiveErrors: 128
1269
+ [18:34:02.528] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1270
+ component: "stale-task-recovery"
1271
+ [18:34:02.531] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1272
+ component: "stale-task-recovery"
1273
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1274
+ [18:34:02.554] ERROR (2130918): Poll cycle failed
1275
+ component: "poller"
1276
+ consecutiveErrors: 129
1277
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1278
+ [18:34:02.554] WARN (2130918): Too many consecutive errors, backing off
1279
+ component: "poller"
1280
+ consecutiveErrors: 129
1281
+ [18:34:17.612] ERROR (2130918): Poll cycle failed
1282
+ component: "poller"
1283
+ consecutiveErrors: 130
1284
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1285
+ [18:34:17.612] WARN (2130918): Too many consecutive errors, backing off
1286
+ component: "poller"
1287
+ consecutiveErrors: 130
1288
+ [18:34:32.588] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1289
+ component: "stale-task-recovery"
1290
+ [18:34:32.590] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1291
+ component: "stale-task-recovery"
1292
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1293
+ [18:34:32.614] ERROR (2130918): Poll cycle failed
1294
+ component: "poller"
1295
+ consecutiveErrors: 131
1296
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1297
+ [18:34:32.614] WARN (2130918): Too many consecutive errors, backing off
1298
+ component: "poller"
1299
+ consecutiveErrors: 131
1300
+ [18:34:47.673] ERROR (2130918): Poll cycle failed
1301
+ component: "poller"
1302
+ consecutiveErrors: 132
1303
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1304
+ [18:34:47.673] WARN (2130918): Too many consecutive errors, backing off
1305
+ component: "poller"
1306
+ consecutiveErrors: 132
1307
+ [18:35:02.647] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1308
+ component: "stale-task-recovery"
1309
+ [18:35:02.650] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1310
+ component: "stale-task-recovery"
1311
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1312
+ [18:35:02.674] ERROR (2130918): Poll cycle failed
1313
+ component: "poller"
1314
+ consecutiveErrors: 133
1315
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1316
+ [18:35:02.674] WARN (2130918): Too many consecutive errors, backing off
1317
+ component: "poller"
1318
+ consecutiveErrors: 133
1319
+ [18:35:17.732] ERROR (2130918): Poll cycle failed
1320
+ component: "poller"
1321
+ consecutiveErrors: 134
1322
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1323
+ [18:35:17.732] WARN (2130918): Too many consecutive errors, backing off
1324
+ component: "poller"
1325
+ consecutiveErrors: 134
1326
+ [18:35:32.706] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1327
+ component: "stale-task-recovery"
1328
+ [18:35:32.708] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1329
+ component: "stale-task-recovery"
1330
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1331
+ [18:35:32.732] ERROR (2130918): Poll cycle failed
1332
+ component: "poller"
1333
+ consecutiveErrors: 135
1334
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1335
+ [18:35:32.732] WARN (2130918): Too many consecutive errors, backing off
1336
+ component: "poller"
1337
+ consecutiveErrors: 135
1338
+ [18:35:47.792] ERROR (2130918): Poll cycle failed
1339
+ component: "poller"
1340
+ consecutiveErrors: 136
1341
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1342
+ [18:35:47.792] WARN (2130918): Too many consecutive errors, backing off
1343
+ component: "poller"
1344
+ consecutiveErrors: 136
1345
+ [18:36:02.764] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1346
+ component: "stale-task-recovery"
1347
+ [18:36:02.767] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1348
+ component: "stale-task-recovery"
1349
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1350
+ [18:36:02.793] ERROR (2130918): Poll cycle failed
1351
+ component: "poller"
1352
+ consecutiveErrors: 137
1353
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1354
+ [18:36:02.793] WARN (2130918): Too many consecutive errors, backing off
1355
+ component: "poller"
1356
+ consecutiveErrors: 137
1357
+ [18:36:17.853] ERROR (2130918): Poll cycle failed
1358
+ component: "poller"
1359
+ consecutiveErrors: 138
1360
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1361
+ [18:36:17.853] WARN (2130918): Too many consecutive errors, backing off
1362
+ component: "poller"
1363
+ consecutiveErrors: 138
1364
+ [18:36:32.823] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1365
+ component: "stale-task-recovery"
1366
+ [18:36:32.825] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1367
+ component: "stale-task-recovery"
1368
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1369
+ [18:36:32.852] ERROR (2130918): Poll cycle failed
1370
+ component: "poller"
1371
+ consecutiveErrors: 139
1372
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1373
+ [18:36:32.852] WARN (2130918): Too many consecutive errors, backing off
1374
+ component: "poller"
1375
+ consecutiveErrors: 139
1376
+ [18:36:47.913] ERROR (2130918): Poll cycle failed
1377
+ component: "poller"
1378
+ consecutiveErrors: 140
1379
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1380
+ [18:36:47.913] WARN (2130918): Too many consecutive errors, backing off
1381
+ component: "poller"
1382
+ consecutiveErrors: 140
1383
+ [18:37:02.883] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1384
+ component: "stale-task-recovery"
1385
+ [18:37:02.885] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1386
+ component: "stale-task-recovery"
1387
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1388
+ [18:37:02.912] ERROR (2130918): Poll cycle failed
1389
+ component: "poller"
1390
+ consecutiveErrors: 141
1391
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1392
+ [18:37:02.912] WARN (2130918): Too many consecutive errors, backing off
1393
+ component: "poller"
1394
+ consecutiveErrors: 141
1395
+ [18:37:17.973] ERROR (2130918): Poll cycle failed
1396
+ component: "poller"
1397
+ consecutiveErrors: 142
1398
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1399
+ [18:37:17.973] WARN (2130918): Too many consecutive errors, backing off
1400
+ component: "poller"
1401
+ consecutiveErrors: 142
1402
+ [18:37:32.942] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1403
+ component: "stale-task-recovery"
1404
+ [18:37:32.947] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1405
+ component: "stale-task-recovery"
1406
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1407
+ [18:37:32.974] ERROR (2130918): Poll cycle failed
1408
+ component: "poller"
1409
+ consecutiveErrors: 143
1410
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1411
+ [18:37:32.974] WARN (2130918): Too many consecutive errors, backing off
1412
+ component: "poller"
1413
+ consecutiveErrors: 143
1414
+ [18:37:48.033] ERROR (2130918): Poll cycle failed
1415
+ component: "poller"
1416
+ consecutiveErrors: 144
1417
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1418
+ [18:37:48.033] WARN (2130918): Too many consecutive errors, backing off
1419
+ component: "poller"
1420
+ consecutiveErrors: 144
1421
+ [18:38:03.002] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1422
+ component: "stale-task-recovery"
1423
+ [18:38:03.007] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1424
+ component: "stale-task-recovery"
1425
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1426
+ [18:38:03.035] ERROR (2130918): Poll cycle failed
1427
+ component: "poller"
1428
+ consecutiveErrors: 145
1429
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1430
+ [18:38:03.035] WARN (2130918): Too many consecutive errors, backing off
1431
+ component: "poller"
1432
+ consecutiveErrors: 145
1433
+ [18:38:18.093] ERROR (2130918): Poll cycle failed
1434
+ component: "poller"
1435
+ consecutiveErrors: 146
1436
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1437
+ [18:38:18.093] WARN (2130918): Too many consecutive errors, backing off
1438
+ component: "poller"
1439
+ consecutiveErrors: 146
1440
+ [18:38:33.061] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1441
+ component: "stale-task-recovery"
1442
+ [18:38:33.064] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1443
+ component: "stale-task-recovery"
1444
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1445
+ [18:38:33.093] ERROR (2130918): Poll cycle failed
1446
+ component: "poller"
1447
+ consecutiveErrors: 147
1448
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1449
+ [18:38:33.093] WARN (2130918): Too many consecutive errors, backing off
1450
+ component: "poller"
1451
+ consecutiveErrors: 147
1452
+ [18:38:48.153] ERROR (2130918): Poll cycle failed
1453
+ component: "poller"
1454
+ consecutiveErrors: 148
1455
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1456
+ [18:38:48.153] WARN (2130918): Too many consecutive errors, backing off
1457
+ component: "poller"
1458
+ consecutiveErrors: 148
1459
+ [18:39:03.119] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1460
+ component: "stale-task-recovery"
1461
+ [18:39:03.122] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1462
+ component: "stale-task-recovery"
1463
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1464
+ [18:39:03.152] ERROR (2130918): Poll cycle failed
1465
+ component: "poller"
1466
+ consecutiveErrors: 149
1467
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1468
+ [18:39:03.152] WARN (2130918): Too many consecutive errors, backing off
1469
+ component: "poller"
1470
+ consecutiveErrors: 149
1471
+ [18:39:18.216] ERROR (2130918): Poll cycle failed
1472
+ component: "poller"
1473
+ consecutiveErrors: 150
1474
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1475
+ [18:39:18.216] WARN (2130918): Too many consecutive errors, backing off
1476
+ component: "poller"
1477
+ consecutiveErrors: 150
1478
+ [18:39:33.179] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1479
+ component: "stale-task-recovery"
1480
+ [18:39:33.195] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1481
+ component: "stale-task-recovery"
1482
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1483
+ [18:39:33.213] ERROR (2130918): Poll cycle failed
1484
+ component: "poller"
1485
+ consecutiveErrors: 151
1486
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1487
+ [18:39:33.213] WARN (2130918): Too many consecutive errors, backing off
1488
+ component: "poller"
1489
+ consecutiveErrors: 151
1490
+ [18:39:48.273] ERROR (2130918): Poll cycle failed
1491
+ component: "poller"
1492
+ consecutiveErrors: 152
1493
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1494
+ [18:39:48.273] WARN (2130918): Too many consecutive errors, backing off
1495
+ component: "poller"
1496
+ consecutiveErrors: 152
1497
+ [18:40:03.237] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1498
+ component: "stale-task-recovery"
1499
+ [18:40:03.239] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1500
+ component: "stale-task-recovery"
1501
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1502
+ [18:40:03.272] ERROR (2130918): Poll cycle failed
1503
+ component: "poller"
1504
+ consecutiveErrors: 153
1505
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1506
+ [18:40:03.272] WARN (2130918): Too many consecutive errors, backing off
1507
+ component: "poller"
1508
+ consecutiveErrors: 153
1509
+ [18:40:18.332] ERROR (2130918): Poll cycle failed
1510
+ component: "poller"
1511
+ consecutiveErrors: 154
1512
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1513
+ [18:40:18.332] WARN (2130918): Too many consecutive errors, backing off
1514
+ component: "poller"
1515
+ consecutiveErrors: 154
1516
+ [18:40:33.296] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1517
+ component: "stale-task-recovery"
1518
+ [18:40:33.299] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1519
+ component: "stale-task-recovery"
1520
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1521
+ [18:40:33.332] ERROR (2130918): Poll cycle failed
1522
+ component: "poller"
1523
+ consecutiveErrors: 155
1524
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1525
+ [18:40:33.332] WARN (2130918): Too many consecutive errors, backing off
1526
+ component: "poller"
1527
+ consecutiveErrors: 155
1528
+ [18:40:48.382] ERROR (2130918): Poll cycle failed
1529
+ component: "poller"
1530
+ consecutiveErrors: 156
1531
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1532
+ [18:40:48.382] WARN (2130918): Too many consecutive errors, backing off
1533
+ component: "poller"
1534
+ consecutiveErrors: 156
1535
+ [18:41:03.356] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1536
+ component: "stale-task-recovery"
1537
+ [18:41:03.358] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1538
+ component: "stale-task-recovery"
1539
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1540
+ [18:41:03.382] ERROR (2130918): Poll cycle failed
1541
+ component: "poller"
1542
+ consecutiveErrors: 157
1543
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1544
+ [18:41:03.382] WARN (2130918): Too many consecutive errors, backing off
1545
+ component: "poller"
1546
+ consecutiveErrors: 157
1547
+ [18:41:18.441] ERROR (2130918): Poll cycle failed
1548
+ component: "poller"
1549
+ consecutiveErrors: 158
1550
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1551
+ [18:41:18.441] WARN (2130918): Too many consecutive errors, backing off
1552
+ component: "poller"
1553
+ consecutiveErrors: 158
1554
+ [18:41:33.414] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1555
+ component: "stale-task-recovery"
1556
+ [18:41:33.418] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1557
+ component: "stale-task-recovery"
1558
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1559
+ [18:41:33.442] ERROR (2130918): Poll cycle failed
1560
+ component: "poller"
1561
+ consecutiveErrors: 159
1562
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1563
+ [18:41:33.442] WARN (2130918): Too many consecutive errors, backing off
1564
+ component: "poller"
1565
+ consecutiveErrors: 159
1566
+ [18:41:48.501] ERROR (2130918): Poll cycle failed
1567
+ component: "poller"
1568
+ consecutiveErrors: 160
1569
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1570
+ [18:41:48.501] WARN (2130918): Too many consecutive errors, backing off
1571
+ component: "poller"
1572
+ consecutiveErrors: 160
1573
+ [18:42:03.473] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1574
+ component: "stale-task-recovery"
1575
+ [18:42:03.475] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1576
+ component: "stale-task-recovery"
1577
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1578
+ [18:42:03.502] ERROR (2130918): Poll cycle failed
1579
+ component: "poller"
1580
+ consecutiveErrors: 161
1581
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1582
+ [18:42:03.502] WARN (2130918): Too many consecutive errors, backing off
1583
+ component: "poller"
1584
+ consecutiveErrors: 161
1585
+ [18:42:18.562] ERROR (2130918): Poll cycle failed
1586
+ component: "poller"
1587
+ consecutiveErrors: 162
1588
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1589
+ [18:42:18.562] WARN (2130918): Too many consecutive errors, backing off
1590
+ component: "poller"
1591
+ consecutiveErrors: 162
1592
+ [18:42:33.532] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1593
+ component: "stale-task-recovery"
1594
+ [18:42:33.534] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1595
+ component: "stale-task-recovery"
1596
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1597
+ [18:42:33.563] ERROR (2130918): Poll cycle failed
1598
+ component: "poller"
1599
+ consecutiveErrors: 163
1600
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1601
+ [18:42:33.563] WARN (2130918): Too many consecutive errors, backing off
1602
+ component: "poller"
1603
+ consecutiveErrors: 163
1604
+ [18:42:48.616] ERROR (2130918): Poll cycle failed
1605
+ component: "poller"
1606
+ consecutiveErrors: 164
1607
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1608
+ [18:42:48.616] WARN (2130918): Too many consecutive errors, backing off
1609
+ component: "poller"
1610
+ consecutiveErrors: 164
1611
+ [18:43:03.592] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1612
+ component: "stale-task-recovery"
1613
+ [18:43:03.595] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1614
+ component: "stale-task-recovery"
1615
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1616
+ [18:43:03.617] ERROR (2130918): Poll cycle failed
1617
+ component: "poller"
1618
+ consecutiveErrors: 165
1619
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1620
+ [18:43:03.617] WARN (2130918): Too many consecutive errors, backing off
1621
+ component: "poller"
1622
+ consecutiveErrors: 165
1623
+ [18:43:18.679] ERROR (2130918): Poll cycle failed
1624
+ component: "poller"
1625
+ consecutiveErrors: 166
1626
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1627
+ [18:43:18.679] WARN (2130918): Too many consecutive errors, backing off
1628
+ component: "poller"
1629
+ consecutiveErrors: 166
1630
+ [18:43:33.651] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1631
+ component: "stale-task-recovery"
1632
+ [18:43:33.653] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1633
+ component: "stale-task-recovery"
1634
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1635
+ [18:43:33.676] ERROR (2130918): Poll cycle failed
1636
+ component: "poller"
1637
+ consecutiveErrors: 167
1638
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1639
+ [18:43:33.676] WARN (2130918): Too many consecutive errors, backing off
1640
+ component: "poller"
1641
+ consecutiveErrors: 167
1642
+ [18:43:48.736] ERROR (2130918): Poll cycle failed
1643
+ component: "poller"
1644
+ consecutiveErrors: 168
1645
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1646
+ [18:43:48.736] WARN (2130918): Too many consecutive errors, backing off
1647
+ component: "poller"
1648
+ consecutiveErrors: 168
1649
+ [18:44:03.710] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1650
+ component: "stale-task-recovery"
1651
+ [18:44:03.713] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1652
+ component: "stale-task-recovery"
1653
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1654
+ [18:44:03.737] ERROR (2130918): Poll cycle failed
1655
+ component: "poller"
1656
+ consecutiveErrors: 169
1657
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1658
+ [18:44:03.737] WARN (2130918): Too many consecutive errors, backing off
1659
+ component: "poller"
1660
+ consecutiveErrors: 169
1661
+ [18:44:18.796] ERROR (2130918): Poll cycle failed
1662
+ component: "poller"
1663
+ consecutiveErrors: 170
1664
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1665
+ [18:44:18.796] WARN (2130918): Too many consecutive errors, backing off
1666
+ component: "poller"
1667
+ consecutiveErrors: 170
1668
+ [18:44:33.770] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1669
+ component: "stale-task-recovery"
1670
+ [18:44:33.773] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1671
+ component: "stale-task-recovery"
1672
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1673
+ [18:44:33.797] ERROR (2130918): Poll cycle failed
1674
+ component: "poller"
1675
+ consecutiveErrors: 171
1676
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1677
+ [18:44:33.797] WARN (2130918): Too many consecutive errors, backing off
1678
+ component: "poller"
1679
+ consecutiveErrors: 171
1680
+ [18:44:48.871] ERROR (2130918): Poll cycle failed
1681
+ component: "poller"
1682
+ consecutiveErrors: 172
1683
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1684
+ [18:44:48.871] WARN (2130918): Too many consecutive errors, backing off
1685
+ component: "poller"
1686
+ consecutiveErrors: 172
1687
+ [18:45:03.829] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1688
+ component: "stale-task-recovery"
1689
+ [18:45:03.831] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1690
+ component: "stale-task-recovery"
1691
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1692
+ [18:45:03.858] ERROR (2130918): Poll cycle failed
1693
+ component: "poller"
1694
+ consecutiveErrors: 173
1695
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1696
+ [18:45:03.858] WARN (2130918): Too many consecutive errors, backing off
1697
+ component: "poller"
1698
+ consecutiveErrors: 173
1699
+ [18:45:18.917] ERROR (2130918): Poll cycle failed
1700
+ component: "poller"
1701
+ consecutiveErrors: 174
1702
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1703
+ [18:45:18.917] WARN (2130918): Too many consecutive errors, backing off
1704
+ component: "poller"
1705
+ consecutiveErrors: 174
1706
+ [18:45:33.888] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1707
+ component: "stale-task-recovery"
1708
+ [18:45:33.891] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1709
+ component: "stale-task-recovery"
1710
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1711
+ [18:45:33.918] ERROR (2130918): Poll cycle failed
1712
+ component: "poller"
1713
+ consecutiveErrors: 175
1714
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1715
+ [18:45:33.918] WARN (2130918): Too many consecutive errors, backing off
1716
+ component: "poller"
1717
+ consecutiveErrors: 175
1718
+ [18:45:48.977] ERROR (2130918): Poll cycle failed
1719
+ component: "poller"
1720
+ consecutiveErrors: 176
1721
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1722
+ [18:45:48.977] WARN (2130918): Too many consecutive errors, backing off
1723
+ component: "poller"
1724
+ consecutiveErrors: 176
1725
+ [18:46:03.947] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1726
+ component: "stale-task-recovery"
1727
+ [18:46:03.950] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1728
+ component: "stale-task-recovery"
1729
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1730
+ [18:46:03.978] ERROR (2130918): Poll cycle failed
1731
+ component: "poller"
1732
+ consecutiveErrors: 177
1733
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1734
+ [18:46:03.978] WARN (2130918): Too many consecutive errors, backing off
1735
+ component: "poller"
1736
+ consecutiveErrors: 177
1737
+ [18:46:19.037] ERROR (2130918): Poll cycle failed
1738
+ component: "poller"
1739
+ consecutiveErrors: 178
1740
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1741
+ [18:46:19.037] WARN (2130918): Too many consecutive errors, backing off
1742
+ component: "poller"
1743
+ consecutiveErrors: 178
1744
+ [18:46:34.006] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1745
+ component: "stale-task-recovery"
1746
+ [18:46:34.009] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1747
+ component: "stale-task-recovery"
1748
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1749
+ [18:46:34.038] ERROR (2130918): Poll cycle failed
1750
+ component: "poller"
1751
+ consecutiveErrors: 179
1752
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1753
+ [18:46:34.038] WARN (2130918): Too many consecutive errors, backing off
1754
+ component: "poller"
1755
+ consecutiveErrors: 179
1756
+ [18:46:49.098] ERROR (2130918): Poll cycle failed
1757
+ component: "poller"
1758
+ consecutiveErrors: 180
1759
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1760
+ [18:46:49.098] WARN (2130918): Too many consecutive errors, backing off
1761
+ component: "poller"
1762
+ consecutiveErrors: 180
1763
+ [18:47:04.065] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1764
+ component: "stale-task-recovery"
1765
+ [18:47:04.068] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1766
+ component: "stale-task-recovery"
1767
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1768
+ [18:47:04.098] ERROR (2130918): Poll cycle failed
1769
+ component: "poller"
1770
+ consecutiveErrors: 181
1771
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1772
+ [18:47:04.098] WARN (2130918): Too many consecutive errors, backing off
1773
+ component: "poller"
1774
+ consecutiveErrors: 181
1775
+ [18:47:19.158] ERROR (2130918): Poll cycle failed
1776
+ component: "poller"
1777
+ consecutiveErrors: 182
1778
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1779
+ [18:47:19.158] WARN (2130918): Too many consecutive errors, backing off
1780
+ component: "poller"
1781
+ consecutiveErrors: 182
1782
+ [18:47:34.124] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1783
+ component: "stale-task-recovery"
1784
+ [18:47:34.128] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1785
+ component: "stale-task-recovery"
1786
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1787
+ [18:47:34.158] ERROR (2130918): Poll cycle failed
1788
+ component: "poller"
1789
+ consecutiveErrors: 183
1790
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1791
+ [18:47:34.158] WARN (2130918): Too many consecutive errors, backing off
1792
+ component: "poller"
1793
+ consecutiveErrors: 183
1794
+ [18:47:49.218] ERROR (2130918): Poll cycle failed
1795
+ component: "poller"
1796
+ consecutiveErrors: 184
1797
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1798
+ [18:47:49.218] WARN (2130918): Too many consecutive errors, backing off
1799
+ component: "poller"
1800
+ consecutiveErrors: 184
1801
+ [18:48:04.184] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1802
+ component: "stale-task-recovery"
1803
+ [18:48:04.187] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1804
+ component: "stale-task-recovery"
1805
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1806
+ [18:48:04.218] ERROR (2130918): Poll cycle failed
1807
+ component: "poller"
1808
+ consecutiveErrors: 185
1809
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1810
+ [18:48:04.218] WARN (2130918): Too many consecutive errors, backing off
1811
+ component: "poller"
1812
+ consecutiveErrors: 185
1813
+ [18:48:19.277] ERROR (2130918): Poll cycle failed
1814
+ component: "poller"
1815
+ consecutiveErrors: 186
1816
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1817
+ [18:48:19.277] WARN (2130918): Too many consecutive errors, backing off
1818
+ component: "poller"
1819
+ consecutiveErrors: 186
1820
+ [18:48:34.242] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1821
+ component: "stale-task-recovery"
1822
+ [18:48:34.245] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1823
+ component: "stale-task-recovery"
1824
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1825
+ [18:48:34.277] ERROR (2130918): Poll cycle failed
1826
+ component: "poller"
1827
+ consecutiveErrors: 187
1828
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1829
+ [18:48:34.278] WARN (2130918): Too many consecutive errors, backing off
1830
+ component: "poller"
1831
+ consecutiveErrors: 187
1832
+ [18:48:49.337] ERROR (2130918): Poll cycle failed
1833
+ component: "poller"
1834
+ consecutiveErrors: 188
1835
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1836
+ [18:48:49.338] WARN (2130918): Too many consecutive errors, backing off
1837
+ component: "poller"
1838
+ consecutiveErrors: 188
1839
+ [18:49:04.302] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1840
+ component: "stale-task-recovery"
1841
+ [18:49:04.304] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1842
+ component: "stale-task-recovery"
1843
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1844
+ [18:49:04.338] ERROR (2130918): Poll cycle failed
1845
+ component: "poller"
1846
+ consecutiveErrors: 189
1847
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1848
+ [18:49:04.338] WARN (2130918): Too many consecutive errors, backing off
1849
+ component: "poller"
1850
+ consecutiveErrors: 189
1851
+ [18:49:19.398] ERROR (2130918): Poll cycle failed
1852
+ component: "poller"
1853
+ consecutiveErrors: 190
1854
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1855
+ [18:49:19.398] WARN (2130918): Too many consecutive errors, backing off
1856
+ component: "poller"
1857
+ consecutiveErrors: 190
1858
+ [18:49:34.360] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1859
+ component: "stale-task-recovery"
1860
+ [18:49:34.362] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1861
+ component: "stale-task-recovery"
1862
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1863
+ [18:49:34.397] ERROR (2130918): Poll cycle failed
1864
+ component: "poller"
1865
+ consecutiveErrors: 191
1866
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1867
+ [18:49:34.397] WARN (2130918): Too many consecutive errors, backing off
1868
+ component: "poller"
1869
+ consecutiveErrors: 191
1870
+ [18:49:49.457] ERROR (2130918): Poll cycle failed
1871
+ component: "poller"
1872
+ consecutiveErrors: 192
1873
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1874
+ [18:49:49.457] WARN (2130918): Too many consecutive errors, backing off
1875
+ component: "poller"
1876
+ consecutiveErrors: 192
1877
+ [18:50:04.420] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1878
+ component: "stale-task-recovery"
1879
+ [18:50:04.423] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1880
+ component: "stale-task-recovery"
1881
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1882
+ [18:50:04.458] ERROR (2130918): Poll cycle failed
1883
+ component: "poller"
1884
+ consecutiveErrors: 193
1885
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1886
+ [18:50:04.458] WARN (2130918): Too many consecutive errors, backing off
1887
+ component: "poller"
1888
+ consecutiveErrors: 193
1889
+ [18:50:19.517] ERROR (2130918): Poll cycle failed
1890
+ component: "poller"
1891
+ consecutiveErrors: 194
1892
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1893
+ [18:50:19.517] WARN (2130918): Too many consecutive errors, backing off
1894
+ component: "poller"
1895
+ consecutiveErrors: 194
1896
+ [18:50:34.479] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1897
+ component: "stale-task-recovery"
1898
+ [18:50:34.481] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1899
+ component: "stale-task-recovery"
1900
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1901
+ [18:50:34.518] ERROR (2130918): Poll cycle failed
1902
+ component: "poller"
1903
+ consecutiveErrors: 195
1904
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1905
+ [18:50:34.518] WARN (2130918): Too many consecutive errors, backing off
1906
+ component: "poller"
1907
+ consecutiveErrors: 195
1908
+ [18:50:49.579] ERROR (2130918): Poll cycle failed
1909
+ component: "poller"
1910
+ consecutiveErrors: 196
1911
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1912
+ [18:50:49.579] WARN (2130918): Too many consecutive errors, backing off
1913
+ component: "poller"
1914
+ consecutiveErrors: 196
1915
+ [18:51:04.538] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1916
+ component: "stale-task-recovery"
1917
+ [18:51:04.540] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1918
+ component: "stale-task-recovery"
1919
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1920
+ [18:51:04.578] ERROR (2130918): Poll cycle failed
1921
+ component: "poller"
1922
+ consecutiveErrors: 197
1923
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1924
+ [18:51:04.578] WARN (2130918): Too many consecutive errors, backing off
1925
+ component: "poller"
1926
+ consecutiveErrors: 197
1927
+ [18:51:19.638] ERROR (2130918): Poll cycle failed
1928
+ component: "poller"
1929
+ consecutiveErrors: 198
1930
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1931
+ [18:51:19.638] WARN (2130918): Too many consecutive errors, backing off
1932
+ component: "poller"
1933
+ consecutiveErrors: 198
1934
+ [18:51:34.597] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1935
+ component: "stale-task-recovery"
1936
+ [18:51:34.599] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1937
+ component: "stale-task-recovery"
1938
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1939
+ [18:51:34.639] ERROR (2130918): Poll cycle failed
1940
+ component: "poller"
1941
+ consecutiveErrors: 199
1942
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1943
+ [18:51:34.639] WARN (2130918): Too many consecutive errors, backing off
1944
+ component: "poller"
1945
+ consecutiveErrors: 199
1946
+ [18:51:49.698] ERROR (2130918): Poll cycle failed
1947
+ component: "poller"
1948
+ consecutiveErrors: 200
1949
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1950
+ [18:51:49.698] WARN (2130918): Too many consecutive errors, backing off
1951
+ component: "poller"
1952
+ consecutiveErrors: 200
1953
+ [18:52:04.657] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1954
+ component: "stale-task-recovery"
1955
+ [18:52:04.659] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1956
+ component: "stale-task-recovery"
1957
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1958
+ [18:52:04.699] ERROR (2130918): Poll cycle failed
1959
+ component: "poller"
1960
+ consecutiveErrors: 201
1961
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1962
+ [18:52:04.699] WARN (2130918): Too many consecutive errors, backing off
1963
+ component: "poller"
1964
+ consecutiveErrors: 201
1965
+ [18:52:19.759] ERROR (2130918): Poll cycle failed
1966
+ component: "poller"
1967
+ consecutiveErrors: 202
1968
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1969
+ [18:52:19.759] WARN (2130918): Too many consecutive errors, backing off
1970
+ component: "poller"
1971
+ consecutiveErrors: 202
1972
+ [18:52:34.715] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1973
+ component: "stale-task-recovery"
1974
+ [18:52:34.718] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1975
+ component: "stale-task-recovery"
1976
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1977
+ [18:52:34.759] ERROR (2130918): Poll cycle failed
1978
+ component: "poller"
1979
+ consecutiveErrors: 203
1980
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1981
+ [18:52:34.759] WARN (2130918): Too many consecutive errors, backing off
1982
+ component: "poller"
1983
+ consecutiveErrors: 203
1984
+ [18:52:49.814] ERROR (2130918): Poll cycle failed
1985
+ component: "poller"
1986
+ consecutiveErrors: 204
1987
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1988
+ [18:52:49.814] WARN (2130918): Too many consecutive errors, backing off
1989
+ component: "poller"
1990
+ consecutiveErrors: 204
1991
+ [18:53:04.758] WARN (2130918): bootstrapSessionMappings skipped — botId not set
1992
+ component: "stale-task-recovery"
1993
+ [18:53:04.760] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
1994
+ component: "stale-task-recovery"
1995
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
1996
+ [18:53:04.813] ERROR (2130918): Poll cycle failed
1997
+ component: "poller"
1998
+ consecutiveErrors: 205
1999
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
2000
+ [18:53:04.813] WARN (2130918): Too many consecutive errors, backing off
2001
+ component: "poller"
2002
+ consecutiveErrors: 205
2003
+ [18:53:19.873] ERROR (2130918): Poll cycle failed
2004
+ component: "poller"
2005
+ consecutiveErrors: 206
2006
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
2007
+ [18:53:19.873] WARN (2130918): Too many consecutive errors, backing off
2008
+ component: "poller"
2009
+ consecutiveErrors: 206
2010
+ [18:53:34.818] WARN (2130918): bootstrapSessionMappings skipped — botId not set
2011
+ component: "stale-task-recovery"
2012
+ [18:53:34.820] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
2013
+ component: "stale-task-recovery"
2014
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
2015
+ [18:53:34.873] ERROR (2130918): Poll cycle failed
2016
+ component: "poller"
2017
+ consecutiveErrors: 207
2018
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
2019
+ [18:53:34.873] WARN (2130918): Too many consecutive errors, backing off
2020
+ component: "poller"
2021
+ consecutiveErrors: 207
2022
+ [18:53:49.932] ERROR (2130918): Poll cycle failed
2023
+ component: "poller"
2024
+ consecutiveErrors: 208
2025
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
2026
+ [18:53:49.932] WARN (2130918): Too many consecutive errors, backing off
2027
+ component: "poller"
2028
+ consecutiveErrors: 208
2029
+ [18:54:04.878] WARN (2130918): bootstrapSessionMappings skipped — botId not set
2030
+ component: "stale-task-recovery"
2031
+ [18:54:04.880] WARN (2130918): Failed to sync active tasks from API, continuing with existing tracked tasks
2032
+ component: "stale-task-recovery"
2033
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
2034
+ [18:54:04.933] ERROR (2130918): Poll cycle failed
2035
+ component: "poller"
2036
+ consecutiveErrors: 209
2037
+ error: "Unexpected token '<', \"<!DOCTYPE \"... is not valid JSON"
2038
+ [18:54:04.933] WARN (2130918): Too many consecutive errors, backing off
2039
+ component: "poller"
2040
+ consecutiveErrors: 209