ADI-Labs / density

wireless density API
13 stars 26 forks source link

Can't Seem To Run Locally? #133

Closed jzf2101 closed 9 years ago

jzf2101 commented 9 years ago

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

thebrianzeng commented 9 years ago

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 https://github.com/adicu/density/issues/133.

jzf2101 commented 9 years ago

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

thebrianzeng commented 9 years ago

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 https://github.com/adicu/density/issues/133#issuecomment-85154870.

jzf2101 commented 9 years ago

Ah! That solved it! I was able to fix it :smiley: