Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to create an ecosystem using the CLI fails #544

Closed
Franklin89 opened this issue Apr 6, 2022 · 2 comments · Fixed by #545
Closed

Trying to create an ecosystem using the CLI fails #544

Franklin89 opened this issue Apr 6, 2022 · 2 comments · Fixed by #545
Assignees
Labels
bug Something isn't working

Comments

@Franklin89
Copy link

Franklin89 commented Apr 6, 2022

Reproduction steps

I am using the CLI installed through winget on my windows machine to create a new ecosystem. This call fails with the following error message:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: SerializationError', src\services\config.rs:83:27
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

The command that I am running is as follows:

trinsic provider create-ecosystem --email "matteo@farmerconnect.com"

No matter what I pass in for the options. If I leave all of them empty or fill them all with valid strings.

I have version 1.4.0 of the trinsic.cli installed:

Name                                     Id                                        Version             Available Source
-----------------------------------------------------------------------------------------------------------------------
trinsic                                  trinsic.cli                               1.4.0                         winget

Reproduction Code

No response

@Franklin89 Franklin89 added the bug Something isn't working label Apr 6, 2022
@tmarkovski
Copy link
Member

@Franklin89 Can you please try removing older configuration file that may be on your system. It will be located in ~/.trinsic/config.toml

@Franklin89
Copy link
Author

Thank you @tmarkovski :-D

Works great now 👍

@tmarkovski tmarkovski linked a pull request Apr 6, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants