numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 15 forks source link

this.seq.first and this.seq.last error on OEIS A006577 #409

Closed katestange closed 2 months ago

katestange commented 2 months ago

On the sequence https://oeis.org/A006577, nothing in ui2 works (none of the visualizers) since we are receiving

this.seq.first = Infinity and this.seq.last = -Infinity

gwhitney commented 2 months ago

Can you try this sequence again in a new browser or in one with the cache cleared? I am loading the sequence fine. I suspect that what we are seeing with this and #407 is that when there is a network or server problem with a given sequence, the bad information is being cached and then it seems to be a persistent problem with that sequence. I will investigate further.

gwhitney commented 2 months ago

Closing as duplicate of #407.