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 working on Lightning, it looks like a phenomenal piece of software. I am having some trouble getting it to work though.
I set up the lightning server on a Heroku instance. I then want to interact with it via IPython, running locally. I wrote the following code, following the examples:
When I run it, a bar appears on the left side of the IPython notebook. But nothing works, and the top logo cannot be displayed. The source of the logo is /images/lightning.svg , although I think it should be https://xxxxx.herokuapp.com/images/lightning.svg. The path for the CSS and the JS files do look correct.
Regardless, all I see is the string 500 instead of the plot.
Any ideas what's happening?
The text was updated successfully, but these errors were encountered:
@bbirand Thanks for reporting this! I'm fairly certain the problem is specific to the heroku build, but there's definitely an issue! I just tried creating a fresh heroku install from scratch myself and found the same behavior you describe.
I did confirm that your example works fine in iPython when running against a local server, or a remote server I created on heroku just a couple weeks ago, so I suspect we pushed something to the server code very recently that's causing this bug (or something changed in the default deployment config).
Thanks for working on Lightning, it looks like a phenomenal piece of software. I am having some trouble getting it to work though.
I set up the lightning server on a Heroku instance. I then want to interact with it via IPython, running locally. I wrote the following code, following the examples:
When I run it, a bar appears on the left side of the IPython notebook. But nothing works, and the top logo cannot be displayed. The source of the logo is
/images/lightning.svg
, although I think it should behttps://xxxxx.herokuapp.com/images/lightning.svg
. The path for the CSS and the JS files do look correct.Regardless, all I see is the string
500
instead of the plot.Any ideas what's happening?
The text was updated successfully, but these errors were encountered: