Pascal Bourque
Pascal Bourque
In the Chrome dev tools, here's what I see in the `Application - Push Messaging` section (after enabling recording): And here's the log output from my service worker, confirming that...
@looptheloop88 This has been labeled as a `question`, but it's actually a bug report.
I am no longer able to reproduce this issue... which is strange because I did not change anything in the code.
Well... a teammate just reproduced, also with Chrome on macOS.
As a temporary workaround, I added this line near the top of the `weewx-data/bin/user/belchertown.py` file: ``` locale.format = locale.format_string ```