Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

[Bug] Invalid settings using local installation #262

Closed
hasmal95 opened this issue Sep 26, 2021 · 2 comments
Closed

[Bug] Invalid settings using local installation #262

hasmal95 opened this issue Sep 26, 2021 · 2 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@hasmal95
Copy link

hasmal95 commented Sep 26, 2021

Describe the bug

hello, so i make all step for local, but when i go last step : Run node . i take this with PowerShell >

Invalid settings, please visit the FAQ for more information: https://github.com/slow/nitro-sniper#faq. Exiting process...

To Reproduce

Make sure Node v14+ is installed on your system and open a command prompt/terminal.
Run git clone https://github.com/slow/nitro-sniper nitro-sniper
Run cd nitro-sniper
Run npm install
Edit the .env file.
Run node .

Expected behavior

...

Please provide your snipers settings.

Redacted due to length.

What platform are you seeing the problem on?

No response

Relevant log output if applicable.

No response

@hasmal95 hasmal95 added the enhancement New feature or request label Sep 26, 2021
@MrD4rio
Copy link

MrD4rio commented Sep 26, 2021

Do you have settings=" at the start of the .env file and a " at the end?

Should look like this:

settings="{
   tokens: {
      main: ""
   }
   ...
}"

@hasmal95
Copy link
Author

hasmal95 commented Sep 26, 2021

ohhhh, :O
done. work now <3 ty :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants
@hasmal95 @MrD4rio and others