Hi everyone!
Have to say that being a creative minded person, this is one of the perfect places for me.
One of my recent designs has had a publishing error for WearOS WFF and I’d love to know what the issue is so I can fix it.
Here is a link to the design:
Welcome- you have come to the right place - its the best there is!
Please use the search function and look for ‘publishing fails’ or something similar. You will find many helpful solutions there.
Probably someone else will come along soon and help you.
Thankyou, I did do a search but couldnt find anything to help unfortunately.
You need to turn on inspection mode so that we can take a look inside your watchface and see if we can spot the issue. Seeing what the hands do I’m sure you are using complications to achieve that. WFF does not like “string complications”. This is a random string complication that I used to use doing dates, that no longer will pass WFF. It was to control the calendar hand rotation.
$#Dd#=1?90:$ $#Dd#=2?79:$ $#Dd#=3?66:$ $#Dd#=4?55:$ $#Dd#=5?44:$ $#Dd#=6?32:$ $#Dd#=7?20:$ $#Dd#=8?8:$ $#Dd#=9?356:$ $#Dd#=10?345:$ $#Dd#=11?332:$ $#Dd#=12?321:$ $#Dd#=13?309:$ $#Dd#=14?298:$ $#Dd#=15?286:$ $#Dd#=16?275:$ $#Dd#=17?263:$ $#Dd#=18?252:$ $#Dd#=19?241:$ $#Dd#=20?230:$ $#Dd#=21?219:$ $#Dd#=22?208:$ $#Dd#=23?196:$ $#Dd#=24?184:$ $#Dd#=25?173:$ $#Dd#=26?161:$ $#Dd#=27?149:$ $#Dd#=28?137:$ $#Dd#=29?126:$ $#Dd#=30?114:$ $#Dd#=31?103:$
@RichWatch . 3 Body Problem might be on the limit for creator these days . I know about Three people that could help . However it is very important if you want help at this level to let People Inspect your Work . 3 Body Problem is the registed name of a Movie . Quite a big deal I think . You coud do a test to see if that holds it back . However looking at your Published faces it seem it is Published .
I have now enabled Inspection Mode ![]()
When publishing it shows a green tick against all the OS options available, however if I dont select WFF it fails.
Im currently using the Creator Beta if that also helps.

Why do you want to deselesct WFF publishing ?
I dont want to.
If I select WFF publishing fails.
The only way I can publish is to deselect WFF.
Id like to know why I have the green tick that says its ok for WFF, but then fails due to a WFF issue.
Done!
I have not found anything wrong with your watch face.
Maybe the custom font is causing the issue.
And I have different orbital code, yours has the rad function in it, that could be an issue.
Try without the rad function (btw. you named the minute hand seconds and the seconds hand minutes, I was confused at first…):
Minutes hand:
X:
(((sin((-(#DWFKS#+180)/180)*pi))*80)+160)
Y:
(((cos((-(#DWFKS#+180)/180)*pi))*80)+160)
Seconds hand:
X:
(160+80*sin(#DWFKS#*pi/180)+40*sin(#DWFMS#*pi/180))
Y:
(160-80*cos(#DWFKS#*pi/180)-40*cos(#DWFMS#*pi/180))
I see .