#7 Initial configuration creation fails

닫힘
Hoshpak6 년 전을 오픈 · 0개의 코멘트
Helmut Pozimski 코멘트됨, 6 년 전

Python 3, did not use the configuration assistant:

Traceback (most recent call last):
  File "./stov", line 246, in <module>
    CONF.initialize()
  File "/home/helmut/Documents/dev/python/stov/lib_stov/configuration.py", line 121, in initialize
    self.write_config()
  File "/home/helmut/Documents/dev/python/stov/lib_stov/configuration.py", line 104, in write_config
    json.dump(self.values, configfile, indent=0)
  File "/usr/lib/python3.6/json/__init__.py", line 179, in dump
    for chunk in iterable:
  File "/usr/lib/python3.6/json/encoder.py", line 430, in _iterencode
    yield from _iterencode_dict(o, _current_indent_level)
  File "/usr/lib/python3.6/json/encoder.py", line 404, in _iterencode_dict
    yield from chunks
  File "/usr/lib/python3.6/json/encoder.py", line 437, in _iterencode
    o = _default(o)
  File "/usr/lib/python3.6/json/encoder.py", line 180, in default
    o.__class__.__name__)
TypeError: Object of type 'bytes' is not JSON serializable
Python 3, did not use the configuration assistant: ``` Traceback (most recent call last): File "./stov", line 246, in <module> CONF.initialize() File "/home/helmut/Documents/dev/python/stov/lib_stov/configuration.py", line 121, in initialize self.write_config() File "/home/helmut/Documents/dev/python/stov/lib_stov/configuration.py", line 104, in write_config json.dump(self.values, configfile, indent=0) File "/usr/lib/python3.6/json/__init__.py", line 179, in dump for chunk in iterable: File "/usr/lib/python3.6/json/encoder.py", line 430, in _iterencode yield from _iterencode_dict(o, _current_indent_level) File "/usr/lib/python3.6/json/encoder.py", line 404, in _iterencode_dict yield from chunks File "/usr/lib/python3.6/json/encoder.py", line 437, in _iterencode o = _default(o) File "/usr/lib/python3.6/json/encoder.py", line 180, in default o.__class__.__name__) TypeError: Object of type 'bytes' is not JSON serializable ```
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.