We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by JonFear February 1, 2023 Hi!
Your favorite pain in the A**.
Applied the update from Weewx 4.9.1 to 4.10.1 and the skin has stopped working. I have Belchertown running in parallel and it is still working.
Any thoughts? Is there any log files I can copy for review?
Thanks
Jon
The text was updated successfully, but these errors were encountered:
The version comparison was removed because a simple string comparison is too flasky:
if weewx.__version__ < "4.6": raise weewx.UnsupportedFeature( "weewx 4.6 and newer is required, found %s" % weewx.__version__ )
"4.10.0" is "smaller" than "4.6". This would need a more complex solution or the usage of a third-party package which is not the scope of the skin.
Sorry, something went wrong.
Updated weewx test version to 4.10.1. Fixes GH-111
8092331
Included in v2.3.3
No branches or pull requests
Discussed in #110
Originally posted by JonFear February 1, 2023
Hi!
Your favorite pain in the A**.
Applied the update from Weewx 4.9.1 to 4.10.1 and the skin has stopped working. I have Belchertown running in parallel and it is still working.
Any thoughts? Is there any log files I can copy for review?
Thanks
Jon
The text was updated successfully, but these errors were encountered: