Paste #226938

   
pasted on 13.10.2021 16:29
  • 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
File "/usr/lib/python3.9/site-packages/calculate/core/server/func.py", line 719, in run
    res = method(*args)
   File "/usr/lib/python3.9/site-packages/calculate/core/server/func.py", line 85, 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