monast icon indicating copy to clipboard operation
monast copied to clipboard

exception on startup

Open ftoledo opened this issue 5 years ago • 0 comments

[Mon Jan 20 17:21:45 2020] NOTICE   :: Initializing Monast AMI Interface...
[Mon Jan 20 17:21:45 2020] NOTICE   :: Parsing config file /etc/monast.conf
[Mon Jan 20 17:21:45 2020] NOTICE   :: Server Astx :: AMI Connected...
[Mon Jan 20 17:21:45 2020] WARNING  :: Server Astx :: Queue not found: None
[Mon Jan 20 17:21:45 2020] WARNING  :: Server Astx :: Queue not found: None
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 464, in _startRunCallbacks
    self._runCallbacks()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 368, in callback
    self._startRunCallbacks(result)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 464, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "./monast.py", line 1846, in onStatusComplete
    tech, chan = channel.rsplit('-', 1)[0].split('/', 1)
exceptions.AttributeError: 'NoneType' object has no attribute 'rsplit'

ftoledo avatar Jan 20 '20 20:01 ftoledo