Code Monkey home page Code Monkey logo

laravel-media-converter's People

Contributors

chrisbbreuer avatar dennisong avatar glennmichael123 avatar renovate[bot] avatar serich159 avatar victor-emil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

laravel-media-converter's Issues

404 not found webhook

Package version

v1.2.4

Laravel version

v8

PHP version

v8.1

Description

i have 2 env

staging and production

in staging the webhook always return 200
but in production always get 404 and i don't know why !

this new issue . in the past the production always return 200

staging request :
image

but production request
image

Steps to reproduce

upload video and run convert job
return sns notifiction from aws using controller
show request 404

Too few arguments to function Meema\MediaConverter\Converters\MediaConvert::createJob(), 0 passed in

Following the example for simple job:

use Meema\MediaConverter\Facades\MediaConvert;
use Meema\MediaConverter\Jobs\CreateVideoConversion;

# simple usage
MediaConvert::path('video.mkv') // the s3 path to the file inside the bucket defined in your config (filesystems.disks.s3.bucket)
    ->optimizeForWeb() // will generate an optimized MP4 for you
    ->withThumbnails(int $framerateNumerator, int $framerateDenominator, int $maxCaptures, $width = null, $nameModifier = null, $imageQuality = 80) // will generate thumbnails from the video for you, e.g. poster images
    ->saveTo('my-optimized-video.mp4'); // output file name
    ->createJob();

I dropped the extra ; after the saveTo but createJob() is generating this error:

Too few arguments to function Meema\MediaConverter\Converters\MediaConvert::createJob(), 0 passed in

Anything missing from the example, or anything you can suggest to fix?

Thanks!

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Using npm packages for Renovate presets is now deprecated. Please migrate to repository-based presets instead.
  • WARN: Unsupported composer value

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Detected dependencies

composer
composer.json
  • php ^7.3|^8.0
  • aws/aws-php-sns-message-validator ^1.6
  • aws/aws-sdk-php ^3.173
  • orchestra/testbench ^5.0|^6.0
  • pestphp/pest ^1.0
  • pestphp/pest-plugin-laravel ^1.0
  • phpunit/phpunit ^8.0|^9.3
  • vlucas/phpdotenv ^4.2|^5.3
github-actions
.github/workflows/run-tests.yml
  • actions/checkout v2
  • shivammathur/setup-php v2
  • actions/cache v1
.github/workflows/tag-release.yml
  • actions/checkout v2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.