Re: confbridge ACL Error
DO1KBL, Kim
When I Change
This line (516) : ACL = build_acl('sub_acl') into: ACL = True than the confbridge start but when I sent with my Radio I get this: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 86, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext return func(*args,**kw) File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 597, in _doReadOrWrite why = selectable.doRead() --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/udp.py", line 249, in doRead self.protocol.datagramReceived(data, addr) File "/home/Kim/hblink/hblink.py", line 486, in client_datagramReceived self.dmrd_received(_radio_id, _rf_src, _dst_id, _seq, _slot, _call_type, _frame_type, _dtype_vseq, _stream_id, _data) File "hb_confbridge.py", line 245, in dmrd_received if allow_sub(_rf_src) == False: exceptions.NameError: global name 'allow_sub' is not defined Am 23.08.2018 um 19:39 schrieb kbluetkemeier via Groups.Io: Hey I Updated my Old HBlink and I'm receiving an error when starting Confbridge.py:
|
|