Advertisement
Guest User

pixelfed ModelNotFoundException: No query results for model [App\Status] in Builder.php:527

a guest
Sep 7th, 2022
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. #0 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(102): Illuminate\Database\Eloquent\Builder->firstOrFail()
  2. #1 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/SerializesAndRestoresModelIdentifiers.php(57): App\Jobs\StatusPipeline\StatusTagsPipeline->restoreModel()
  3. #2 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/SerializesModels.php(122): App\Jobs\StatusPipeline\StatusTagsPipeline->getRestoredPropertyValue()
  4. #3 [internal function]: App\Jobs\StatusPipeline\StatusTagsPipeline->__unserialize()
  5. #4 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(97): unserialize()
  6. #5 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(60): Illuminate\Queue\CallQueuedHandler->getCommand()
  7. #6 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\Queue\CallQueuedHandler->call()
  8. #7 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\Queue\Jobs\Job->fire()
  9. #8 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\Queue\Worker->process()
  10. #9 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\Queue\Worker->runJob()
  11. #10 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\Queue\Worker->daemon()
  12. #11 /pixelfed/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\Queue\Console\WorkCommand->runWorker()
  13. #12 /pixelfed/vendor/laravel/horizon/src/Console/WorkCommand.php(51): Illuminate\Queue\Console\WorkCommand->handle()
  14. #13 /pixelfed/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Laravel\Horizon\Console\WorkCommand->handle()
  15. #14 /pixelfed/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
  16. #15 /pixelfed/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure()
  17. #16 /pixelfed/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod()
  18. #17 /pixelfed/vendor/laravel/framework/src/Illuminate/Container/Container.php(653): Illuminate\Container\BoundMethod::call()
  19. #18 /pixelfed/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\Container\Container->call()
  20. #19 /pixelfed/vendor/symfony/console/Command/Command.php(298): Illuminate\Console\Command->execute()
  21. #20 /pixelfed/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\Component\Console\Command\Command->run()
  22. #21 /pixelfed/vendor/symfony/console/Application.php(1024): Illuminate\Console\Command->run()
  23. #22 /pixelfed/vendor/symfony/console/Application.php(299): Symfony\Component\Console\Application->doRunCommand()
  24. #23 /pixelfed/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
  25. #24 /pixelfed/vendor/laravel/framework/src/Illuminate/Console/Application.php(94): Symfony\Component\Console\Application->run()
  26. #25 /pixelfed/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\Console\Application->run()
  27. #26 /pixelfed/artisan(37): Illuminate\Foundation\Console\Kernel->handle()
  28. #27 {main}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement