pi@HNRpb4:~/weewx/var/lib $ sudo wee_database --transfer weewx3.9.sdb weewx.sdb --dry-run
Traceback (most recent call last):
File "/usr/share/weewx/wee_database", line 974, in <module>
main()
File "/usr/share/weewx/wee_database", line 128, in main
config_path, config_dict = weecfg.read_config(options.config_path, args)
File "/usr/share/weewx/weecfg/__init__.py", line 179, in read_config
default_encoding='utf-8')
File "/usr/lib/python3/dist-packages/configobj.py", line 1229, in __init__
self._load(infile, configspec)
File "/usr/lib/python3/dist-packages/configobj.py", line 1287, in _load
content = self._handle_bom(content)
File "/usr/lib/python3/dist-packages/configobj.py", line 1437, in _handle_bom
return self._decode(infile, self.encoding)
File "/usr/lib/python3/dist-packages/configobj.py", line 1517, in _decode
infile[i] = line.decode(encoding)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xec in position 106: invalid continuation byte
pi@HNRpb4:~/weewx/var/lib $
this does not work.
I also cannot copy weewx3.9.sdb in /var/lib/ dir also not as a sudo su. how do i do this.
Import files do not help either, by the way these are in user/share/weewx/import. not in util as doc descripes.
Help is apreciated. i am a beginner with linux.