#Job Payload's data cannot be unserialized
1 messages · Page 1 of 1 (latest)
It definitely exists! The problem, is when I use an online php unserialize tool, it actually unserialize it successfully.
Could it be because of these special characters?
here is the string:
"O:42:\"Lorisleiva\\Actions\\Decorators\\JobDecorator\":6:{s:5:\"tries\";i:3;s:13:\"maxExceptions\";N;s:7:\"timeout\";N;s:14:\"\u0000*\u0000actionClass\";s:54:\"App\\Actions\\Summarizer\\EpisodeSummarizerPipelineAction\";s:13:\"\u0000*\u0000parameters\";a:2:{i:0;O:45:\"Illuminate\\Contracts\\Database\\ModelIdentifier\":5:{s:5:\"class\";s:25:\"App\\Models\\PodcastEpisode\";s:2:\"id\";i:61;s:9:\"relations\";a:0:{}s:10:\"connection\";s:5:\"pgsql\";s:15:\"collectionClass\";N;}i:1;b:0;}s:9:\"\u0000*\u0000action\";s:54:\"App\\Actions\\Summarizer\\EpisodeSummarizerPipelineAction\";}"},"sentry_trace_parent_data":"ac256ec1349a4c649388cac6a0cfd9be-fb383c995346469e-1","sentry_baggage_data":"sentry-trace_id=ac256ec1349a4c649388cac6a0cfd9be,sentry-sample_rate=1,sentry-transaction=livewire%3Fcomponent%3Dpodcast-request-form,sentry-public_key=95de96328a974e6883941c8cbe297b2c,sentry-environment=production"
Check your class name, namespace, and file capitalization