Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing participant property during delivery #1400

Open
gdchamal opened this issue May 27, 2019 · 0 comments
Open

Missing participant property during delivery #1400

gdchamal opened this issue May 27, 2019 · 0 comments

Comments

@gdchamal
Copy link
Member

gdchamal commented May 27, 2019

Twitter message delivery fail with this kind of error :

[mq-worker-697b466cf8-f8xrf] Traceback (most recent call last): 
[mq-worker-697b466cf8-f8xrf]   File "/srv/caliopen/src/backend/interfaces/NATS/py.client/caliopen_nats/subscribers.py", line 93, in process_raw 
[mq-worker-697b466cf8-f8xrf]     new_message = deliver.process_raw(payload['message_id']) 
[mq-worker-697b466cf8-f8xrf]   File "/srv/caliopen/src/backend/interfaces/NATS/py.client/caliopen_nats/delivery.py", line 36, in process_raw 
[mq-worker-697b466cf8-f8xrf]     message = self.qualifier.process_inbound(raw) 
[mq-worker-697b466cf8-f8xrf]   File "/srv/caliopen/src/backend/components/py.pi/caliopen_pi/qualifiers/twitter.py", line 78, in process_inbound 
[mq-worker-697b466cf8-f8xrf]     new_message) 
[mq-worker-697b466cf8-f8xrf]   File "/srv/caliopen/src/backend/components/py.pi/caliopen_pi/qualifiers/twitter.py", line 29, in lookup_discussion_sequence 
[mq-worker-697b466cf8-f8xrf]     participants = message.hash_participants 
[mq-worker-697b466cf8-f8xrf]   File "/srv/caliopen/src/backend/main/py.main/caliopen_main/message/parameters/message.py", line 62, in hash_participants 
[mq-worker-697b466cf8-f8xrf]     ids_hash = hash_participants_uri(self.participants) 
[mq-worker-697b466cf8-f8xrf]   File "/srv/caliopen/src/backend/main/py.main/caliopen_main/participant/core/participant.py", line 40, in hash_participants_uri 
[mq-worker-697b466cf8-f8xrf]     raise Exception("missing mandatory property in participant") 
[mq-worker-697b466cf8-f8xrf] Exception: missing mandatory property in participant 
[mq-worker-697b466cf8-f8xrf] ERROR:subscribers:deliver process failed for raw {u'message_id': u'956b2d1c-4aa0-4526-9d80-2db55470ec51', u'user_id': u'7559ef2c-9a9d-40f8-8ff2-3636d10d90f6', u'order': u'process_raw', u'identity_id': u'4aebb920-9e3c-4a1f-8cd7-e48e59ef4756'}: None 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant