./pulsar-ubuntu-x86_64-v2-v0.6.4-alpha farm Error

Issue Report

Environment

  • Operating System:
  • CPU Architecture:
  • RAM:
  • Storage:
  • Plot Size:
  • Subspace Deployment Method:

Problem

Steps to reproduce

Expected result

./pulsar-ubuntu-x86_64-v2-v0.6.4-alpha farm
Error:
0: couldn’t validate config
1: TOML parse error at line 3, column 1
1: |
1: 3 | [farmer]
1: | ^^^^^^^^
1: missing field farm_directory
1:

Location:
src/config.rs:226

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SPANTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

0: pulsar::config::parse_config
at src/config.rs:221
1: pulsar::config::validate_config
at src/config.rs:231

Suggestion: If you think this is a bug, please submit it to our forums: https://forum.subspace.network

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.


  • RUST_BACKTRACE=1 ./pulsar-ubuntu-x86_64-skylake-v0.6.4-alpha farm
    Error:
    0: couldn’t validate config
    1: TOML parse error at line 3, column 1
    1: |
    1: 3 | [farmer]
    1: | ^^^^^^^^
    1: missing field farm_directory
    1:

Location:
src/config.rs:226

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SPANTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

0: pulsar::config::parse_config
at src/config.rs:221
1: pulsar::config::validate_config
at src/config.rs:231

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⋮ 1 frame hidden ⋮
2: pulsar::config::parse_config::hdd72b28b7a83931a
at :
3: pulsar::config::validate_config::hbe6efb3c57b1e8d8
at :
4: pulsar::commands::farm::farm::{{closure}}::{{closure}}::h82ec19dec3923656
at :
5: pulsar::commands::farm::farm::{{closure}}::h186fac8be6cc28dc
at :
6: pulsar::main::{{closure}}::ha4c3a300ff18108b
at :
7: pulsar::main::h19b3d5161692c3e1
at :
8: std::sys_common::backtrace::__rust_begin_short_backtrace::h9892d002cb7588f6
at :
9: main
at :
10: __libc_start_main
at :
11: _start
at :

Suggestion: If you think this is a bug, please submit it to our forums: https://forum.subspace.network

Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
Run with RUST_BACKTRACE=full to include source snippets.

What happens instead

[Paste error here]
1 Like

Hi! The error suggests your configuration file has become corrupted somehow. Could you try running init again please?

I figured out what’s wrong! The navigation path has changed!
Was
/home/username/.local/share/pulsar/plots (v0.6.0)
It became
/home/username/.local/share/pulsar/farms (v0.6.4)

Fix it in the manual! Thank you!

Sorry about the confusion there @Karl, Ive got a PR going to get this issue fixed for you Update plots example path by ImmaZoni · Pull Request #230 · subspace/subspace-docs · GitHub :pray: