Oh. That might be OpenWeatherMap

Give me a minute.



Am Freitag, 1. Mai 2020 17:38:48 UTC+2 schrieb Manfred Maier:
>
> Ok. One step done.
>
> Python 3 version still is crashing, but now with a slightly different 
> error message in the log:
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.engine: Finished 
> loading service user.windy.Windy
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.engine: Loading 
> service user.owm.OpenWeatherMap
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.manager: Daily 
> summary version is 2.0
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.manager: Daily 
> summary version is 2.0
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.manager: Daily 
> summary version is 2.0
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.manager: Daily 
> summary version is 2.0
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down 
> Windy thread.
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down MQTT 
> thread.
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down 
> AWEKAS thread.
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down WOW 
> thread.
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down CWOP 
> thread.
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down 
> PWSWeather thread.
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down 
> Wunderground-PWS thread.
>
> May  1 17:28:48 raspberrypi weewx[19064] DEBUG weewx.restx: Shut down 
> StationRegistry thread.
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__: Caught 
> unrecoverable exception:
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****  
> invalid syntax (owm.py, line 84)
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****  
> Traceback (most recent call last):
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****    
> File "/usr/share/weewx/weewxd", line 148, in main
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****      
> engine = weewx.engine.StdEngine(config_dict)
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****    
> File "/usr/share/weewx/weewx/engine.py", line 75, in __init__
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****      
> self.loadServices(config_dict)
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****    
> File "/usr/share/weewx/weewx/engine.py", line 138, in loadServices
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****      
> obj = weeutil.weeutil.get_object(svc)(self,config_dict)
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****    
> File "/usr/share/weewx/weeutil/weeutil.py", line 1093, in get_object
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****      
> mod = __import__(module)
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****    
> File "/usr/share/weewx/user/owm.py", line 84
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****      
> except KeyError, e:
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****       
>               ^
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****  
> SyntaxError: invalid syntax
>
> May  1 17:28:48 raspberrypi weewx[19064] CRITICAL __main__:     ****  
> Exiting.
>
>
> Am Freitag, 1. Mai 2020 17:26:21 UTC+2 schrieb Michael:
>>
>> try it with 
>>
>>
>> sudo pip3 install paho-mqtt
>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4f9b71eb-fe29-4f6c-93c8-6f4a9b23141d%40googlegroups.com.

Reply via email to