Replies: 1 comment
-
@badplay , the newest version(s) of chia has fixes in place to resolve this issue. Please download it from here: https://www.chia.net/downloads/ Since this issue has been resolved with the latest version(s) of chia we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i get this problem
(venv) C:\Users\bill\Documents\Swar-Chia-Plot-Manager>python manager.py start
Traceback (most recent call last):
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\manager.py", line 29, in
start_manager()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\plotmanager\library\utilities\commands.py", line 32, in start_manager
notification_settings, debug_level, view_settings = get_config_info()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\plotmanager\library\parse\configuration.py", line 102, in get_config_info
config = _get_config()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\plotmanager\library\parse\configuration.py", line 16, in get_config
config = yaml.load(stream=f, Loader=yaml.Loader)
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\venv\lib\site-packages\yaml_init.py", line 114, in load
return loader.get_single_data()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\venv\lib\site-packages\yaml\constructor.py", line 49, in get_single_data
node = self.get_single_node()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\venv\lib\site-packages\yaml\composer.py", line 36, in get_single_node
document = self.compose_document()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\venv\lib\site-packages\yaml\composer.py", line 58, in compose_document
self.get_event()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\venv\lib\site-packages\yaml\parser.py", line 118, in get_event
self.current_event = self.state()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\venv\lib\site-packages\yaml\parser.py", line 193, in parse_document_end
token = self.peek_token()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\venv\lib\site-packages\yaml\scanner.py", line 129, in peek_token
self.fetch_more_tokens()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\venv\lib\site-packages\yaml\scanner.py", line 223, in fetch_more_tokens
return self.fetch_value()
File "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\venv\lib\site-packages\yaml\scanner.py", line 577, in fetch_value
raise ScannerError(None, None,
yaml.scanner.ScannerError: mapping values are not allowed here
in "C:\Users\bill\Documents\Swar-Chia-Plot-Manager\config.yaml", line 9, column 8
what can i do?
Beta Was this translation helpful? Give feedback.
All reactions