Hello,
when I try to use PyPAD with icecast2 I got this error:

Traceback (most recent call last):
  File "/usr/lib64/python3.6/configparser.py", line 789, in get
    value = d[option]
  File "/usr/lib64/python3.6/collections/__init__.py", line 883, in
__getitem__
    return self.__missing__(key)            # support subclasses that
define __missing__
  File "/usr/lib64/python3.6/collections/__init__.py", line 875, in
__missing__
    raise KeyError(key)
KeyError: 'syslogfacility'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib64/rivendell/pypad/pypad_icecast2.py", line 97, in <module>
    rcvr.start(sys.argv[1],int(sys.argv[2]))
  File "/usr/local/lib64/python3.6/site-packages/pypad.py", line 857, in
start
    print('SyslogFacility:
'+str(rd_config.get('Identity','SyslogFacility')))
  File "/usr/lib64/python3.6/configparser.py", line 792, in get
    raise NoOptionError(option, section)
configparser.NoOptionError: No option 'syslogfacility' in section:
'Identity'

do I miss something?

regards
Gabriele
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to