You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx...@googlegroups.com
Does anyone have this running? Installed it on my WeeWx install and it appears in the wee_extension —list results but does not show up if I do a wee_config —reconfigure, even when I open a new terminal session.
Intel NUC
Debian 10 (Raspian Desktop)
WeeWx install Python3
WeeWx 4.4.0
Graham Eddy
unread,
Apr 4, 2021, 8:11:59 PM4/4/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx...@googlegroups.com
a quick peek at the code indicates it is python2-only (the exception handling is the giveaway)
weather list
unread,
Apr 4, 2021, 8:59:38 PM4/4/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx...@googlegroups.com
I did manage to fix a print () problem. Is fixing the error handling complicated? I am not a python ninja.