You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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!
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
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
The text was updated successfully, but these errors were encountered: