You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the proof-of-concepts here. I was trying to get this to run locally too with repo2docker https://github.com/informatics-lab/binder_rstudio_jupyterlab_example. The image appeared to build OK and I can access jupyterlab fine, but spawning an rstudio session fails, as per below. Would you have any pointers on what might be going wrong here? Does this work for you if you build locally?
[E 09:28:50.303 NotebookApp] 500 GET /rstudio/ (192.168.192.3) 5260.850000ms referer=None
/srv/conda/envs/notebook/lib/python3.7/json/encoder.py:257: UserWarning: date_default is deprecated since jupyter_client 7.0.0. Use jupyter_client.jsonutil.json_default.
return _iterencode(o, 0)
[W 09:32:12.764 NotebookApp] 500 GET /rstudio/ (192.168.192.3): could not start rstudio in time
[E 09:32:12.767 NotebookApp] {
"Host": "192.168.192.63:47495",
"Connection": "keep-alive",
"Upgrade-Insecure-Requests": "1",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
"Referer": "http://192.168.192.63:47495/lab",
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "en-GB,en-US;q=0.9,en;q=0.8",
"Cookie": "_xsrf=2|e2b29080|bffe420f32ce31a255b5e5bdb2a1a213|1660755080; username-192-168-192-63-8888=\"2|1:0|10:1660804790|28:username-192-168-192-63-8888|44:MjlmYTk3ZDFmNmVlNGVlZTlhNWMzMzNkOWE1Y2VmMzk=|92598c3a3fa72b829cf42a148ba89865f640709e978fa1602c683ca9e8344c9e\"; username-192-168-192-63-47495=\"2|1:0|10:1662111124|29:username-192-168-192-63-47495|44:YjQ2MDk4N2M1NmQ0NDhjODlmMzhhYjFmZWJmOThkM2Q=|8091e4d34b47d49de1fc7bc15e7d590f6f06becdad5b366f31f21c7b12a5de4f\""
}
[E 09:32:12.767 NotebookApp] 500 GET /rstudio/ (192.168.192.3) 5064.850000ms referer=http://192.168.192.63:47495/lab
The text was updated successfully, but these errors were encountered:
Thanks for the proof-of-concepts here. I was trying to get this to run locally too with
repo2docker https://github.com/informatics-lab/binder_rstudio_jupyterlab_example
. The image appeared to build OK and I can access jupyterlab fine, but spawning an rstudio session fails, as per below. Would you have any pointers on what might be going wrong here? Does this work for you if you build locally?The text was updated successfully, but these errors were encountered: