Last week, when I would publish a new watch face, the watch face would fail to publish for WFF OS6.
I have seen this message before but the watch face would actually publish and was live…until last week. Now the new watch face is not live, just saved as a draft.
And some people do see the new watch face. I can see that they liked it on the notifications. So it must be live for some. This is strange.
As far as I know I am not doing anything different. And the only thing that is not compliant with the WFF OS 6 format is the date code. The message below that the leading 0 may not work correctly.
WearOS (WFF)
Date - #DdL#: This tag may not include a leading zero in this format.
On my Galaxy Watch 8 the date works ok.
I use the online Creator Pro on a Windows 11 PC.
The crazy thing is that I can use a different Windows 11 PC in another room and the watch face publishes just fine. Or, I can publish the watch face after midnight and it will publish then.
Anyone know why this is happening? It may be a cache thing, but I have no idea to fix it on my main computer.
So… anyone have a work around code tag for the date that will work with WFF OS6?
Or… why would my watch face publish on a different Windows 11 PC in the same house on the same network?
Is this a glitch from a Facer Creator Pro update?
Thanks for any help with this.
-Beth
If I am trying to publish a WFF / WOS6 I usexCreator Standard not Beta . I find it best if the correct Watch is selected in the Facer App .
Did changing the date not help? I do not think it is the computer itself unless your computers are running different versions of the same browser. Are you using updated versions of Edge on both?
For this remove the L : #DdL#: This tag may not include a leading zero in this format.
I didn’t think to try a different browser. Thanks for saying that. I use Chrome. I will try using a different browser. I will try to just leave the date off and see if that will publish. I will try removing the L in the tag also. Thanks so much for the info. I really appreciate it.
Thanks Russell for the suggestions. Right now I am not using beta, but I wonder if I am not choosing the right watch face format.
We have formulas to replicate Leading Zero . You want it for date Yes . I was doing that earlier .
.
$#Dd#<10?0:$#Dd#
Awesome, Thank you very much. I will try it.
You will see that it is quite good for any two digit number . If you want more zeros we have pad . For after the decimal pount we have toFixed .
Well I tried both tag workaounds and everything was green for Wear and WFF OS6, but still the face would not publish. I tried a bunch of stuff: tried a different browser, cleard my browser history, etc. I cleared other Browser things, flushed my DNS, but still luck. I can use the other PC and it updates just fine. I will contact support and see if this is a glitch with the updates. It is very strange.
Thanks everyone.