-
Notifications
You must be signed in to change notification settings - Fork 3
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
"None cannot be handled by custom serializers" when producing event to Kafka #788
Comments
I suspect this is actually a bug in the code that creates the event data in the first place. For example, that |
pwnage101
added a commit
to pwnage101/openedx-events
that referenced
this issue
Sep 11, 2024
This should hopefully fix the error we are currently seeing when attempting to serialize real-life LC fulfillments outside of unit test environments. The error is exactly described in this ticket for a different event experiencing the same issue: edx/edx-arch-experiments#788 ENT-9213
pwnage101
added a commit
to pwnage101/openedx-events
that referenced
this issue
Sep 11, 2024
This should hopefully fix the error we are currently seeing when attempting to serialize real-life LC fulfillments outside of unit test environments. The error is exactly described in this ticket for a different event experiencing the same issue: edx/edx-arch-experiments#788 ENT-9213
pwnage101
added a commit
to pwnage101/openedx-events
that referenced
this issue
Sep 11, 2024
This should hopefully fix the error we are currently seeing when attempting to serialize real-life LC fulfillments outside of unit test environments. The error is exactly described in this ticket for a different event experiencing the same issue: edx/edx-arch-experiments#788 ENT-9213
pwnage101
added a commit
to pwnage101/openedx-events
that referenced
this issue
Sep 12, 2024
This should hopefully fix the error we are currently seeing when attempting to serialize real-life LC fulfillments outside of unit test environments. The error is exactly described in this ticket for a different event experiencing the same issue: edx/edx-arch-experiments#788 ENT-9213
pwnage101
added a commit
to pwnage101/openedx-events
that referenced
this issue
Sep 12, 2024
This should hopefully fix the error we are currently seeing when attempting to serialize real-life LC fulfillments outside of unit test environments. The error is exactly described in this ticket for a different event experiencing the same issue: edx/edx-arch-experiments#788 ENT-9213
pwnage101
added a commit
to pwnage101/openedx-events
that referenced
this issue
Sep 17, 2024
This should hopefully fix the error we are currently seeing when attempting to serialize real-life LC fulfillments outside of unit test environments. The error is exactly described in this ticket for a different event experiencing the same issue: edx/edx-arch-experiments#788 ENT-9213
mariajgrimaldi
pushed a commit
to openedx/openedx-events
that referenced
this issue
Sep 17, 2024
This should hopefully fix the error we are currently seeing when attempting to serialize real-life LC fulfillments outside of unit test environments. The error is exactly described in this ticket for a different event experiencing the same issue: edx/edx-arch-experiments#788 ENT-9213
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have intermittently seen errors involving "None cannot be handled by custom serializers" when producing to the event bus.
Example log message that has been pulled apart for readability, and redacted:
Another event on a different topic and with a different signal:
The traceback is the same:
The text was updated successfully, but these errors were encountered: