unneon / icie

Competitive programming IDE-as-a-VS-Code-plugin
https://marketplace.visualstudio.com/items?itemName=pustaczek.icie
Mozilla Public License 2.0
84 stars 11 forks source link

unexpected HTML structure (External("unrecognized logic outcome") at [External]); #19

Closed shubhamgupta107 closed 4 years ago

shubhamgupta107 commented 4 years ago

I am not able to submit by pressing Alt + F12. The above is showing.

unneon commented 4 years ago

Hi, thanks for the report! May I ask what site are you using, Codeforces or Atcoder or ...? It this a first login, or have you been logged in already? I've just checked and all of them seem to mostly work, aside from CodeChef, which is broken in a different way; possibly this is related.

shubhamgupta107 commented 4 years ago

It's on Codeforces and I have made the login successfully. But as I am submitting the practice problem it is stating that error. On Codechef too , I am unable to submit the practice problem, though the problem is different.

theMasix commented 4 years ago

Same issue is there. It's my first login to codeforces and I wanna participate in codeforces round.

unneon commented 4 years ago

I somehow don't get this error no matter what I do. I've added some more logging to these areas (yay printf debugging...) and released 0.7.1. @shubhamgupta107 @theMasix Could you please download 0.7.1, try to submit some task to get the error, and send log messages screenshots either here or to my email (mateusz@cegla.net)?

Anachor commented 4 years ago

Hi, I have the same error. I'm trying submit on atcoder. It was first time logging in.

unneon commented 4 years ago

Huge thanks for the info! The atcoder one is a different bug, which happened to be easier to track down, but I think they may have the same underlying reason (although I still don't know exactly why I can't reproduce this on codeforces). I will try to come up with a solution in the next few days and release a 0.7.2.

unneon commented 4 years ago

Okay, so I released 0.7.2 with a fix for the AtCoder problem. I also hope that will fix the Codeforces issue, because this bug could affect other sites in really unpredictable ways.