-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error running the project locally #216
Comments
Hi! Thanks for your interest in the project 😀 I believe the error you get running I don't get the bad character escape sequence error: it may be related to Windows, which has its own quirks for development (and I'm not familiar enough with it to provide much help!). An alternative that may ease development for you is using WSL (official guide). Also verify which Node version you're using, if it's too old it may cause problems. |
Hi @elamperti, thanks for your reply. Yes, indeed having Docker running make the Regarding the other one, I will investigate. I tested here and running |
btw just joined the Discord with the same username |
Hmm I might need some more help with the Last.fm API setup. I have created an API key on last.fm and pasted it to However when I try to login from the localhost application, I get this error. Any idea why? Thanks again. |
Quotes in the env file won't hurt (nor change the resulting variable).
Judging by the screenshot, the API key is not being sourced. Check if your I'll ping you on Discord to follow up :) |
Hi all. First of all, thanks a lot for this project, I use it almost every day. I would like to contribute with some tasks which I think I can implement such as #213, but I could not run the project on my machine.
Describe the bug
Write a clear and concise description of the bug.
Steps to reproduce
yarn
, all dependencies were successfully installed.env
to.env.development.local
as described onREADME.md
yarn start
and it failed. Bothyarn start:server
andyarn start:services
yielded different errors, which I will copy the output below.Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem (link them or drag and drop them into the issue to upload)
Device
Platform (please complete the following information):
main
branch as of todayAdditional context
Add any other context about the problem here.
yarn
output is (just double checking everything installed successfully):yarn start:services
output is:yarn start:server
output is:(I needed to trim the error due to comment limit size on GitHub, but I can copy it elsewhere if it is helpful)
The text was updated successfully, but these errors were encountered: