Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
I can point at two things to look at.
First, after running `npm run dev` make sure the beginning of output looks like on screenshot, under Node.js section, so:
[Redirector] [Redirector] Redirector started
[Blaze] Server started
and so on. If it is, that means the server emulation is running.
Second, right after running a game (with disabled emulator), there is a message:
"We are sorry, but servers for this title have been shut down..."
When connected to emulator, such message should not appear.
Also i think there was a sign "OFFLINE MODE" on upper left corner, after openning the main menu or map. This also should not appear when connected to emulator.
Discord is available on the project site, under tab "Community" -> "Discord"
Beat Revival [www.beatrevival.me]
Here's direct link
https://discord.gg/FGftmuRrrG
Small steps tho, small steps
The Beat Revival developers hit a roadblock a while ago and until they solve it, these two achievements will remain unobtainable.
Now to see if I can do all the achievements... I know I did a beat L.E when servers were up, but I dont think I can do a user time trial atm lol
error message suggests incorrect credentials for PostgreSQL user "postgres".
First make sure that the .env file is inside "pamplona-future-main" (right next to the 'prisma' and 'src' directories and other files like README.md)
If it is, you can open it and check it's content. If you set up everything exactly as i did in the guide, it should be:
DATABASE_URL=postgresql://postgres:password123@localhost:5432/postgres
If the file exists and has the same content, then maybe you used different password during PostgreSQL installation?
In the guide it's "password123", if you used different one, you can simply change it in the .env file.
Lastly, if none of above helped, you may try to uninstall PostgreSQL and install it again.
It should once again ask for a password, maybe you made a typo there?
Hope this will be helpful :)
Was following your guide (very well explained btw, thanks) however I get the following error when I try to run the command "npm run resetdb":
Error: P1000: Authentication failed against database server, the provided database credentials for `postgres` are not valid.
Please make sure to provide valid database credentials for the database server at the configured address.
Any help would be appreciated. Don't think this is an error I've seen in comments but I may be blind.