I must be missing something but I can't see any error messages in the logs posted so far. Without those it i shard to guess what is going on.
As far as I am aware, I don't have any try-except blocks that capture and ignore everything and if an error occurs in the HP1000 driver that I don't catch then the main weewx driver manager code does and give a trace-back. Susan On Sunday, December 2, 2018 at 1:32:57 AM UTC+11, mwall wrote: > > @aussisusan (or some enterprising python sleuth) will probably have to > help you at this point. you'll have to check the code for cases where a > try-except block is catching all exceptions, not just the intended > exception. a generic catch block like that will hide the exception trace > that would otherwise tell you where the failure is coming from. > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
