Paste #227105

   
pasted on 14.10.2021 15:50
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
* Обновление конфигурационных файлов //etc/localtime
/etc/._cfg0000_localtime
Traceback (most recent call last):
   File "/usr/lib/python3.9/site-packages/calculate/core/server/func.py", line 720, in run
    res = method(*args)
   File "/usr/lib/python3.9/site-packages/calculate/core/server/func.py", line 86, in dispatchConf
    newdata = readFile(data[i_cfgname])
   File "/usr/lib/python3.9/site-packages/calculate/lib/utils/files.py", line 838, in readFile
    tmp = f.read()
   File "/usr/lib/python-exec/python3.9/../../../lib/python3.9/codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
 UnicodeDecodeError: 'utf-8' codec can't decode byte 0x9b in position 44: invalid start byte
 ...
 * UnicodeDecodeError:'utf-8' codec can't decode byte 0x9b in position 44: invalid start byte(codecs:322)
 * Не удалось обновить
Add Comment
Author