Dan Southwood-Wells
Dan Southwood-Wells
Thank for sharing your config @EcN000 - I will give that a go 🙏 I think the original feature request is still valid, having this period configurable would be ideal....
My wordaround for now: ```python try: result = push_service.notify( fcm_token="cheeseburgers", notification_title=title, notification_body=message_body, ) except InvalidDataError as e: error_message = str(e) # Remove newlines and extra spaces formatted_error_message = ' '.join(error_message.split())...
> In my experience, it seems to be latest WSL extension (0.88.4) causing issues as per the above comments. I've downgraded to 0.88.3 and worked without issues. [Link to extension.](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode-remote/vsextensions/remote-wsl/0.88.3/vspackage)...