Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

some messages don't have a message ID, fix it during ingest #2

Open
glyph opened this issue Jan 6, 2017 · 0 comments
Open

some messages don't have a message ID, fix it during ingest #2

glyph opened this issue Jan 6, 2017 · 0 comments

Comments

@glyph
Copy link
Contributor

glyph commented Jan 6, 2017

Traceback (most recent call last):
  File "/appenv/site-packages/twisted/internet/defer.py", line 651, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/appenv/site-packages/twisted/internet/defer.py", line 1355, in gotResult
    _inlineCallbacks(r, g, deferred)
  File "/appenv/site-packages/twisted/internet/defer.py", line 1297, in _inlineCallbacks
    result = result.throwExceptionIntoGenerator(g)
  File "/appenv/site-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
    return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
  File "/appenv/site-packages/klein/storage/_sql.py", line 136, in sql
    result = yield callable(txn)
  File "/appenv/site-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks
    result = g.send(result)
  File "/appenv/site-packages/txlists/app.py", line 153, in do
    id=message['message-id'].decode('charmap'),
exceptions.AttributeError: 'NoneType' object has no attribute 'decode'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant