[Bug Report] Glitch website seems to be having issues

Bug Report
It all started when I went to Glitch.com and got 503 Bad Gateway Error. Then I tried to view a few projects and got a 404 error. After reloading the page I was able to go to the project info page but the page was not fully secure.

1 Like

I’ll ping @glitch_support !

Hey RR! I’m sorry that you were getting an error! I know that you know this - but I’ll post it here for anyone reading who isn’t aware:

You can always check on site performance by going to our Status Page.

If things haven’t cleared up for you, let us know!

Same Here

Hmm. We’re having trouble finding that site.

We can’t connect to the server at project-magma.glitch.me.

If that address is correct, here are three other things you can try:

    Try again later.
    Check your network connection.
    If you are connected but behind a firewall, check that Firefox has permission to access the Web.```

Last night it began happening for me, and noting has worked since.
also

Project Container Availability
99.931

https://support.glitch.com/t/bug-report-glitch-website-seems-to-be-having-issues/20426/5?u=jawschamp

That a really weird error. I have never seen that before. Project container status is at 0% so that may be why.

2 Likes

However, @tasha everything works fine for me now. Thanks!

1 Like

@tasha, my site is now getting

 
Site didn't respond

Something in the code caused it to close the connection before providing a response.

If this is your project please visit us at support.glitch.com for assistance.

Instead of

Hey @Jawschamp,

Let me know the name of your project and I’ll take a look. If you prefer to share this information privately, please send a message to support@glitch.com.

https://project-magma.glitch.me/

Thanks for that info!

Were there errors in your code that you recently fixed? If so, try running a refresh.

If that does not help you, will you try remixing a copy? Let me know if you can get a new version working.

1 Like

I remixed it and see the same problem, and i did fix my \Server\schema.sql file, but even yesterday it loaded onto the page even with the \Server\schema.sql error…

Okay thanks for trying that! I just reached out to the team to see if there is something more going on here. As soon as I get an update, I’ll let you know.

2 Likes

Cools thanks So much!

Discord and statuspage is having issues too :smiley:
(this screenshot is from status.glitch.com)

Well now it’s in a endless loop of

Hey @Jawschamp,

If you go in the editor, you’ll see there is a python-related error that needs to be addressed. This may be the reason your project is having issues.

Could you tell me what your able to see cause i don’t see anything wrong on my output.

The server.py file is Running

Requirement already satisfied: cryptography in ./.local/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (2.8)

Requirement already satisfied: aiohttp in ./.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (3.6.2)

Requirement already satisfied: asyncpg in ./.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.20.1)

Requirement already satisfied: requests in ./.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (2.23.0)

Requirement already satisfied: flask in ./.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (1.1.1)

Requirement already satisfied: flask-login in ./.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (0.5.0)

Requirement already satisfied: flask-wtf in ./.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (0.14.3)

Requirement already satisfied: oauthlib in ./.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (3.1.0)

Requirement already satisfied: pyOpenSSL in ./.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (19.1.0)

Requirement already satisfied: six>=1.4.1 in ./.local/lib/python3.7/site-packages (from cryptography->-r requirements.txt (line 1)) (1.14.0)

Requirement already satisfied: cffi!=1.11.3,>=1.8 in ./.local/lib/python3.7/site-packages (from cryptography->-r requirements.txt (line 1)) (1.14.0)

Requirement already satisfied: attrs>=17.3.0 in ./.local/lib/python3.7/site-packages (from aiohttp->-r requirements.txt (line 2)) (19.3.0)

Requirement already satisfied: async-timeout<4.0,>=3.0 in ./.local/lib/python3.7/site-packages (from aiohttp->-r requirements.txt (line 2)) (3.0.1)

Requirement already satisfied: multidict<5.0,>=4.5 in ./.local/lib/python3.7/site-packages (from aiohttp->-r requirements.txt (line 2)) (4.7.5)

Requirement already satisfied: chardet<4.0,>=2.0 in ./.local/lib/python3.7/site-packages (from aiohttp->-r requirements.txt (line 2)) (3.0.4)

Requirement already satisfied: yarl<2.0,>=1.0 in ./.local/lib/python3.7/site-packages (from aiohttp->-r requirements.txt (line 2)) (1.4.2)

Requirement already satisfied: certifi>=2017.4.17 in ./.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 4)) (2019.11.28)

Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in ./.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 4)) (1.25.8)

Requirement already satisfied: idna<3,>=2.5 in ./.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 4)) (2.9)

Requirement already satisfied: itsdangerous>=0.24 in ./.local/lib/python3.7/site-packages (from flask->-r requirements.txt (line 5)) (1.1.0)

Requirement already satisfied: Werkzeug>=0.15 in ./.local/lib/python3.7/site-packages (from flask->-r requirements.txt (line 5)) (1.0.0)

Requirement already satisfied: click>=5.1 in ./.local/lib/python3.7/site-packages (from flask->-r requirements.txt (line 5)) (7.1.1)

Requirement already satisfied: Jinja2>=2.10.1 in ./.local/lib/python3.7/site-packages (from flask->-r requirements.txt (line 5)) (2.11.1)

Requirement already satisfied: WTForms in ./.local/lib/python3.7/site-packages (from flask-wtf->-r requirements.txt (line 7)) (2.2.1)

Requirement already satisfied: pycparser in ./.local/lib/python3.7/site-packages (from cffi!=1.11.3,>=1.8->cryptography->-r requirements.txt (line 1)) (2.20)

Requirement already satisfied: MarkupSafe>=0.23 in ./.local/lib/python3.7/site-packages (from Jinja2>=2.10.1->flask->-r requirements.txt (line 5)) (1.1.1)```

I’ve also ran locally with no problem. So that’s why I’m a little confused.

Yes, this happened to me yesterday when I checked the project too. I couldn’t find an error, but my teammate saw it.

Today, I checked directly before posting my previous message there was a python deprecation warning.

I just popped into the project again, and the error message was gone. However, the tools menu was still spinning which indicates that something may be tripping your project up.

I’m wondering if this is a python compatibility issue.

I can see if i can do a few specific versions for my requirements, i’d like to point out that on 03/15 it would actually load up correctly but as soon as i configured everything locally i had problems.