Server log not showing

Yes I have the standard IDE view (AFAIK).

Can see agent code, device code, then just a blank log window. Has been doing this for a little while, I haven’t spent a lot of time on it till now. I think the log view went then came back a few times over the last few weeks, now it’s gone completely.

I tried viewing in Incognito window (rules out caches and persistent session variables), same problem…

I don’t seem to be getting those errors in the console anymore, but log is still not being populated.

Just started working… I didn’t do anything special at this end…

Switched to Firefox today. (Version 25.0) loaded Hello world program, Don’t get logs from this program but get some log data from a different program I ran on 11/3. Clear log. Build and Run w/ successful. After a slight delay and clicking on the log window, old log data appears again. Have repeated at least twice.

UPDATE - Looks like IMP was stuck in offline state producing the above log situation. Rebooted (power cycle) and logs working as expected in FireFox.

I have the serverlog showing, but the results is mixed up in sequence. error is 2 fold:

  1. Sequence of output from logTable code (courtesy of @beardedinventor) is wrong.
  2. error messages relating to nonexisting index is mixed into logTable output.

This situation makes debugging completely impossible.
Should a server.flush() be added after every server.log? Hope not…

All help appreciated…

2013-11-24 13:12:25 UTC+2: [Agent] …x-forwarded-proto: http
2013-11-24 13:12:25 UTC+2: [Agent] …connection: keep-alive
2013-11-24 13:12:25 UTC+2: [Agent] …user-agent: NetIO/1.4.3 CFNetwork/672.0.8 Darwin/14.0.0
2013-11-24 13:12:25 UTC+2: [Agent] …x-forwarded-for: 197.83.242.174
2013-11-24 13:12:25 UTC+2: [Agent] …accept: /
2013-11-24 13:12:25 UTC+2: [Agent] …x-forwarded-port: 80
2013-11-24 13:12:25 UTC+2: [Agent] …accept-encoding: gzip, deflate
2013-11-24 13:12:25 UTC+2: [Agent] …host: agent.electricimp.com
2013-11-24 13:12:25 UTC+2: [Agent] headers: {
2013-11-24 13:12:25 UTC+2: [Agent] }
2013-11-24 13:12:25 UTC+2: [Agent] …accept-language: en-us
2013-11-24 13:12:25 UTC+2: [Agent] method: GET
2013-11-24 13:12:25 UTC+2: [Agent] path: /netio:80/
2013-11-24 13:12:25 UTC+2: [Agent] body:
2013-11-24 13:12:25 UTC+2: [Agent] }
2013-11-24 13:12:25 UTC+2: [Agent] …get: Light
2013-11-24 13:12:25 UTC+2: [Agent] query: {
2013-11-24 13:12:27 UTC+2: [Agent] …connection: keep-alive
2013-11-24 13:12:27 UTC+2: [Agent] …user-agent: NetIO/1.4.3 CFNetwork/672.0.8 Darwin/14.0.0
2013-11-24 13:12:27 UTC+2: [Agent] …x-forwarded-for: 197.83.242.174
2013-11-24 13:12:27 UTC+2: [Agent] …accept: /
2013-11-24 13:12:27 UTC+2: [Agent] …x-forwarded-port: 80
2013-11-24 13:12:27 UTC+2: [Agent] …accept-encoding: gzip, deflate
2013-11-24 13:12:27 UTC+2: [Agent] …host: agent.electricimp.com
2013-11-24 13:12:27 UTC+2: [Agent] headers: {
2013-11-24 13:12:27 UTC+2: [Agent] …x-forwarded-proto: http
2013-11-24 13:12:27 UTC+2: [Agent] method: GET
2013-11-24 13:12:27 UTC+2: [Agent] path: /netio:80/
2013-11-24 13:12:27 UTC+2: [Agent] body:
2013-11-24 13:12:27 UTC+2: [Agent] }
2013-11-24 13:12:27 UTC+2: [Agent] …get: Temp
2013-11-24 13:12:27 UTC+2: [Agent] query: {
2013-11-24 13:12:27 UTC+2: [Agent] }
2013-11-24 13:12:27 UTC+2: [Agent] …accept-language: en-us
2013-11-24 13:12:28 UTC+2: [Agent] …connection: keep-alive
2013-11-24 13:12:28 UTC+2: [Agent] …user-agent: NetIO/1.4.3 CFNetwork/672.0.8 Darwin/14.0.0
2013-11-24 13:12:28 UTC+2: [Agent] …x-forwarded-for: 197.83.242.174
2013-11-24 13:12:28 UTC+2: [Agent] …accept: /
2013-11-24 13:12:28 UTC+2: [Agent] …x-forwarded-port: 80
2013-11-24 13:12:28 UTC+2: [Agent] …accept-encoding: gzip, deflate
2013-11-24 13:12:28 UTC+2: [Agent] …host: agent.electricimp.com
2013-11-24 13:12:28 UTC+2: [Agent] headers: {
2013-11-24 13:12:28 UTC+2: [Agent] …accept-language: en-us
2013-11-24 13:12:28 UTC+2: [Agent] …x-forwarded-proto: http
2013-11-24 13:12:28 UTC+2: [Agent] at netioHttpHandler:331
2013-11-24 13:12:28 UTC+2: [Agent] the index ‘0’ does not exist
2013-11-24 13:12:28 UTC+2: [Agent] method: GET
2013-11-24 13:12:28 UTC+2: [Agent] path: /netio:80/
2013-11-24 13:12:28 UTC+2: [Agent] body:
2013-11-24 13:12:28 UTC+2: [Agent] }
2013-11-24 13:12:28 UTC+2: [Agent] …get: SSR0
2013-11-24 13:12:28 UTC+2: [Agent] query: {
2013-11-24 13:12:28 UTC+2: [Agent] }
2013-11-24 13:12:28 UTC+2: [Agent] from unknown:309

I have the situation where the IMP was not powered for months, now I have it powered and flakey server logs. I have seen them but sporadically and now there are none. Using Chrome Version 31.0.1650.63 m Thanks.