skeleton-htmengine-app icon indicating copy to clipboard operation
skeleton-htmengine-app copied to clipboard

Bare-bones example of an htmengine application

Results 7 skeleton-htmengine-app issues
Sort by recently updated
recently updated
newest added

When starting supervisor, all services start ok except for anommaly_service which fails. When looking at the log, says this : Fatal Python error: PyThreadState_Get: no current thread various times. Moreover...

This repo's README suggests that the [supervisord] "environment" property points to the htmengine conf dir. However, this example (https://github.com/htm-community/htmengine-traffic-tutorial/blob/master/python-engine/conf/supervisord.conf) points "environment" at the conf dir of the user's custom "skeleton"...

POST to create model should not accept the entire model params JSON object instead of just min/max. Depends on https://github.com/numenta/numenta-apps/issues/503

enhancement

Not exactly an issue, more of a suggestion to include a comment in the supervisord.conf for the server section `[inet_http_server]` `port=127.0.0.1:9001` For anyone trying to access supervisor through an external...

The shell command given in the example from the readme is as follows: ``` while true; do while true; do echo "`(uptime | awk -F'[a-z]:' '{ print $2}' | awk...

bug

Hi there! I have installed it jus like the doc says but I'm not being able to start anomaly service inside htmengine, it outputs: ``` Fatal Python error: PyThreadState_Get: no...

Now that I've got a lot of data in the HTM Engine, I don't want to get all of it on every GET. Example: ``` curl http://localhost:8080/177 ``` Gives me...