Skip to content
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

Inets: module traverse failed #40

Closed
fooflare opened this issue Oct 30, 2014 · 3 comments
Closed

Inets: module traverse failed #40

fooflare opened this issue Oct 30, 2014 · 3 comments

Comments

@fooflare
Copy link
Contributor

I hope this time, I have checked everything I should (I think so). The handler error of yesterday have been fixed, but I still get this error in inets.log. In Firefox, I am getting each time I click a link, the line of the red panel in the top of the page all the time (in Chrome I can't see it):

[30/Oct/2014:10:40:01 +0100], module traverse failed: inets_simple_bridge_anchor:do =>
Error Type: exit
Error: normal
Stack trace: [{inets_simple_bridge_anchor,do,1,
[{file,
"src/inets_bridge_modules/inets_simple_bridge_anchor.erl"},
{line,16}]},
{httpd_response,traverse_modules,2,
[{file,"httpd_response.erl"},{line,72}]},
{httpd_response,generate_and_send_response,1,
[{file,"httpd_response.erl"},{line,40}]},
{httpd_request_handler,handle_response,1,
[{file,"httpd_request_handler.erl"},{line,527}]},
{gen_server,handle_msg,5,
[{file,"gen_server.erl"},{line,599}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,237}]}]

@choptastic
Copy link
Member

This was a side-effect of the inets sockets getting hijacked, but this error should no longer be spamming your inets.log file as of 62ddd55

I'm still looking into the red prompt at the top of Nitrogen in firefox.

@fooflare
Copy link
Contributor Author

About the prompt, this is what I get in Firebug:

The connection ws://localhost:8000/ was interrupted while the page was loading nitrogen.js (line 1195)
this.$websocket = new WebSocket(ws_url);

Websockets disabled or disconnected nitrogen.js (line 896)
Websockets Enabled nitrogen.js (line 896)

@choptastic
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants