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

Issue when trying to start up economy and starting local dev server #351

Open
MrGlitchWasTaken opened this issue Sep 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@MrGlitchWasTaken
Copy link

Describe the bug

Economy error: go: downloading github.com/TwiN/go-color v1.4.1 go: downloading github.com/matoous/go-nanoid/v2 v2.1.0 Loading ledger... Failed to open ledger.: open ../data/economy/ledger: no such file or directory exit status 1

dev server error: $ vite dev /bin/bash: vite: command not found error: script "dev" exited with code 127

Reproduction

  1. uhh

Expected behaviour

Do what its supposed to do?

Logs

No response

System info

bun 1.1.27 and go 1.23.1 for apple silicon

@MrGlitchWasTaken MrGlitchWasTaken added the bug Something isn't working label Sep 11, 2024
@Heliodex
Copy link
Member

I suspect the issues with the dev server are due to Bun (as these problems didn't happen on Bun 1.1.26), and I was experiencing similar problems after updating. For the Economy service errors, this might be due to the correct directories not being created if the server isn't run with Docker, so the files should be created in the service itself instead (however, I haven't tested this on Go 1.23 yet).

#353 should include fixes for both of these, let me know if this helps!

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

No branches or pull requests

2 participants