JJoriping / KKuTu

글자로 놀자! 끄투 온라인
http://jjo.kr/kkutu
GNU General Public License v3.0
328 stars 267 forks source link

끄투 서버 구축 문의 #1059

Closed frgrtyt closed 1 year ago

frgrtyt commented 1 year ago

끄투 서버 구축 했는데요 들어가면 192.168.219.105에서 응답하는 데 시간이 너무 오래 걸립니다. 라고뜹니다ㅠㅠㅠ

lshqqytiger commented 1 year ago

192.168.x.x는 Class C의 Private Address로 약속되어 있습니다. 일반적으로 내부 IP로 접속해도 접속이 되어야 하지만 공유기 정책 등의 이유로 막혀 있거나 적어 주신 IP 주소가 다른 디바이스의 IP 주소일 수도 있습니다. http://localhost 또는 http://127.0.0.1 로 접속하시는 것을 권장합니다.

frgrtyt commented 1 year ago

그렇게 했고요 접속 안됍니다

lshqqytiger commented 1 year ago

구축 후 서버를 구동하신게 맞다면 KKuTu Server Manager 또는 서버를 구동한 터미널 화면에 출력된 로그 내용을 알려주세요.

frgrtyt commented 1 year ago

환영합니다. [2022-12-22 17:00:35] << KKuTu Web >> [2022-12-22 17:00:35] Master DB is ready. [2022-12-22 17:00:35] << KKuTu Server:8506 >> [2022-12-22 17:00:35] Error when querying: UPDATE users SET "server"='' WHERE "server"='0' [2022-12-22 17:00:35] Context: error: "users" 이름의 릴레이션(relation)이 없습니다 [2022-12-22 17:00:35] Error when querying: SELECT FROM kkutu_shop WHERE TRUE [2022-12-22 17:00:35] Context: error: "kkutu_shop" 이름의 릴레이션(relation)이 없습니다 [2022-12-22 17:00:35] DB is ready. [2022-12-22 17:00:35] Error when querying: SELECT FROM kkutu_shop WHERE TRUE [2022-12-22 17:00:35] Context: error: "kkutu_shop" 이름의 릴레이션(relation)이 없습니다 [2022-12-22 17:00:35] OAuth Strategy daldalso is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] OAuth Strategy naver is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] OAuth Strategy facebook is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] OAuth Strategy google is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] OAuth Strategy twitter is not loaded [2022-12-22 17:00:35] OAuthStrategy requires a consumerKey option [2022-12-22 17:00:35] OAuth Strategy kakao is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] OAuth Strategy discord is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] OAuth Strategy twitch is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] OAuth Strategy github is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] OAuth Strategy line is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] OAuth Strategy instagram is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] OAuth Strategy spotify is not loaded [2022-12-22 17:00:35] OAuth2Strategy requires a clientID option [2022-12-22 17:00:35] New web server #1 [2022-12-22 17:00:35] Game server #1 connected [2022-12-22 17:00:35] DB is ready. [2022-12-22 17:00:35] Error when querying: SELECT FROM kkutu_shop_desc WHERE TRUE [2022-12-22 17:00:35] Context: error: "kkutu_shop_desc" 이름의 릴레이션(relation)이 없습니다 [2022-12-22 17:00:35] Error when querying: SELECT FROM session WHERE "_id"='-tSsSklo9V2pySwLozuOARX57LcTbugc' LIMIT 1 [2022-12-22 17:00:35] Context: error: "session" 이름의 릴레이션(relation)이 없습니다 [2022-12-22 17:00:40] Error when querying: SELECT FROM session WHERE "_id"='ADD85OdHF2XXJbQH9e32yczBulDoU-oE' LIMIT 1 [2022-12-22 17:00:40] Context: error: "session" 이름의 릴레이션(relation)이 없습니다 [2022-12-22 17:01:09] Error when querying: SELECT FROM session WHERE "_id"='OTJGKtAsCzEE2bvOhp3IW2NlesQ28RAE' LIMIT 1 [2022-12-22 17:01:09] Context: error: "session" 이름의 릴레이션(relation)이 없습니다

lshqqytiger commented 1 year ago

데이터베이스 구축 중 문제가 있었던 것으로 보입니다. 데이터베이스 구축 단계를 다시 진행해주세요. (기존 main 데이터베이스 삭제 필요)

frgrtyt commented 1 year ago

Permission denied 라고뜹니다

frgrtyt commented 1 year ago

해결됐습니다 감사합니다!