Kismon / kismon

A GUI client for kismet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: 'ConnectionError' object has no attribute 'message'

ProHackTech opened this issue · comments

I git cloned kismon and installed it using the instructions in the documentation, but upon running it through terminal, the following error is displayed:
'ConnectionError' object has no attribute 'message'

Kismet Version: Kismet 2016-07-R1

Python Version: Python 3.7.3rc1

kismon log

# kismon
13:33:28,988 INFO     [config.py:111] loading json config
13:33:29,26 DEBUG    [map.py:392] set source openstreetmap
13:33:29,52 INFO     [client_rest.py:67] Client: start http://127.0.0.1:2501
13:33:29,55 ERROR    [client_rest.py:124] Client: failed to connect
13:33:29,55 ERROR    [client_rest.py:125] 'ConnectionError' object has no attribute 'message'
13:33:29,57 INFO     [client_rest.py:67] Client: start http://server2:2501
13:33:29,103 INFO     [networks.py:110] Loading networks.json
13:33:29,103 INFO     [networks.py:131] Total networks 0
13:33:29,137 ERROR    [client_rest.py:124] Client: failed to connect
13:33:29,137 ERROR    [client_rest.py:125] 'ConnectionError' object has no attribute 'message'

Using the released version 0.9 instead of the git master should solve your problem. The git master requires Kismet 2019-01-beta2.