Errors/Warnings/Bugs

Announcements, comments, ideas, feedback, and "How do I... ?" questions
Post Reply
User avatar
euler
Administrator
Posts: 5095
Joined: Sun Mar 05, 2006 4:49 pm
Location: Cheshire, England
Contact:

Re: Errors/Warnings/Bugs

Post by euler »

You shouldn't be having problems in Chrome (or Firefox). I normally use Firefox, but I just checked in Chrome and I temporarily got the triple display. I refreshed the page and it fixed the problem. IE, on the other hand, is unpredictable. It works fine for me. However, I hate to say it, but if anyone chooses to use IE then they will not see the internet as the rest of us.

I didn't ignore the previous mentions about IE having problems. I did lots of research and realised the problem is out of my hands. It seems that the problem lies with MathJax's ability to detect the correct browser with IE. MathJax has already added a number of (unnecessary) fixes for IE to work properly (the other browsers don't need this!). However, sometimes IE returns unknown values when scripts attempt to detect the browser/version and rather than waste any more time MathJax just gives up and displays the [Math Processing Error] error. If anyone has ever done web development they will know that since time began (in the browser revolution) IE has never played by the rules and it becomes necessary for web developers to constantly add random fixes for IE to work properly. Most web developers have given up now. They simply follow web standards and if IE doesn't render properly then it becomes clear where the problem lies.

The problem is that I can't fix a problem which I don't see, is not consistently reproducible, and/or is not resulting from bad code on the PE website; if anyone notices an error in my code then please let me know. Otherwise, the only constructive advice I can offer, and to anyone who is having problems with IE, is to contact the MathJax developers citing, say, the page for problem 505 (which is visible to all visitors), and asking if they can offer any suggestions as to why you're having problems. Of course, if I were one of their developers then the best advice I could offer would be to switch to a real browser. :wink:
Image
impudens simia et macrologus profundus fabulae
jpaulson
Posts: 17
Joined: Thu Dec 05, 2013 7:46 am

Re: Errors/Warnings/Bugs

Post by jpaulson »

I'm still having the problem consistently in Chrome. The same TeX code shows up correctly at http://cdn.mathjax.org/mathjax/latest/t ... namic.html

At the HTML level, the problem is that there are three identical <span>s inside the <span> with id MathJax-Element-1-Frame.

Workaround: If I right-click and change my "Math Renderer" to "Fast HTML" or "SVG" instead of "HTML-CSS", things display correctly.
Image
mdean
Posts: 206
Joined: Tue Aug 02, 2011 2:05 am

Re: Errors/Warnings/Bugs

Post by mdean »

euler wrote: The problem is that I can't fix a problem which I don't see, is not consistently reproducible, and/or is not resulting from bad code on the PE website; if anyone notices an error in my code then please let me know. Otherwise, the only constructive advice I can offer, and to anyone who is having problems with IE, is to contact the MathJax developers citing, say, the page for problem 505 (which is visible to all visitors), and asking if they can offer any suggestions as to why you're having problems. Of course, if I were one of their developers then the best advice I could offer would be to switch to a real browser. :wink:
Well, maybe more information will help. It certainly couldn't hurt anyway.

Anyway, I was fiddling with right clicking where I saw the errors and started fiddling with the options there. I see an option See Math as Error Message. Al the errors seem to give the same error
Error: Invalid property value.
The errors seem to be limited to page 14 of this forum. In the solution forums, the problems, and other websites (math.stackexchange.com and Overleaf, formerly WriteLatex), I have no problems viewing math. If I change the math renderer to Fast HTML from HTML-CSS, the errors go away, but it looks like crap. The best option seems to be to uncheck the Fast Preview option under the math renderer menu, though I don't know how that will affect other websites.

Does that help at all?
Image
User avatar
euler
Administrator
Posts: 5095
Joined: Sun Mar 05, 2006 4:49 pm
Location: Cheshire, England
Contact:

Re: Errors/Warnings/Bugs

Post by euler »

I'd obviously misunderstood and thought you were seeing those errors on the main website (and the threads over there) too.

Anyway, as the problem seems to be that IE is not entirely compatible with the latest version of MathJax and one bad equation can break the entire page I've "fixed" the problem by using some HTML level browser detection to load version 2.4 for IE users and the latest version for all other browsers. It's a shame for IE users because version 2.5 (the current latest) is slightly quicker and better at rendering, but it's probably better that at least the page views now.
Image
impudens simia et macrologus profundus fabulae
User avatar
Assato
Posts: 13
Joined: Sun Apr 19, 2009 4:21 pm

Re: Errors/Warnings/Bugs

Post by Assato »

Edit: everything is fixed, thanks! :D

Hi... I recently started solving problems again after a long break (maybe two years, I think)... When I first logged again I was forced to change my password, which I did.

However, now I can't change anything else on my profile... I can't change my password, country, language, extra info, time zone, theme... I can't generate the account recovery key either. I haven't tried changing my username (because who knows, what if it works? I don't want to...), but I guess it wouldn't work either.

Every time I try to change something in my account (including trying to create the recovery key) it just says:
"An error occurred whilst trying to update your account details
Please try again"

I have tried modifying my account info on several different days, wondering if maybe it was just a temporary issue, but it never works. I can still solve problems as usual, I'm just wondering if there's something wrong with my account...

Thank you :)
Efemena
Posts: 1
Joined: Mon Mar 23, 2015 11:22 pm

Re: Errors/Warnings/Bugs

Post by Efemena »

There is a small syntax highlighting error regarding Rust. Single quotes are not used for strings in Rust, but for (unicode) chars and, additionally, for lifetime annotation. For the latter there is a single ' in front of a lifetime identifier. This leads to highlighting starting from one lifetime annotation and ending only upon another lifetime (with chars just stopping it for one character).
Because a char is at most character long, this can be fixed by not doing highlighting if there is more than one character of code between two single quotes.

Example, lifetimes marked. Everything in red is incorrectly marked.
example.PNG
You do not have the required permissions to view the files attached to this post.
SturgeonsLawyer
Posts: 1
Joined: Sun Apr 05, 2015 7:47 pm

Re: Errors/Warnings/Bugs

Post by SturgeonsLawyer »

HI.

I just solved my 53d problem ... and was awarded the Centurion award. I think something's wrong here.
nivla12345
Posts: 1
Joined: Sun Apr 05, 2015 7:52 pm

Re: Errors/Warnings/Bugs

Post by nivla12345 »

Hello,

I'm in the same boat as SurgeonsLawyer, I solved my 32nd problem and got the centurion prize.
alexey.orlov
Posts: 1
Joined: Sun Apr 05, 2015 7:56 pm

Re: Errors/Warnings/Bugs

Post by alexey.orlov »

I just solved my 53d problem ... and was awarded the Centurion award.
I solved my 32nd problem and got the centurion prize.
same here on 82nd. My account name is alexey.orlov
robertrmitchell
Posts: 1
Joined: Sun Apr 05, 2015 8:08 pm

Re: Errors/Warnings/Bugs

Post by robertrmitchell »

same here: erroneously received centurion too early. username is robertrmitchell.
User avatar
euler
Administrator
Posts: 5095
Joined: Sun Mar 05, 2006 4:49 pm
Location: Cheshire, England
Contact:

Re: Errors/Warnings/Bugs

Post by euler »

Yes, it was a small bug which has now been fixed. I'm afraid that the award will automatically disappear. Sorry about that. I'd made some changes today so that the Progress page shows how close you are to earning the award by hovering the mouse over the award.
Image
impudens simia et macrologus profundus fabulae
SCLT
Posts: 2
Joined: Mon Aug 19, 2013 3:19 pm

Re: Errors/Warnings/Bugs

Post by SCLT »

Every new problem I solve, the link to the problem thread on the congratulations page keeps trying to direct me to the thread for problem 478, which I haven't solved (although it doesn't grant me access). Screenshot attached.

Thoughts?
You do not have the required permissions to view the files attached to this post.
User avatar
euler
Administrator
Posts: 5095
Joined: Sun Mar 05, 2006 4:49 pm
Location: Cheshire, England
Contact:

Re: Errors/Warnings/Bugs

Post by euler »

Thank you for reporting that. I think I found the issue... Could you let me know if the next time you solve a problem that it is fixed?
Image
impudens simia et macrologus profundus fabulae
SCLT
Posts: 2
Joined: Mon Aug 19, 2013 3:19 pm

Re: Errors/Warnings/Bugs

Post by SCLT »

Seems fixed, thanks!
User avatar
euler
Administrator
Posts: 5095
Joined: Sun Mar 05, 2006 4:49 pm
Location: Cheshire, England
Contact:

Re: Errors/Warnings/Bugs

Post by euler »

Thanks for the feedback. I can cross that one off the to-do list now. :wink:
Image
impudens simia et macrologus profundus fabulae
vg_1962
Posts: 1
Joined: Mon Apr 13, 2015 10:25 am

Re: Errors/Warnings/Bugs

Post by vg_1962 »

hello
I'm PE user vg_1962
I can't find my user listed eny more in https://projecteuler.net/country=Italy

why?

thank you
User avatar
hk
Administrator
Posts: 12832
Joined: Sun Mar 26, 2006 10:34 am
Location: Haren, Netherlands

Re: Errors/Warnings/Bugs

Post by hk »

Your profile has been set to private, vgiargia.
Image
War ruins the life and health of untold numbers of innocent children.
wrongrook
Posts: 745
Joined: Sat Oct 17, 2009 10:39 pm

Re: Errors/Warnings/Bugs

Post by wrongrook »

I've just enjoyed solving problem 459 (after a year and a bit) but noticed a slightly curious thing when looking to see how quickly others had managed to solve it:

The fastest solvers list for Problem 459 only mentions 61 people, while the archives page lists 114 people as having solved it. Is this an explanation for this?
User avatar
Marcus_Andrews
Administrator
Posts: 1637
Joined: Wed Nov 09, 2011 5:23 pm

Re: Errors/Warnings/Bugs

Post by Marcus_Andrews »

459 was one of the few problems that had < 100 solvers when the site had to be taken offline for a while (mid June - mid August 2014). As a result, the Fastest Solvers lists for those problems were locked when site access was restored.
jpaulson
Posts: 17
Joined: Thu Dec 05, 2013 7:46 am

Re: Errors/Warnings/Bugs

Post by jpaulson »

Is the site down right now? https://projecteuler.net/ works, but I get a 500 error on any other page (e.g. https://projecteuler.net/recent)
Image
Post Reply