Hi Pat,

first of all mayn thanks for supporting me - had first to install rsyslog 
to get a full log:

Please see enclosed log.txt...

Regards,

Matthias

Am Dienstag, 2. Juni 2020 12:45:58 UTC+2 schrieb Pat:
>
> Can you show me the full log? It's being truncated 
>
> Hint: Some lines were ellipsized, use -l to show in full.
>
> On Tuesday, June 2, 2020 at 4:10:50 AM UTC-4, NanoG5Kite wrote:
>>
>>
>> Added a 2nd key on Aeris, also this counting down all 5 minutes, but no 
>> luck...
>>
>>
>> Am Dienstag, 2. Juni 2020 09:50:38 UTC+2 schrieb NanoG5Kite:
>>>
>>> That will be hard to discover now - the keys should be correct as Aeris 
>>> is counting the requests.
>>>
>>> My dev.version:
>>>
>>>    - Station hardware: ecowitt-client
>>>    - Server uptime: 1 day, 20 hours, 38 minutes
>>>    - WeeWX uptime: 0 days, 1 hour, 31 minutes
>>>    - WeeWX version: 4.0.0
>>>    - Belchertown Skin Version: 1.2b4
>>>
>>> But will check later today again...
>>>
>>>
>>>
>>> Am Dienstag, 2. Juni 2020 08:57:28 UTC+2 schrieb Pat:
>>>>
>>>> That's an invalid url error. Check that your keys are correct and you 
>>>> are on the latest development version of the skin.
>>>
>>>

-- 
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/a5bd95c7-b3e5-45c4-bf31-fef8b77d9fd9%40googlegroups.com.
Jun  2 13:20:30 DietPi weewx[740] INFO user.interceptor: unrecognized parameter 
b'stationtype=GW1000A_V1.5.9
Jun  2 13:20:30 DietPi weewx[740] ERROR user.interceptor: parse failed for 
b'stationtype=GW1000A_V1.5.9&PASSKEY=AF10F786D2374FBE98A9D045CE603380&solarradiation=638.47&weeklyrainin=0.000&yearlyrainin=2.425&baromrelin=30.020&baromabsin=30.020&windgustmph=1.12&windspeedmph=0.67&uv=6&hourlyrainin=0.000&maxdailygust=6.93&dateutc=2020-06-02+11:20:30&model=GW1000_Pro&humidity=37&eventrainin=0.000&tempinf=78.3&totalrainin=2.425&wh65batt=0&monthlyrainin=0.000&dailyrainin=0.000&tempf=77.7&freq=868M&rainratein=0.000&humidityin=37&winddir=222':
 could not convert string to float: "222'"
Jun  2 13:20:31 DietPi weewx[740] INFO weewx.manager: Added record 2020-06-02 
13:20:00 CEST (1591096800) to database 'weewx.sdb'
Jun  2 13:20:31 DietPi weewx[740] INFO weewx.manager: Added record 2020-06-02 
13:20:00 CEST (1591096800) to daily summary in 'weewx.sdb'
Jun  2 13:20:32 DietPi weewx[740] INFO weewx.restx: PWSWeather: Published 
record 2020-06-02 13:20:00 CEST (1591096800)
Jun  2 13:20:33 DietPi weewx[740] INFO weewx.cheetahgenerator: Generated 8 
files for report SeasonsReport in 1.90 seconds
Jun  2 13:20:34 DietPi weewx[740] INFO weewx.imagegenerator: Generated 15 
images for report SeasonsReport in 0.51 seconds
Jun  2 13:20:34 DietPi weewx[740] INFO weewx.reportengine: Copied 0 files to 
/home/weewx/public_html
Jun  2 13:20:34 DietPi weewx[740] INFO weewx.cheetahgenerator: Generated 6 
files for report SmartphoneReport in 0.11 seconds
Jun  2 13:20:34 DietPi weewx[740] INFO weewx.imagegenerator: Generated 6 images 
for report SmartphoneReport in 0.18 seconds
Jun  2 13:20:34 DietPi weewx[740] INFO weewx.reportengine: Copied 0 files to 
/home/weewx/public_html/smartphone
Jun  2 13:20:34 DietPi weewx[740] INFO weewx.cheetahgenerator: Generated 1 
files for report MobileReport in 0.04 seconds
Jun  2 13:20:34 DietPi weewx[740] INFO weewx.imagegenerator: Generated 4 images 
for report MobileReport in 0.13 seconds
Jun  2 13:20:34 DietPi weewx[740] INFO weewx.reportengine: Copied 0 files to 
/home/weewx/public_html/mobile
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine: Caught 
unrecoverable exception in generator 'weewx.cheetahgenerator.CheetahGenerator'
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****  Error 
downloading forecast data. Check the URL in your configuration and try again. 
You are trying to use URL: 
https://api.aerisapi.com/forecasts/54,9.7667?&format=json&filter=day&limit=7&client_id=dT1o11qXmeB3nNkVI83Ad&client_secret=aHcj5CCJRfsCoB5Ar2MB8Cj1weuyiEAgrLaC1cK6,
 and the error is: the JSON object must be str, not 'bytes'
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****  
Traceback (most recent call last):
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****    
File "/home/weewx/bin/user/belchertown.py", line 841, in get_extension_list
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****      
forecast_file_result = json.dumps( {"timestamp": int(time.time()), "current": 
[json.loads(current_page)], "forecast": [json.loads(forecast_page)]} )
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****    
File "/usr/lib/python3.5/json/__init__.py", line 312, in loads
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****      
s.__class__.__name__))
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****  
TypeError: the JSON object must be str, not 'bytes'
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****  
During handling of the above exception, another exception occurred:
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****  
Traceback (most recent call last):
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****    
File "/home/weewx/bin/weewx/reportengine.py", line 197, in run
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****      
obj.start()
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****    
File "/home/weewx/bin/weewx/reportengine.py", line 280, in start
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****      
self.run()
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****    
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 150, in run
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****      
ngen = self.generate(gen_dict[section_name], self.gen_ts)
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****    
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 220, in generate
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****      
ngen += self.generate(section[subsection], gen_ts)
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****    
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 220, in generate
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****      
ngen += self.generate(section[subsection], gen_ts)
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****    
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 309, in generate
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****      
default_binding)
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****    
File "/home/weewx/bin/weewx/cheetahgenerator.py", line 376, in _getSearchList
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****      
searchList += obj.get_extension_list(timespan, db_lookup)
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****    
File "/home/weewx/bin/user/belchertown.py", line 844, in get_extension_list
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****      
raise Warning( "Error downloading forecast data. Check the URL in your 
configuration and try again. You are trying to use URL: %s, and the error is: 
%s" % ( forecast_url, error ) )
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****  
Warning: Error downloading forecast data. Check the URL in your configuration 
and try again. You are trying to use URL: 
https://api.aerisapi.com/forecasts/54,9.7667?&format=json&filter=day&limit=7&client_id=dT1o11qXmeB3nNkVI83Ad&client_secret=aHcj5CCJRfsCoB5Ar2MB8Cj1weuyiEAgrLaC1cK6,
 and the error is: the JSON object must be str, not 'bytes'
Jun  2 13:20:35 DietPi weewx[740] ERROR weewx.reportengine:         ****  
Generator terminated
Jun  2 13:20:35 DietPi weewx[740] INFO weewx.reportengine: Copied 2 files to 
/home/weewx/public_html/belchertown

Reply via email to