Hello... I have a nice watch face working... trying to add distance, and it dies... won't compile.
SOLVED... needed the separator added too
Code: Select all
2021-08-24 17:47:24,468 - root - DEBUG - Reading config...
2021-08-24 17:47:24,468 - root - DEBUG - t: {
"Info": {
"DeviceId": 40
},
"Background": {
"Image": {
"X": 0,
"Y": 0,
"ImageIndex": 0
}
},
"Time": {
"Hours": {
"Tens": {
"X": 151,
"Y": 90,
"ImageIndex": 2,
"ImagesCount": 10
},
"Ones": {
"X": 182,
"Y": 90,
"ImageIndex": 2,
"ImagesCount": 10
}
},
"Minutes": {
"Tens": {
"X": 247,
"Y": 90,
"ImageIndex": 2,
"ImagesCount": 10
},
"Ones": {
"X": 278,
"Y": 90,
"ImageIndex": 2,
"ImagesCount": 10
}
},
"Delimiter": {
"X": 224,
"Y": 102,
"ImageIndex": 12
}
},
"Activity": {
"Pulse": {
"TopLeftX": 0,
"TopLeftY": 0,
"BottomRightX": 380,
"BottomRightY": 190,
"Alignment": "CenterRight",
"Spacing": 0,
"ImageIndex": 13,
"ImagesCount": 10
},
"Distance": {
"Number": {
"TopLeftX": 0,
"TopLeftY": 0,
"BottomRightX": 250,
"BottomRightY": 430,
"Alignment": "BottomRight",
"Spacing": 3,
"ImageIndex": 78,
"ImagesCount": 10
}
},
"Steps": {
"Step": {
"TopLeftX": 0,
"TopLeftY": 0,
"BottomRightX": 267,
"BottomRightY": 53,
"Alignment": "BottomRight",
"Spacing": 2,
"ImageIndex": 78,
"ImagesCount": 10
}
},
"NoDataImageIndex": 32
},
"Date": {
"MonthAndDay": {
"Separate": {
"Month": {
"TopLeftX": 0,
"TopLeftY": 0,
"BottomRightX": 412,
"BottomRightY": 236,
"Alignment": "BottomRight",
"Spacing": 0,
"ImageIndex": 13,
"ImagesCount": 10
},
"Day": {
"TopLeftX": 0,
"TopLeftY": 0,
"BottomRightX": 381,
"BottomRightY": 236,
"Alignment": "BottomRight",
"Spacing": 0,
"ImageIndex": 13,
"ImagesCount": 10
}
},
"TwoDigitsMonth": false,
"TwoDigitsDay": false
},
"WeekDay": {
"X": 38,
"Y": 86,
"ImageIndex": 71,
"ImagesCount": 7
},
"Year": {
"OneLine": {
"Number": {
"TopLeftX": 0,
"TopLeftY": 0,
"BottomRightX": 264,
"BottomRightY": 429,
"Alignment": "BottomRight",
"Spacing": 2,
"ImageIndex": 1,
"ImagesCount": 1
}
}
}
},
"Weather": {
"Icon": {
"Images": {
"X": 372,
"Y": 262,
"ImageIndex": 42,
"ImagesCount": 25
},
"NoWeatherImageIndex": 70
},
"Temperature": {
"Current": {
"TopLeftX": 0,
"TopLeftY": 0,
"BottomRightX": 412,
"BottomRightY": 342,
"Alignment": "CenterRight",
"Spacing": 0,
"ImageIndex": 13,
"ImagesCount": 10
},
"Symbols": {
"Unknown0800": 0,
"MinusImageIndex": 32,
"DegreesImageIndex": 40,
"NoDataImageIndex": 32
}
}
},
"StepsProgress": {
"Sliced": {
"ImageIndex": 33,
"Coordinates": [
{
"X": 110,
"Y": 74
},
{
"X": 110,
"Y": 74
},
{
"X": 110,
"Y": 74
},
{
"X": 110,
"Y": 74
},
{
"X": 110,
"Y": 74
},
{
"X": 110,
"Y": 74
},
{
"X": 110,
"Y": 74
}
]
}
},
"Status": {
"Bluetooth": {
"Coordinates": {
"X": 322,
"Y": 167
},
"ImageIndexOn": 29,
"ImageIndexOff": 28
},
"Alarm": {
"Coordinates": {
"X": 105,
"Y": 167
},
"ImageIndexOn": 25,
"ImageIndexOff": 24
},
"Lock": {
"Coordinates": {
"X": 322,
"Y": 264
},
"ImageIndexOn": 31,
"ImageIndexOff": 30
},
"DoNotDisturb": {
"Coordinates": {
"X": 105,
"Y": 264
},
"ImageIndexOn": 27,
"ImageIndexOff": 26
}
},
"Battery": {
"Text": {
"TopLeftX": 0,
"TopLeftY": 0,
"BottomRightX": 105,
"BottomRightY": 190,
"Alignment": "CenterRight",
"Spacing": 3,
"ImageIndex": 13,
"ImagesCount": 10
},
"Images": {
"X": 109,
"Y": 367,
"ImageIndex": 33,
"ImagesCount": 7
}
},
"AnalogDialFace": {
"Seconds": {
"OnlyBorder": false,
"Color": "0x00000000",
"CenterOffset": {
"X": 0,
"Y": 0
},
"Image": {
"X": 6,
"Y": 88,
"ImageIndex": 23
}
}
}
}
2021-08-24 17:47:24,468 - root - DEBUG - Reading referenced images from 'C:\Users\mihal\Desktop\Amazfit\editor\Watch_face\cosmonaut_v1.3_eng'
2021-08-24 17:47:24,468 - root - DEBUG - Loading resources for 0 '<class 'watchFaceParser.elements.deviceId.DeviceId'>'
2021-08-24 17:47:24,468 - root - DEBUG - Loading resources for 2 '<class 'watchFaceParser.elements.background.Background'>'
2021-08-24 17:47:24,468 - root - DEBUG - Loading resources for 2.1 '<class 'watchFaceParser.elements.basicElements.image.Image'>'
2021-08-24 17:47:24,468 - root - DEBUG - Request image index 0...
2021-08-24 17:47:24,468 - root - DEBUG - Loading image 0...
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 65536
2021-08-24 17:47:24,498 - root - DEBUG - Loading resources for 3 '<class 'watchFaceParser.elements.time.Time'>'
2021-08-24 17:47:24,498 - root - DEBUG - Loading resources for 3.1 '<class 'watchFaceParser.elements.timeElements.twoDigits.TwoDigits'>'
2021-08-24 17:47:24,498 - root - DEBUG - Loading resources for 3.1.1 '<class 'watchFaceParser.elements.basicElements.imageSet.ImageSet'>'
2021-08-24 17:47:24,498 - root - DEBUG - Request image index 2...
2021-08-24 17:47:24,498 - root - DEBUG - Loading image 1...
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 20
2021-08-24 17:47:24,498 - root - DEBUG - Loading image 2...
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 663
2021-08-24 17:47:24,498 - root - DEBUG - Request image index 3...
2021-08-24 17:47:24,498 - root - DEBUG - Loading image 3...
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 332
2021-08-24 17:47:24,498 - root - DEBUG - Request image index 4...
2021-08-24 17:47:24,498 - root - DEBUG - Loading image 4...
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 601
2021-08-24 17:47:24,498 - root - DEBUG - Request image index 5...
2021-08-24 17:47:24,498 - root - DEBUG - Loading image 5...
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,498 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 612
2021-08-24 17:47:24,498 - root - DEBUG - Request image index 6...
2021-08-24 17:47:24,498 - root - DEBUG - Loading image 6...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 543
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 7...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 7...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 614
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 8...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 8...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 651
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 9...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 9...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 472
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 10...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 10...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 688
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 11...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 11...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 650
2021-08-24 17:47:24,503 - root - DEBUG - Loading resources for 3.1.2 '<class 'watchFaceParser.elements.basicElements.imageSet.ImageSet'>'
2021-08-24 17:47:24,503 - root - DEBUG - Loading resources for 3.2 '<class 'watchFaceParser.elements.timeElements.twoDigits.TwoDigits'>'
2021-08-24 17:47:24,503 - root - DEBUG - Loading resources for 3.2.1 '<class 'watchFaceParser.elements.basicElements.imageSet.ImageSet'>'
2021-08-24 17:47:24,503 - root - DEBUG - Loading resources for 3.2.2 '<class 'watchFaceParser.elements.basicElements.imageSet.ImageSet'>'
2021-08-24 17:47:24,503 - root - DEBUG - Loading resources for 3.10 '<class 'watchFaceParser.elements.basicElements.image.Image'>'
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 12...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 12...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 124
2021-08-24 17:47:24,503 - root - DEBUG - Loading resources for 4 '<class 'watchFaceParser.elements.activity.Activity'>'
2021-08-24 17:47:24,503 - root - DEBUG - Loading resources for 4.3 '<class 'watchFaceParser.elements.basicElements.number.Number'>'
2021-08-24 17:47:24,503 - root - DEBUG - Loading resources for 4.3.5 '<class 'watchFaceParser.models.textAlignment.TextAlignment'>'
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 13...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 13...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 227
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 14...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 14...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 122
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 15...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 15...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 190
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 16...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 16...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 176
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 17...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 17...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 162
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 18...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 18...
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,503 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 203
2021-08-24 17:47:24,503 - root - DEBUG - Request image index 19...
2021-08-24 17:47:24,503 - root - DEBUG - Loading image 19...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 219
2021-08-24 17:47:24,508 - root - DEBUG - Request image index 20...
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 20...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 132
2021-08-24 17:47:24,508 - root - DEBUG - Request image index 21...
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 21...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 229
2021-08-24 17:47:24,508 - root - DEBUG - Request image index 22...
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 22...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 208
2021-08-24 17:47:24,508 - root - DEBUG - Loading resources for 4.4 '<class 'watchFaceParser.elements.activityElements.distance.Distance'>'
2021-08-24 17:47:24,508 - root - DEBUG - Loading resources for 4.4.1 '<class 'watchFaceParser.elements.basicElements.number.Number'>'
2021-08-24 17:47:24,508 - root - DEBUG - Loading resources for 4.4.1.5 '<class 'watchFaceParser.models.textAlignment.TextAlignment'>'
2021-08-24 17:47:24,508 - root - DEBUG - Request image index 78...
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 23...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 717
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 24...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 491
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 25...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 496
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 26...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 542
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 27...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 547
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 28...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 430
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 29...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 433
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 30...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 505
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 31...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 513
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 32...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 59
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 33...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 77
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 34...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 76
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 35...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 76
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 36...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 77
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 37...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 76
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 38...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 78
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 39...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 65
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 40...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 143
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 41...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 810
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 42...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 849
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 43...
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,508 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 1009
2021-08-24 17:47:24,508 - root - DEBUG - Loading image 44...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 945
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 45...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 675
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 46...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 575
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 47...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 743
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 48...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 769
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 49...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 749
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 50...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 802
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 51...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 877
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 52...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 841
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 53...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 798
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 54...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 820
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 55...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 170
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 56...
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,518 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 878
2021-08-24 17:47:24,518 - root - DEBUG - Loading image 57...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 859
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 58...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 967
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 59...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 359
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 60...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 920
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 61...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 830
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 62...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 868
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 63...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 944
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 64...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 667
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 65...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 381
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 66...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 944
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 67...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 810
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 68...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 575
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 69...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 749
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 70...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 810
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 71...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 3688
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 72...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 3620
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 73...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 3614
2021-08-24 17:47:24,522 - root - DEBUG - Loading image 74...
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,522 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 3552
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 75...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 3631
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 76...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 3622
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 77...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 3654
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 78...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 613
2021-08-24 17:47:24,528 - root - DEBUG - Request image index 79...
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 79...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 331
2021-08-24 17:47:24,528 - root - DEBUG - Request image index 80...
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 80...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 576
2021-08-24 17:47:24,528 - root - DEBUG - Request image index 81...
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 81...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 531
2021-08-24 17:47:24,528 - root - DEBUG - Request image index 82...
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 82...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 499
2021-08-24 17:47:24,528 - root - DEBUG - Request image index 83...
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 83...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 592
2021-08-24 17:47:24,528 - root - DEBUG - Request image index 84...
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 84...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 635
2021-08-24 17:47:24,528 - root - DEBUG - Request image index 85...
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 85...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 372
2021-08-24 17:47:24,528 - root - DEBUG - Request image index 86...
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 86...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 655
2021-08-24 17:47:24,528 - root - DEBUG - Request image index 87...
2021-08-24 17:47:24,528 - root - DEBUG - Loading image 87...
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IHDR' 16 13
2021-08-24 17:47:24,528 - PIL.PngImagePlugin - DEBUG - STREAM b'IDAT' 41 599
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 4.5 '<class 'watchFaceParser.elements.activityElements.formattedNumber.FormattedNumber'>'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 4.5.1 '<class 'watchFaceParser.elements.basicElements.number.Number'>'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 4.5.1.5 '<class 'watchFaceParser.models.textAlignment.TextAlignment'>'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 5 '<class 'watchFaceParser.elements.date.Date'>'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 5.1 '<class 'watchFaceParser.elements.dateElements.monthAndDay.MonthAndDay'>'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 5.1.1 '<class 'watchFaceParser.elements.dateElements.separateMonthAndDay.SeparateMonthAndDay'>'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 5.1.1.1 '<class 'watchFaceParser.elements.basicElements.number.Number'>'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 5.1.1.1.5 '<class 'watchFaceParser.models.textAlignment.TextAlignment'>'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 5.1.1.3 '<class 'watchFaceParser.elements.basicElements.number.Number'>'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 5.1.1.3.5 '<class 'watchFaceParser.models.textAlignment.TextAlignment'>'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 5.1.3 'bool'
2021-08-24 17:47:24,528 - root - DEBUG - Loading resources for 5.1.4 'bool'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 5.2 '<class 'watchFaceParser.elements.basicElements.imageSet.ImageSet'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 5.5 '<class 'watchFaceParser.elements.dateElements.year.Year'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 5.5.1 '<class 'watchFaceParser.elements.dateElements.oneLineYear.OneLineYear'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 5.5.1.1 '<class 'watchFaceParser.elements.basicElements.number.Number'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 5.5.1.1.5 '<class 'watchFaceParser.models.textAlignment.TextAlignment'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 6 '<class 'watchFaceParser.elements.weather.Weather'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 6.1 '<class 'watchFaceParser.elements.weatherElements.icon.Icon'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 6.1.1 '<class 'watchFaceParser.elements.basicElements.imageSet.ImageSet'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 6.2 '<class 'watchFaceParser.elements.weatherElements.temperature.Temperature'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 6.2.1 '<class 'watchFaceParser.elements.basicElements.number.Number'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 6.2.1.5 '<class 'watchFaceParser.models.textAlignment.TextAlignment'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 6.2.3 '<class 'watchFaceParser.elements.weatherElements.symbols.Symbols'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 7 '<class 'watchFaceParser.elements.stepsProgress.StepsProgress'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 7.2 '<class 'watchFaceParser.elements.basicElements.iconSet.IconSet'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 7.2.2 '<class 'watchFaceParser.elements.basicElements.coordinates.Coordinates'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 8 '<class 'watchFaceParser.elements.status.Status'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 8.1 '<class 'watchFaceParser.elements.statusElements.switch.Switch'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 8.1.1 '<class 'watchFaceParser.elements.basicElements.coordinates.Coordinates'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 8.2 '<class 'watchFaceParser.elements.statusElements.switch.Switch'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 8.2.1 '<class 'watchFaceParser.elements.basicElements.coordinates.Coordinates'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 8.3 '<class 'watchFaceParser.elements.statusElements.switch.Switch'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 8.3.1 '<class 'watchFaceParser.elements.basicElements.coordinates.Coordinates'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 8.4 '<class 'watchFaceParser.elements.statusElements.switch.Switch'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 8.4.1 '<class 'watchFaceParser.elements.basicElements.coordinates.Coordinates'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 9 '<class 'watchFaceParser.elements.battery.Battery'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 9.1 '<class 'watchFaceParser.elements.basicElements.number.Number'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 9.1.5 '<class 'watchFaceParser.models.textAlignment.TextAlignment'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 9.2 '<class 'watchFaceParser.elements.basicElements.imageSet.ImageSet'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 10 '<class 'watchFaceParser.elements.analogDialFace.AnalogDialFace'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 10.3 '<class 'watchFaceParser.elements.analogDialFaceElements.clockHand.ClockHand'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 10.3.1 'bool'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 10.3.2 '<class 'watchFaceParser.models.color.Color'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 10.3.3 '<class 'watchFaceParser.elements.basicElements.coordinates.Coordinates'>'
2021-08-24 17:47:24,533 - root - DEBUG - Loading resources for 10.3.5 '<class 'watchFaceParser.elements.basicElements.image.Image'>'
2021-08-24 17:47:24,533 - root - DEBUG - Building parameters for watch face...
2021-08-24 17:47:24,533 - root - DEBUG - 0.1 'DeviceId': 40
2021-08-24 17:47:24,533 - root - DEBUG - 0 'Info'
2021-08-24 17:47:24,533 - root - DEBUG - 2.1.1 'X': 0
2021-08-24 17:47:24,533 - root - DEBUG - 2.1.2 'Y': 0
2021-08-24 17:47:24,533 - root - DEBUG - 2.1.3 'ImageIndex': 0
2021-08-24 17:47:24,533 - root - DEBUG - 2.1 'Image'
2021-08-24 17:47:24,533 - root - DEBUG - 2 'Background'
2021-08-24 17:47:24,533 - root - DEBUG - 3.1.1.1 'X': 151
2021-08-24 17:47:24,533 - root - DEBUG - 3.1.1.2 'Y': 90
2021-08-24 17:47:24,533 - root - DEBUG - 3.1.1.3 'ImageIndex': 2
2021-08-24 17:47:24,533 - root - DEBUG - 3.1.1.4 'ImagesCount': 10
2021-08-24 17:47:24,533 - root - DEBUG - 3.1.1 'Tens'
2021-08-24 17:47:24,533 - root - DEBUG - 3.1.2.1 'X': 182
2021-08-24 17:47:24,533 - root - DEBUG - 3.1.2.2 'Y': 90
2021-08-24 17:47:24,533 - root - DEBUG - 3.1.2.3 'ImageIndex': 2
2021-08-24 17:47:24,533 - root - DEBUG - 3.1.2.4 'ImagesCount': 10
2021-08-24 17:47:24,533 - root - DEBUG - 3.1.2 'Ones'
2021-08-24 17:47:24,533 - root - DEBUG - 3.1 'Hours'
2021-08-24 17:47:24,533 - root - DEBUG - 3.2.1.1 'X': 247
2021-08-24 17:47:24,533 - root - DEBUG - 3.2.1.2 'Y': 90
2021-08-24 17:47:24,533 - root - DEBUG - 3.2.1.3 'ImageIndex': 2
2021-08-24 17:47:24,533 - root - DEBUG - 3.2.1.4 'ImagesCount': 10
2021-08-24 17:47:24,533 - root - DEBUG - 3.2.1 'Tens'
2021-08-24 17:47:24,533 - root - DEBUG - 3.2.2.1 'X': 278
2021-08-24 17:47:24,533 - root - DEBUG - 3.2.2.2 'Y': 90
2021-08-24 17:47:24,533 - root - DEBUG - 3.2.2.3 'ImageIndex': 2
2021-08-24 17:47:24,533 - root - DEBUG - 3.2.2.4 'ImagesCount': 10
2021-08-24 17:47:24,533 - root - DEBUG - 3.2.2 'Ones'
2021-08-24 17:47:24,533 - root - DEBUG - 3.2 'Minutes'
2021-08-24 17:47:24,533 - root - DEBUG - 3.10.1 'X': 224
2021-08-24 17:47:24,533 - root - DEBUG - 3.10.2 'Y': 102
2021-08-24 17:47:24,533 - root - DEBUG - 3.10.3 'ImageIndex': 12
2021-08-24 17:47:24,533 - root - DEBUG - 3.10 'Delimiter'
2021-08-24 17:47:24,533 - root - DEBUG - 3 'Time'
2021-08-24 17:47:24,533 - root - DEBUG - 4.3.1 'TopLeftX': 0
2021-08-24 17:47:24,533 - root - DEBUG - 4.3.2 'TopLeftY': 0
2021-08-24 17:47:24,533 - root - DEBUG - 4.3.3 'BottomRightX': 380
2021-08-24 17:47:24,533 - root - DEBUG - 4.3.4 'BottomRightY': 190
2021-08-24 17:47:24,533 - root - DEBUG - 4.3.5 'Alignment': 68
2021-08-24 17:47:24,533 - root - DEBUG - 4.3.6 'Spacing': 0
2021-08-24 17:47:24,533 - root - DEBUG - 4.3.7 'ImageIndex': 13
2021-08-24 17:47:24,533 - root - DEBUG - 4.3.8 'ImagesCount': 10
2021-08-24 17:47:24,533 - root - DEBUG - 4.3 'Pulse'
2021-08-24 17:47:24,533 - root - DEBUG - 4.4.1.1 'TopLeftX': 0
2021-08-24 17:47:24,533 - root - DEBUG - 4.4.1.2 'TopLeftY': 0
2021-08-24 17:47:24,533 - root - DEBUG - 4.4.1.3 'BottomRightX': 250
2021-08-24 17:47:24,533 - root - DEBUG - 4.4.1.4 'BottomRightY': 430
2021-08-24 17:47:24,533 - root - DEBUG - 4.4.1.5 'Alignment': 36
2021-08-24 17:47:24,533 - root - DEBUG - 4.4.1.6 'Spacing': 3
2021-08-24 17:47:24,533 - root - DEBUG - 4.4.1.7 'ImageIndex': 78
2021-08-24 17:47:24,533 - root - DEBUG - 4.4.1.8 'ImagesCount': 10
2021-08-24 17:47:24,533 - root - DEBUG - 4.4.1 'Number'
2021-08-24 17:47:24,533 - root - DEBUG - 4.4 'Distance'
2021-08-24 17:47:24,533 - root - DEBUG - 4.5.1.1 'TopLeftX': 0
2021-08-24 17:47:24,533 - root - DEBUG - 4.5.1.2 'TopLeftY': 0
2021-08-24 17:47:24,533 - root - DEBUG - 4.5.1.3 'BottomRightX': 267
2021-08-24 17:47:24,533 - root - DEBUG - 4.5.1.4 'BottomRightY': 53
2021-08-24 17:47:24,533 - root - DEBUG - 4.5.1.5 'Alignment': 36
2021-08-24 17:47:24,533 - root - DEBUG - 4.5.1.6 'Spacing': 2
2021-08-24 17:47:24,533 - root - DEBUG - 4.5.1.7 'ImageIndex': 78
2021-08-24 17:47:24,533 - root - DEBUG - 4.5.1.8 'ImagesCount': 10
2021-08-24 17:47:24,533 - root - DEBUG - 4.5.1 'Step'
2021-08-24 17:47:24,533 - root - DEBUG - 4.5 'Steps'
2021-08-24 17:47:24,533 - root - DEBUG - 4.13 'NoDataImageIndex': 32
2021-08-24 17:47:24,533 - root - DEBUG - 4 'Activity'
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.1.1 'TopLeftX': 0
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.1.2 'TopLeftY': 0
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.1.3 'BottomRightX': 412
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.1.4 'BottomRightY': 236
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.1.5 'Alignment': 36
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.1.6 'Spacing': 0
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.1.7 'ImageIndex': 13
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.1.8 'ImagesCount': 10
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.1 'Month'
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.3.1 'TopLeftX': 0
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.3.2 'TopLeftY': 0
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.3.3 'BottomRightX': 381
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.3.4 'BottomRightY': 236
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.3.5 'Alignment': 36
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.3.6 'Spacing': 0
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.3.7 'ImageIndex': 13
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.3.8 'ImagesCount': 10
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1.3 'Day'
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.1 'Separate'
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.3 'TwoDigitsMonth': 0
2021-08-24 17:47:24,538 - root - DEBUG - 5.1.4 'TwoDigitsDay': 0
2021-08-24 17:47:24,538 - root - DEBUG - 5.1 'MonthAndDay'
2021-08-24 17:47:24,538 - root - DEBUG - 5.2.1 'X': 38
2021-08-24 17:47:24,538 - root - DEBUG - 5.2.2 'Y': 86
2021-08-24 17:47:24,538 - root - DEBUG - 5.2.3 'ImageIndex': 71
2021-08-24 17:47:24,538 - root - DEBUG - 5.2.4 'ImagesCount': 7
2021-08-24 17:47:24,538 - root - DEBUG - 5.2 'WeekDay'
2021-08-24 17:47:24,538 - root - DEBUG - 5.5.1.1.1 'TopLeftX': 0
2021-08-24 17:47:24,538 - root - DEBUG - 5.5.1.1.2 'TopLeftY': 0
2021-08-24 17:47:24,538 - root - DEBUG - 5.5.1.1.3 'BottomRightX': 264
2021-08-24 17:47:24,538 - root - DEBUG - 5.5.1.1.4 'BottomRightY': 429
2021-08-24 17:47:24,538 - root - DEBUG - 5.5.1.1.5 'Alignment': 36
2021-08-24 17:47:24,538 - root - DEBUG - 5.5.1.1.6 'Spacing': 2
2021-08-24 17:47:24,538 - root - DEBUG - 5.5.1.1.7 'ImageIndex': 1
2021-08-24 17:47:24,538 - root - DEBUG - 5.5.1.1.8 'ImagesCount': 1
2021-08-24 17:47:24,538 - root - DEBUG - 5.5.1.1 'Number'
2021-08-24 17:47:24,538 - root - DEBUG - 5.5.1 'OneLine'
2021-08-24 17:47:24,538 - root - DEBUG - 5.5 'Year'
2021-08-24 17:47:24,538 - root - DEBUG - 5 'Date'
2021-08-24 17:47:24,538 - root - DEBUG - 6.1.1.1 'X': 372
2021-08-24 17:47:24,538 - root - DEBUG - 6.1.1.2 'Y': 262
2021-08-24 17:47:24,538 - root - DEBUG - 6.1.1.3 'ImageIndex': 42
2021-08-24 17:47:24,538 - root - DEBUG - 6.1.1.4 'ImagesCount': 25
2021-08-24 17:47:24,538 - root - DEBUG - 6.1.1 'Images'
2021-08-24 17:47:24,538 - root - DEBUG - 6.1.2 'NoWeatherImageIndex': 70
2021-08-24 17:47:24,538 - root - DEBUG - 6.1 'Icon'
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.1.1 'TopLeftX': 0
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.1.2 'TopLeftY': 0
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.1.3 'BottomRightX': 412
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.1.4 'BottomRightY': 342
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.1.5 'Alignment': 68
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.1.6 'Spacing': 0
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.1.7 'ImageIndex': 13
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.1.8 'ImagesCount': 10
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.1 'Current'
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.3.1 'Unknown0800': 0
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.3.2 'MinusImageIndex': 32
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.3.3 'DegreesImageIndex': 40
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.3.4 'NoDataImageIndex': 32
2021-08-24 17:47:24,538 - root - DEBUG - 6.2.3 'Symbols'
2021-08-24 17:47:24,538 - root - DEBUG - 6.2 'Temperature'
2021-08-24 17:47:24,538 - root - DEBUG - 6 'Weather'
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.1 'ImageIndex': 33
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.1 'X': 110
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.2 'Y': 74
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.1 'X': 110
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.2 'Y': 74
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.1 'X': 110
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.2 'Y': 74
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.1 'X': 110
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.2 'Y': 74
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.1 'X': 110
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.2 'Y': 74
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.1 'X': 110
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.2 'Y': 74
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.1 'X': 110
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2.2 'Y': 74
2021-08-24 17:47:24,538 - root - DEBUG - 7.2.2 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 7.2 'Sliced'
2021-08-24 17:47:24,538 - root - DEBUG - 7 'StepsProgress'
2021-08-24 17:47:24,538 - root - DEBUG - 8.1.1.1 'X': 322
2021-08-24 17:47:24,538 - root - DEBUG - 8.1.1.2 'Y': 167
2021-08-24 17:47:24,538 - root - DEBUG - 8.1.1 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 8.1.2 'ImageIndexOn': 29
2021-08-24 17:47:24,538 - root - DEBUG - 8.1.3 'ImageIndexOff': 28
2021-08-24 17:47:24,538 - root - DEBUG - 8.1 'Bluetooth'
2021-08-24 17:47:24,538 - root - DEBUG - 8.2.1.1 'X': 105
2021-08-24 17:47:24,538 - root - DEBUG - 8.2.1.2 'Y': 167
2021-08-24 17:47:24,538 - root - DEBUG - 8.2.1 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 8.2.2 'ImageIndexOn': 25
2021-08-24 17:47:24,538 - root - DEBUG - 8.2.3 'ImageIndexOff': 24
2021-08-24 17:47:24,538 - root - DEBUG - 8.2 'Alarm'
2021-08-24 17:47:24,538 - root - DEBUG - 8.3.1.1 'X': 322
2021-08-24 17:47:24,538 - root - DEBUG - 8.3.1.2 'Y': 264
2021-08-24 17:47:24,538 - root - DEBUG - 8.3.1 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 8.3.2 'ImageIndexOn': 31
2021-08-24 17:47:24,538 - root - DEBUG - 8.3.3 'ImageIndexOff': 30
2021-08-24 17:47:24,538 - root - DEBUG - 8.3 'Lock'
2021-08-24 17:47:24,538 - root - DEBUG - 8.4.1.1 'X': 105
2021-08-24 17:47:24,538 - root - DEBUG - 8.4.1.2 'Y': 264
2021-08-24 17:47:24,538 - root - DEBUG - 8.4.1 'Coordinates'
2021-08-24 17:47:24,538 - root - DEBUG - 8.4.2 'ImageIndexOn': 27
2021-08-24 17:47:24,538 - root - DEBUG - 8.4.3 'ImageIndexOff': 26
2021-08-24 17:47:24,538 - root - DEBUG - 8.4 'DoNotDisturb'
2021-08-24 17:47:24,538 - root - DEBUG - 8 'Status'
2021-08-24 17:47:24,538 - root - DEBUG - 9.1.1 'TopLeftX': 0
2021-08-24 17:47:24,538 - root - DEBUG - 9.1.2 'TopLeftY': 0
2021-08-24 17:47:24,538 - root - DEBUG - 9.1.3 'BottomRightX': 105
2021-08-24 17:47:24,538 - root - DEBUG - 9.1.4 'BottomRightY': 190
2021-08-24 17:47:24,538 - root - DEBUG - 9.1.5 'Alignment': 68
2021-08-24 17:47:24,538 - root - DEBUG - 9.1.6 'Spacing': 3
2021-08-24 17:47:24,538 - root - DEBUG - 9.1.7 'ImageIndex': 13
2021-08-24 17:47:24,538 - root - DEBUG - 9.1.8 'ImagesCount': 10
2021-08-24 17:47:24,538 - root - DEBUG - 9.1 'Text'
2021-08-24 17:47:24,538 - root - DEBUG - 9.2.1 'X': 109
2021-08-24 17:47:24,543 - root - DEBUG - 9.2.2 'Y': 367
2021-08-24 17:47:24,543 - root - DEBUG - 9.2.3 'ImageIndex': 33
2021-08-24 17:47:24,543 - root - DEBUG - 9.2.4 'ImagesCount': 7
2021-08-24 17:47:24,543 - root - DEBUG - 9.2 'Images'
2021-08-24 17:47:24,543 - root - DEBUG - 9 'Battery'
2021-08-24 17:47:24,543 - root - DEBUG - 10.3.1 'OnlyBorder': 0
2021-08-24 17:47:24,543 - root - DEBUG - 10.3.2 'Color': 0
2021-08-24 17:47:24,543 - root - DEBUG - 10.3.3.1 'X': 0
2021-08-24 17:47:24,543 - root - DEBUG - 10.3.3.2 'Y': 0
2021-08-24 17:47:24,543 - root - DEBUG - 10.3.3 'CenterOffset'
2021-08-24 17:47:24,543 - root - DEBUG - 10.3.5.1 'X': 6
2021-08-24 17:47:24,543 - root - DEBUG - 10.3.5.2 'Y': 88
2021-08-24 17:47:24,543 - root - DEBUG - 10.3.5.3 'ImageIndex': 23
2021-08-24 17:47:24,543 - root - DEBUG - 10.3.5 'Image'
2021-08-24 17:47:24,543 - root - DEBUG - 10.3 'Seconds'
2021-08-24 17:47:24,543 - root - DEBUG - 10 'AnalogDialFace'
2021-08-24 17:47:24,543 - root - DEBUG - Generating previews...
2021-08-24 17:47:24,543 - root - DEBUG - Generating states done...
2021-08-24 17:47:24,558 - root - CRITICAL - list indices must be integers or slices, not NoneType
Traceback (most recent call last):
File "program.py", line 71, in writeWatchFace
File "program.py", line 181, in generatePreviews
File "watchFaceParser\previewGenerator.py", line 16, in createImage
File "watchFaceParser\previewGenerator.py", line 25, in createFrame
File "watchFaceParser\models\elements\basic\containerElement.py", line 12, in draw3
File "watchFaceParser\models\elements\basic\containerElement.py", line 12, in draw3
File "watchFaceParser\models\elements\activity\distanceElement.py", line 29, in draw3
TypeError: list indices must be integers or slices, not NoneType
2021-08-24 17:47:24,558 - root - ERROR - [WinError 2] The system cannot find the file specified: 'C:\\Users\\mihal\\Desktop\\Amazfit\\editor\\Watch_face\\cosmonaut_v1.3_eng\\cosmonaut_v1.3_eng_packed.bin'
Traceback (most recent call last):
File "program.py", line 71, in writeWatchFace
File "program.py", line 181, in generatePreviews
File "watchFaceParser\previewGenerator.py", line 16, in createImage
File "watchFaceParser\previewGenerator.py", line 25, in createFrame
File "watchFaceParser\models\elements\basic\containerElement.py", line 12, in draw3
File "watchFaceParser\models\elements\basic\containerElement.py", line 12, in draw3
File "watchFaceParser\models\elements\activity\distanceElement.py", line 29, in draw3
TypeError: list indices must be integers or slices, not NoneType
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "program.py", line 116, in packWatchFace
File "program.py", line 80, in writeWatchFace
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\\Users\\mihal\\Desktop\\Amazfit\\editor\\Watch_face\\cosmonaut_v1.3_eng\\cosmonaut_v1.3_eng_packed.bin'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 39, in <module>
File "program.py", line 118, in packWatchFace
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\\Users\\mihal\\Desktop\\Amazfit\\editor\\Watch_face\\cosmonaut_v1.3_eng\\cosmonaut_v1.3_eng_packed.bin'