mushorg / tanner

He who flays the hide
GNU General Public License v3.0
220 stars 101 forks source link

Session analyzer is not working #426

Open JohnBonJo opened 1 year ago

JohnBonJo commented 1 year ago

I'm running it with docker

In docker/redis/Dockerfile I have changed redis:alpine to redis:6.2.7-alpine because I needed a lower redis rdb version to use it with a tool called redis-rdb-tools.

But it is not working. Also the web server displays empty data. I've tried to trace the problem and I believe it is in session analyzer. https://github.com/mushorg/tanner/blob/main/tanner/sessions/session_analyzer.py#L21

Changes from mushorg/tanner:main 1

2

Any help is appreciated @toyray @afeena @mzfr