thanks, but now I got this Error:

Traceback (most recent call last):
  File "/home/weewx/bin/wee_extension", line 88, in <module>
    main()
  File "/home/weewx/bin/wee_extension", line 80, in main
    ext.install_extension(options.install)
  File "/home/weewx/bin/weecfg/extension.py", line 125, in install_extension
    self.install_from_dir(extension_dir)
  File "/home/weewx/bin/weecfg/extension.py", line 183, in install_from_dir
    shutil.copy(source_path, destination_path)
  File "/usr/lib/python3.7/shutil.py", line 245, in copy
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.7/shutil.py", line 120, in copyfile
    with open(src, 'rb') as fsrc:
FileNotFoundError: [Errno 2] No such file or directory: 
'/var/tmp/fuzzy-archer-liveCharts/skins/Bootstrap/js/gauges.js.map'

[email protected] schrieb am Mittwoch, 24. Februar 2021 um 11:39:57 UTC+1:

> Please try again, you need to download the latest package again.
>
> [email protected] schrieb am Mittwoch, 24. Februar 2021 um 11:32:10 
> UTC+1:
>
>> No, this is an installer issue. I'll check and fix that.
>>
>> Michael schrieb am Mittwoch, 24. Februar 2021 um 08:27:25 UTC+1:
>>
>>> The installation of fuzzy-archer-liveCharts.zip works without error 
>>> message.
>>> But when generating the reports, the following appears:
>>>
>>> Feb 24 08:22:21 weewx-test weewx[4262] DEBUG weewx.reportengine: Found 
>>> configuration file /home/weewx/skins/Images/skin.conf for report 
>>> 'SmallImages'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine: Unable 
>>> to instantiate generator 'user.translategenerator.ImageGeneratorTranslated'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  No module named 'user.jsonengine'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  Traceback (most recent call last):
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****    File "/home/weewx/bin/weewx/reportengine.py", line 179, in run
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****      obj = weeutil.weeutil.get_object(generator)(
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****    File "/home/weewx/bin/weeutil/weeutil.py", line 1093, in get_object
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****      mod = __import__(module)
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****    File "/home/weewx/bin/user/translategenerator.py", line 43, in 
>>> <module>
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****      from user.jsonengine import JSONGenerator
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  ModuleNotFoundError: No module named 'user.jsonengine'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  Generator ignored
>>> Feb 24 08:22:21 weewx-test weewx[4262] DEBUG weewx.reportengine: Running 
>>> report 'BigImages'
>>> Feb 24 08:22:21 weewx-test weewx[4262] DEBUG weewx.reportengine: Found 
>>> configuration file /home/weewx/skins/Images/skin.conf for report 'BigImages'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine: Unable 
>>> to instantiate generator 'user.translategenerator.ImageGeneratorTranslated'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  No module named 'user.jsonengine'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  Traceback (most recent call last):
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****    File "/home/weewx/bin/weewx/reportengine.py", line 179, in run
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****      obj = weeutil.weeutil.get_object(generator)(
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****    File "/home/weewx/bin/weeutil/weeutil.py", line 1093, in get_object
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****      mod = __import__(module)
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****    File "/home/weewx/bin/user/translategenerator.py", line 43, in 
>>> <module>
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****      from user.jsonengine import JSONGenerator
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  ModuleNotFoundError: No module named 'user.jsonengine'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  Generator ignored
>>> Feb 24 08:22:21 weewx-test weewx[4262] DEBUG weewx.reportengine: Running 
>>> report 'HTMLPages'
>>> Feb 24 08:22:21 weewx-test weewx[4262] DEBUG weewx.reportengine: Found 
>>> configuration file /home/weewx/skins/Bootstrap/skin.conf for report 
>>> 'HTMLPages'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine: Unable 
>>> to instantiate generator 'user.translategenerator.JSONGeneratorTranslated'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  No module named 'user.jsonengine'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  Traceback (most recent call last):
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****    File "/home/weewx/bin/weewx/reportengine.py", line 179, in run
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****      obj = weeutil.weeutil.get_object(generator)(
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****    File "/home/weewx/bin/weeutil/weeutil.py", line 1093, in get_object
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****      mod = __import__(module)
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****    File "/home/weewx/bin/user/translategenerator.py", line 43, in 
>>> <module>
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****      from user.jsonengine import JSONGenerator
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  ModuleNotFoundError: No module named 'user.jsonengine'
>>> Feb 24 08:22:21 weewx-test weewx[4262] ERROR weewx.reportengine:         
>>> ****  Generator ignored
>>> Feb 24 08:22:21 weewx-test weewx[4262] DEBUG weewx.manager: Daily 
>>> summary version is 3.0
>>> Feb 24 08:22:21 weewx-test weewx[4262] DEBUG user.gaugeengine: 
>>> GaugeGenerator: outTemp reading = 5.7 degree_C
>>> Feb 24 08:22:21 weewx-test weewx[4262] DEBUG PIL.PngImagePlugin: STREAM 
>>> b'IHDR' 16 13
>>> Feb 24 08:22:21 weewx-test weewx[4262] DEBUG PIL.PngImagePlugin: STREAM 
>>> b'IDAT' 41 1216
>>> Feb 24 08:22:21 weewx-test weewx[4262] DEBUG user.gaugeengine: 
>>> GaugeGenerator: Cannot decode reading of 'None' for gauge 'outTemp'
>>>
>>> Is this also due to the lack of Python 3 support for 
>>> fuzzy-archer-liveCharts.zip?
>>>
>>>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/c52f47da-6459-42b7-8c80-e6cce7f5aa17n%40googlegroups.com.

Reply via email to