Skip to content

No option 'quic' in section: 'Responder Core' #316

@Khatcode

Description

@Khatcode

Got this error recently. Not sure if anyone else had this, but the small fix was adding
QUIC = Off
or
QUIC = On
To the responder config file. Not sure if that actually fixes anything on the backend. But it runs for me without errors.

sudo responder -I eth0
__
.----.-----.-----.-----.-----.-----.--| |.-----.----.
| _| -| --| _ | _ | | _ || -| _|
|
| ||| ||||||||
|
_|

       NBT-NS, LLMNR & MDNS Responder 3.1.6.0

To support this project:
Github -> https://github.com/sponsors/lgandx
Paypal -> https://paypal.me/PythonResponder

Author: Laurent Gaffie (laurent.gaffie@gmail.com)
To kill this script hit CTRL-C

Traceback (most recent call last):
File "/usr/lib/python3.13/configparser.py", line 818, in get
value = d[option]
~^^^^^^^^
File "/usr/lib/python3.13/collections/init.py", line 1019, in getitem
return self.missing(key) # support subclasses that define missing
~~~~~~~~~~~~~~~~^^^^^
File "/usr/lib/python3.13/collections/init.py", line 1011, in missing
raise KeyError(key)
KeyError: 'quic'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/share/responder/./Responder.py", line 67, in
settings.Config.populate(options)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/usr/share/responder/settings.py", line 127, in populate
self.QUIC_On_Off = self.toBool(config.get('Responder Core', 'QUIC'))
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/configparser.py", line 821, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'quic' in section: 'Responder Core'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions