-
Notifications
You must be signed in to change notification settings - Fork 50
Unable to connect to kernel #483
Comments
Could be due to one of the following:
|
I have a same problem. I clicked the reset packages button, but it didn't help. Also, the network connectivity test in the setting all passed. Different browsers all failed to connect. |
You will need to allow third party cookies if you have disabled that in On 15 November 2016 at 19:42, jin2fantasy [email protected] wrote:
Nishanth H. Kottary |
I have done the following:
However, I am still experiencing Do you have any other suggestion? |
I have had the same problem. Accepting third party cookies and restarting the browser worked for me. |
So, today I've finally got it working. My Firefox browser was set to accept third-party cookies from visited sites. Changing this setting to always solved the problem. Thanks @nkottary . |
You shouldn't need to set "accept third-party cookies" to "always" if your current setting is the more secure "from visited". This is poor practice on JuliaBox's part and the end user should NOT have to degrade their browser security to use this software. I found the solution by checking what "other" cookies JuliaBox saves - unsurprisingly a stupid naming convention issue (JuliaBox's fault) whereby it saves cookies with at trailing dot (i.e. ".com." instead of ".com" as per convention, hence bypassing my regular "allow juliabox.com" filter (which would usually work). So, to allow JuliaBox to work in-browser without reducing your security settings, the solution is under Preferences > Privacy > Exceptions, add the following and click "Allow" to add them to your safe list: juliabox.com That should be the correct fix - which basically allows the stupidly named cookie that JuliaBox uses, without globally allowing ALL third-party cookies (and reducing general security). NB: This applies to Firefox, the method may be different for Chrome/Safari/etc. |
Thanks @zaib4tsu |
I can confirm that in Chromium the problem still persists (don't know if due to the same reason). I can't find a way to make juliabox.com an exception for accepting cookies, neither manually nor hitting in "Always accept cookies from ..." in the GUI. In Firefox however, not even zaib4tsu fix is required. It works out of the box. Cheers, |
Everytime I try starting a new notebook I get a connection error to the kernel. My browser's debugger shows the following message:
I don't know if it can be useful but I'm on Windows 10.
The text was updated successfully, but these errors were encountered: