InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.71k stars 926 forks source link

Impossible to create a new issue using issue template #842

Closed JF002 closed 2 years ago

JF002 commented 2 years ago

At first, I thought it was an issue on my side, but other people have also reported this issue : when you try to create an issue using one of the templates (bug report / feature request), Github will only display a blank page when you click on the button "Submit new issue".

I guess that's why there are very few new issues / feature requests recently.

Could somebody have a look? (pinging @nobodywasishere maybe?)

Elara6331 commented 2 years ago

Yes, I have noticed the same thing in Firefox. I would like to add that on Chromium, I get a 400 Bad Request HTTP error code. I just created a blank issue instead.

geekbozu commented 2 years ago

I get this as well. A quick look at the network traffic says github responds with an error 400 bad request? Kinda confusing

Avamander commented 2 years ago

I wouldn't spend too much time diagnosing any issues related to GitHub itself right now, they're having trouble.

Elara6331 commented 2 years ago

I wouldn't spend too much time diagnosing any issues related to GitHub itself right now, they're having trouble.

No, this was happening before that. See when I made my "Improved call notifications" issue.

geekbozu commented 2 years ago

I wouldn't spend too much time diagnosing any issues related to GitHub itself right now, they're having trouble.

No, this was happening before that. See when I made my "Improved call notifications" issue.

I agree with Arsen, This has been a bug for at least a week now :/

JF002 commented 2 years ago

I also noticed this issue 1 or 2 weeks ago, so this is probably not directly related to the outage from the previous night.

medeyko commented 2 years ago

I experienced this problem 12 days ago (nov 16). I tried to overcome it, using different browsers and different computers, but failed. So I had to create a blank issue too.

drzacek commented 2 years ago

Just tried opening new issue and experienced this. Can confirm

mruss77 commented 2 years ago

I had this problem on Nov. 11, and it's also mentioned in #822.

Someone on the Pinetime-dev channel said it had been happening for at least a day at that point. Looks like an issue was opened using the template on the 9th, so the problem likely began sometime between November 9-10.

I hope this bit of forensic digging is helpful!

InFerYes commented 2 years ago

I wouldn't spend too much time diagnosing any issues related to GitHub itself right now, they're having trouble.

I had this problem 17 days ago, even longer ago because I wrote the whole problem down and lost all my text and didn't bother until a few days later to create a new blank issue with the same "template" copied from elsewhere. So I noticed it in the weekend of the 13th/14th.

JF002 commented 2 years ago

I think I found a solution here. CLion also gave me a hint:

image

I committed the change in 871a673a4656c438fc12d4c0ad61d2eacc3ca340 and tested it with https://github.com/InfiniTimeOrg/InfiniTime/issues/853 : it works!