Support the ongoing development of Laravel.io →
posted 10 years ago
Queues

I have been using push queues with IronIO for awhile and it works fine most of the time. However I have a problem where I get an error occasionally:

lluminate\\Encryption\\DecryptException(code: 0): Invalid data. at /home/saccasting/public_html/saccasting/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php:139

It's with the /queue/push. So it appears to be trying to decrypt the JSON ironIO data on event->fire().

When it happens it appears to cause the queue action to happen again, however it appears like the first instance runs anyways. So that action will happen twice. It happens about 2-3 times a month and I can't even seem to reproduce it, when I try.

Anyone have any ideas or even maybe how to capture the the JSON event data that it's trying to decrypt?

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

T3chn0crat t3chn0crat Joined 26 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.