ADI-Labs/density

Can't Seem To Run Locally?

Closed this issue · 4 comments

When I run density.py

screen shot 2015-03-21 at 15 15 37

And I go to the socket, I get this error:

screen shot 2015-03-21 at 15 14 37

hmm, can you try printing out the exception in the function that handles it?

On Sat, Mar 21, 2015 at 3:16 PM jzf2101 notifications@github.com wrote:

When I run density.py
[image: screen shot 2015-03-21 at 15 15 37]
https://cloud.githubusercontent.com/assets/1373035/6766441/2bf66b66-cfdd-11e4-911a-2b4580da044f.png
And I go to the socket, I get this error:
[image: screen shot 2015-03-21 at 15 14 37]
https://cloud.githubusercontent.com/assets/1373035/6766440/162e94b6-cfdd-11e4-812d-429249415169.png


Reply to this email directly or view it on GitHub
#133.

@thebrianzeng How would I do that? The output from terminal is what I get when I go to localhost:5000

in density.py after line 95, add a print e

On Mon, Mar 23, 2015 at 3:17 PM jzf2101 notifications@github.com wrote:

How would I do that? The output from terminal is what I get when I go to
localhost:5000


Reply to this email directly or view it on GitHub
#133 (comment).

Ah! That solved it! I was able to fix it 😃