Skip to content
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

Website problems #5

Open
nwj38 opened this issue Feb 13, 2025 · 7 comments
Open

Website problems #5

nwj38 opened this issue Feb 13, 2025 · 7 comments

Comments

@nwj38
Copy link

nwj38 commented Feb 13, 2025

#I launch the Velocity website, like normal. I use it, like normal, and it works just fine.

After a certain amount of time, though (might be around 30-60 minutes), the website stops working, and when I try to reload it, it shows an error message.
Image
Weirdly, going back into the repository terminal and entering "./launch.sh" again, going back to the non-functional site, and reloading it seems to make it work again. I've been going back into the terminal to launch the site again several times since this seems to work repeatedly.
Does anyone know why this happens? Is there any way to keep the site functioning permanently?
(I'm basically clueless on this computer language stuff)

@CrossScarDev
Copy link
Owner

You have to keep the codespace open. GitHub automatically closes them if you don't keep editing or inputting in them, so you might have to go back to that tab and open a file or something every once in a while.

@nwj38
Copy link
Author

nwj38 commented Feb 17, 2025

So... What you mean to say, is that the website stops working after a certain period of time because the codespace gets closed by GitHub, and every time I go into the terminal and type in ./launch.sh, it re-opens the codespace? And this is the only way to keep the site working?

@CrossScarDev
Copy link
Owner

Wait, is there a message above where you type in ./launch.sh? If so, please paste it in here.

@nwj38
Copy link
Author

nwj38 commented Feb 17, 2025

Above the ./launch.sh prompt, after I use ./install.sh? Aside from the installation messages, I don't think there's anything to note.

Now that I think about it, the only message that tends to appear after ./launch.sh is "Client decided to terminate with reason 1".

@CrossScarDev
Copy link
Owner

That seems to be a common issue with Velocity, as it has been reported in other issues. I'm pretty sure it's an issue with Velocity.

@nwj38
Copy link
Author

nwj38 commented Feb 18, 2025

Is it, though? If it was specifically Velocity causing the issue, wouldn't it show me an internal server error inside of the Velocity UI instead of making the entire site unresponsive?

If it is indeed an issue with Velocity, am I able to report it to a Velocity repository?

@CrossScarDev
Copy link
Owner

It is probably an issue with velocity because velocity is written in JS with node and that is a node based error. If you are uncertain, you can also try running Velocity directly by running:

cd Velocity
npm start

in the terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants