We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Firstly, thank you for this project.
We used your pack today and we're stuck with an error :
The content we send via rabbit for our tests :
Unless I'm mistaken, if the _deserialize_body function works and returns a dict, then the decode() function crashes in all cases.
Shouldn't the decode function be set before the _deserialize_body ?
The text was updated successfully, but these errors were encountered:
Could the .decode() be there in case when pickle is used?
.decode()
pickle
stackstorm-rabbitmq/sensors/queues_sensor.py
Line 11 in e79bced
I think it's worth enclosing .decode() in some try/catch, unless you see a better way. Please open a PR to fix your issue anyway.
Sorry, something went wrong.
No branches or pull requests
Hello,
Firstly, thank you for this project.
We used your pack today and we're stuck with an error :
The content we send via rabbit for our tests :
Unless I'm mistaken, if the _deserialize_body function works and returns a dict, then the decode() function crashes in all cases.
Shouldn't the decode function be set before the _deserialize_body ?
The text was updated successfully, but these errors were encountered: