It says Starting, it lies

A project with the problem: http://hikidyffathingy.glitch.me
It successfully woke up, but stopped at “Starting”.
Here’s the main code:

const request = require('request');
request.get('http://hikidyffathingy.glitch.me/server_plaintext.js', function(err, res, body) {
  if (err) {
    console.log('Error: ' + err.message);
    return;
  }
  console.log(body);
});

The server_plaintext.js is where the ACTUAL code is, and the console.log(body) will be eval(body) in the future.
It always gets Gateway Timeout. Is it a problem on the Glitch, or just my code is too big? My code has very roughly 250000 characters.

image
Works perfectly on mine. Might be server issues.
You can check https://status.glitch.com/ for server updates and all.

1 Like

Eh, because I temporarily reverted to the older version (because some people plays my game).

Your project is only ~244KB, fairly small, I doubt it is because of that. Anyway, might be the Glitch API going haywire again.

2 Likes

OK, I’ll do it again sometime :slight_smile: Thanks for your help.

It happened again, but with the original code (which I didn’t have any issues before). But the status says everything is going well (except that red issue box)…

Just wait it out, the incident is not 100% over yet.