karthik / binder-test

15 stars 7 forks source link

Binder won't launch with `rocker/binder` >= 4.0.0 #8

Open frederic-santos opened 3 years ago

frederic-santos commented 3 years ago

Hi,

I followed all the instructions from your tutorial. Everything works fine using rocker/binder images < 4.0.0, but I always run into an error when trying to use newer versions, 4.0.x:

500 : Internal Server Error The error was: could not start rstudio in time

My test repo is here, and as you might observe, the "launch binder" button leads to an error. Reverting to the previous commit, where the image rocker/binder:3.6.3 is used, is enough to solve the problem. Am I missing something? Is there anything to do if we want to use the latest rocker images?


Also, this is completely unrelated, but you seem to have an extra tab in README.md, at the beggining of the last line below, which triggers an error for me with the generate_badge() function.:

<!-- badges: start -->
  [![Launch Rstudio Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/karthik/binder-test/master?urlpath=rstudio)
  <!-- badges: end -->