pepkit / caravel

A web GUI for pipeline job submission and management
http://caravel.databio.org
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

ERROR: Other instance of caravel is running elsewhere. #40

Closed nsheff closed 5 years ago

nsheff commented 5 years ago

There appear to be a bunch of problems in the current release of caravel that make it unusable, just in my tests... In addition to #39, here's another issue:

When clicking 'start over', I always seem to get this error:

Caravel server encountered exception(s):

    Other instance of caravel is running elsewhere. Log in using the URL printed to the terminal when it was started.

Steps to reproduce:

  1. start caravel with example file.
  2. choose the first project and click "Go"
  3. click on the "caravel" logo, or on the "start over" logo

I'm not running any other instances of caravel.

stolarczyk commented 5 years ago

This issue, #39, #41 and probably many others are caused by the problem described in #36. Maybe we could hard-code the options in the version 0.1 of caravel (to be compatible with the current version of looper) and work on automatic options determination in 0.2? Which is what we have planned, actually.

nsheff commented 5 years ago

Got it, I see now! I was looking at the web browser, not the terminal.

nsheff commented 5 years ago

Fixed by #42.