Skip to content

Instantly share code, notes, and snippets.

@jerith
Created July 23, 2011 09:54
Show Gist options
  • Save jerith/1101244 to your computer and use it in GitHub Desktop.
Save jerith/1101244 to your computer and use it in GitHub Desktop.
2011-07-23 00:37:42+0200 [Vas2NetsTransport,client] Unhandled error in Deferred:
2011-07-23 00:37:42+0200 [Vas2NetsTransport,client] Unhandled Error
Traceback (most recent call last):
File "/Users/jerith/code/vumi-campaigns/ve/lib/python2.6/site-packages/twisted/internet/defer.py", line 823, in _inlineCallbacks
result = g.send(result)
File "/Users/jerith/code/vumi/vumi/service.py", line 217, in consume
message.content.body))
File "/Users/jerith/code/vumi/vumi/service.py", line 247, in consume_message
return self.callback(message)
File "/Users/jerith/code/vumi-campaigns/ve/lib/python2.6/site-packages/twisted/internet/defer.py", line 944, in unwindGenerator
return _inlineCallbacks(None, f(*args, **kwargs), Deferred())
--- <exception caught here> ---
File "/Users/jerith/code/vumi-campaigns/ve/lib/python2.6/site-packages/twisted/internet/defer.py", line 823, in _inlineCallbacks
result = g.send(result)
File "/Users/jerith/code/vumi/vumi/workers/vas2nets/transport.py", line 183, in handle_outbound_message
'text': validate_characters(data['message']),
File "/Users/jerith/code/vumi/vumi/workers/vas2nets/transport.py", line 46, in validate_characters
raise Vas2NetsEncodingError, 'illegal character %s' % char
vumi.workers.vas2nets.transport.Vas2NetsEncodingError: illegal character '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment