Any fix for this error?

Does anybody know why every time I upload a WF I get this error even thou I fixed the errors, which is driving me mad.

If this is an .AAB import, it’s likely something in the Watch Face itself. I’ve had this happen, and it turned out to be that I had the seconds hand as 450x450px instead of 450x50px. I accidentally figured it out while recreating the watch face from scratch to try to get it to import.

You’ll probably figure it out before Facer does. That’s been my experience anyway.

2 Likes

One thing I have found is that if you have a formula in a text field of an element and another formula in another field, then this causes a problem. Or the formula is as complex as the below one. It is WOS6 compatible, but it will stumble when trying to publish.

For example this will not work. I had to make 2 text elements and use the opacity to differentiate imperial and metric setting:

$#UNITSYS#=IMPERIAL?((floor(((((#ZSC#*2.34)/52.8))/100)*100))/100) mi:((round((#ZSC#*2.34)/32.8))/100) km$

3 Likes

Oh my, I’ve had that happen also. I ended up rebuilding the whole thing.