Plotman interactive starting problem

Hi,

When I try to run plotman interactive, I get:

</> (venv) wit@Plotter1:~/chia-blockchain$ plotman interactive
Traceback (most recent call last):
  File "/home/wit/chia-blockchain/venv/bin/plotman", line 8, in <module>
    sys.exit(main())
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/plotman/plotman.py", line 137, in main
    cfg = configuration.get_validated_configs(config_text, config_path)
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/plotman/configuration.py", line 37, in get_validated_configs
    config_objects = yaml.load(config_text, Loader=yaml.SafeLoader)
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/__init__.py", line 114, in load
    return loader.get_single_data()
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/constructor.py", line 49, in get_single_data
    node = self.get_single_node()
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/composer.py", line 36, in get_single_node
    document = self.compose_document()
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/composer.py", line 55, in compose_document
    node = self.compose_node(None, None)
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/composer.py", line 84, in compose_node
    node = self.compose_mapping_node(anchor)
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/composer.py", line 133, in compose_mapping_node
    item_value = self.compose_node(node, item_key)
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/composer.py", line 84, in compose_node
    node = self.compose_mapping_node(anchor)
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/composer.py", line 133, in compose_mapping_node
    item_value = self.compose_node(node, item_key)
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/composer.py", line 64, in compose_node
    if self.check_event(AliasEvent):
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/parser.py", line 98, in check_event
    self.current_event = self.state()
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/parser.py", line 449, in parse_block_mapping_value
    if not self.check_token(KeyToken, ValueToken, BlockEndToken):
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/scanner.py", line 116, in check_token
    self.fetch_more_tokens()
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/scanner.py", line 215, in fetch_more_tokens
    return self.fetch_block_entry()
  File "/home/wit/chia-blockchain/venv/lib/python3.8/site-packages/yaml/scanner.py", line 491, in fetch_block_entry
    raise ScannerError(None, None,
yaml.scanner.ScannerError: sequence entries are not allowed here
  in "<unicode string>", line 46, column 15:
            tmp2: - media/wit/Temp2 </>

Plotman was running fine for a day, then I had to reboot, and then I get this error.
Any ideas? Please help

It doesn’t like that directory in your config file anymore. Did you update your fstab to mount drives on reboot?