ibratabian17 / OpenParty

OpenParty is a shitty replacement server code for the Just Dance Unlimited server.
8 stars 3 forks source link

[PARTY] child process exited with code 1… #2

Closed pedrosouza9966 closed 3 weeks ago

pedrosouza9966 commented 1 month ago

i hosted openparty to glitch.com for testing, but it seems that’s not working and im always getting this child log. i’ve tried edit package.json to start node server.js but now my website get the error {"error":404,"message":"Path Not Recognized"}, is that normal? also, if i run server.js locally, and edit isPublic to false, would i need to patch the exe or something to make it work? any reply would be useful :) 2D018EC0-02A1-4B7A-8CCA-3294EC82B83B

ibratabian17 commented 1 month ago
  1. Can you give me the proper logs? (All) it seems like the nodejs glitch can't run this application properly
  2. website getting error {"error":404,"message":"Path Not Recognized"} is normal, because it is an invalid request
  3. isPublic is useful for VPS users, for example If isPublic off, then those outside the server/computer (including the local network) cannot access it
  4. use pm2 cuz we broke run.js
pedrosouza9966 commented 3 weeks ago

9F15B195-4E9A-40E2-9247-C15255431045 It’s working fine now, i’m using pm2 ;)