KasperskyLab / TinyCheck

TinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In order to make it working, you need a computer with a Debian-like operating system and two Wi-Fi interfaces. The best choice is to use a Raspberry Pi (2+) a Wi-Fi dongle and a small touch screen. This tiny configuration (for less than $50) allows you to tap any Wi-Fi device, anywhere.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with the convert_unicode argument on SQLAlchemy

Bunoud opened this issue · comments

commented

Hello,
I made a fresh install on rasp pi 3B of the Bulleye 32bit full OS.
The installation was fine with no error code. When rebooting for first tests, it seems that the front end server did not start.
I tried to restart the frontend process and saw an issue in init.py in line 10
It seems that the "convert_uncicode=True" is no longer usable.
I've tried to figure out what was the origine of this issue, and tried to downgrade the version of SQLAlchemy to 1.4.46 with no success.
Do you had some hints for this issue?
Thanks

commented

After few investigations and some try on debugging its seems that the whole process of mapping and charging the DB is no longer supported by SQLAlchemy. Am i the only one to get this issue ?
Thanks !

Hello
i have the same problem after trying some other linux versions

commented

Anyone know what old version is ok ?

commented

I have tried to downgrade to differents versions, but it seems that no one is working ..
Regards,

the same issue I have also faced.
anyone found a workaround?

found a solution.
edit the file /assets/requirements.txt

replace
sqlalchemy
with
sqlalchemy==1.4.46

uninstall tinyckeck reboot install it again and will work

commented

It's worked for me too. Thanks

I solved the services not starting by sudo pip install SQLAlchemy==1.4.46 without reinstalling tinicheck

Hello everyone!

Seems like problem was solved prior to be fixed.
https://github.com/KasperskyLab/TinyCheck/blob/main/assets/requirements.txt