John Andrews

Results 52 comments of John Andrews

Here is the full log, stopped responding 9 seconds this time ``` 2022-03-04 08:25:27,677 -- WARNING -- PsUtil can not grab processes gids ('Process' object has no attribute 'gids') 2022-03-04...

the data is stored in localstorage, ie its fetched by the browser, not the server. so unless the page is opened, it cannot download more data.

it caches the last data it fetched so when the page loads it has something to show. but then it should trigger an update if that data is too old...

it should be saving the selected dashboard to a cookie and then that is used when loading fenrus. this is certainly working on my instance, as I use a work...

Look at the network requests, look to see if the cookie is being sent/saved. maybe you have a addon/service that disables cookies?

The entire reason to use a cookie is so it's persistent and sent with every request. Try a different browser. curious if it's a browser issue or a machine. Also,...

thats an error from FFMPEG best to seek support from FFMPEG to see what the issue is

TBH I'm not convinced. you mention flow, which means the file log and not the system log. And the file logs now are pretty small, and each step can be...

v1.0.3 will add some more logging to try figure this out. something with what its trying to insert int the db, but without the insert statement cant do much. v1.0.3...