Still getting the problem. Occurs on about half of page loads right now. 
Here's a link to an index page for the repository:

http://paulmasson.github.io/sagemath-docs/functions.html

The interacts are on pages for anything with an index, so try the Bessel or 
elliptic functions. Not all of the links on this page lead to existing 
pages yet.

On Sunday, May 22, 2016 at 1:52:04 PM UTC-7, Andrey Novoseltsev wrote:
>
> On Sunday, 22 May 2016 14:01:26 UTC-6, paulmasson wrote:
>>
>> Andrey, I have a bunch of simple interacts in Github pages of this sort
>>
>> @interact
>>
>> def _( n=slider(0,10,step_size=1) ):
>>
>>   show( plot( bessel_J(n,x), x, 0, n+20, figsize=[4,2], color=(0,.5,1) ) )
>>
>>
>> that randomly fail to interact. The server returns an initial image but 
>> the interact doesn't function. The only error message I'm seeing in the 
>> JavaScript console is
>>
>> The connection to wss://
>> sagecell.sagemath.org/sockjs/699/p0wm4ywe/websocket was interrupted 
>> while the page was loading.
>>
>> Perhaps you're already working on a solution, but thought I should let 
>> you know.
>>
>> Thanks for letting me know - I didn't know this is happening and so far 
> can't reproduce it with this example. How frequent is it? I have pushed a 
> "forced update" a couple hours ago that was not waiting for current users 
> to stop. That may have caused it but it would be over in a few minutes. Do 
> you still have these problems now?
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to