matomo-org / plugin-PiwikDebugger

Debug and troubleshoot a Matomo server or a plugin with this useful plugin toolkit
GNU General Public License v3.0
3 stars 6 forks source link

Debug bar not returning data and keep polling #16

Closed mattab closed 10 years ago

mattab commented 10 years ago

I tried to execute in debug bar both top and ./console help and they don't return, the request keeps polling with the response being {"output":"","returnCode":null}

See screen: debug bar not working

Any idea?

diosmosis commented 10 years ago

@mattab Note: top and programs like it won't work since they require a real terminal (ie, you can't just redirect output to a file).

diosmosis commented 10 years ago

@mattab top -n 1 -b works though.

mattab commented 10 years ago

Ok makes sense!