AleksaMCode / Preferred-Network-List-Sniffer

A reconnaissance tool for capturing and displaying SSIDs from device's Preferred Network List.
MIT License
139 stars 7 forks source link

[BUG] Unhandled exception in ASGI server due to Redis server closure #11

Closed AleksaMCode closed 8 months ago

AleksaMCode commented 8 months ago

Is there an existing issue for this?

Description

An unhandled Exception occurs on the ASGI server when Redis server is closed unexpectedly.

System information

  1. Kali Linux
  2. 2023.3
  3. Raspberry Pi 4

Actual Behavior

Expected Behavior

Steps To Reproduce

  1. Start the Redis server
  2. Start the ASGI server
  3. Start the React server
  4. Start the Sniffer
  5. Close the Redis server

Anything else?

Here is a screenshot of the Exception. Screenshot_2023-12-18_03-29-46 The exception was:

redis.exceptions.ConnectionError: Connection closed by server.