-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to launch commuter #249
Comments
@rgbkrk Is this still the right repo to track issues against? I also couldn't run, after doing an npm install as suggested by the docs. @aquazure I could get it to start if I clone master, maybe thats what you'll need to do for now too |
@aquazure yours may be a dupe of: #247 |
Retried with:
As well as cloning master branch into local directory and running I still get thrown the same error, however... |
Super sorry! This is the right repo. We've been going through some structural changes with the nteract repos so I didn't get this one back to a normal state. On my end I've been focused on an internal fork of commuter (at Netflix) and want to get the changes to be minimal on both while getting prod mode back to working for the deployed version externally. I've sadly not been running with the |
Hey, don't worry! We all have day jobs, that tend to not focus around supporting random folk from the interwebs :) I managed to get it to start with:
This gets me into a state in which the bottom half of each page (directory tree and notebooks) takes a full screen's worth of space and simply says: An unexpected error has occurred. in the center of the page. If there is some way to turn up the verbosity of logging, I'd be happy to try it out. My guess (given that this is the issue, that started me down the path to building it myself, when the version in npm broke) is that the cause of the error message is the same as: #248 But I don't have anything in the logs that proves it |
ping /feelsbad |
I just migrated all the issues for commuter over to this repo and will start handling an overhaul of commuter with a few other folks. My most recent relevant update is from #249 (comment):
|
Is this Issue fixed? I am getting the error below, after installing babel manually `SyntaxError: backend/config.js: Unexpected token, expected , (3:22)
|
It's not fixed and not ready for consumption currently. We're doing some internal fixups and will be posting a refreshed commuter soon. Curiosity -- will you be backing notebooks with local storage or S3? |
I managed to run it with |
Local storage @rgbkrk. |
Local Storage |
@taniki Can you share how you run it?
|
ecosystem.config.js
and
|
@taniki thank you for your quick response. I tried the solution but it fails in the same way:
Maybe the path
|
@weldpua2008 you should try with current |
Hi @rgbkrk, any news? |
Hello folks! I was able to reproduce this on my local machine in commuter v.5.7.0. I've publish a new minor version of commuter (5.8.0) that resolves this issue on my machine. Upgrading to this new minor version should resolve this issue. |
I am trying to set up commuter to work with an s3 storage backend on an Amazon EC2 instance.
Referencing the documentation at https://github.com/nteract/commuter I have set the relevant environment variables with the following commands:
But when trying to launch commuter via
commuter
command I get the following error:Would love to get this set up, is this a reasonable place to ask for this sort of help?
Thanks,
The text was updated successfully, but these errors were encountered: