-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
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
Help - Integration With Laravel Job #88
Comments
Hi, seems your route cannot be opened from cli you must give a valid address which is reachable over internet your "route" maybe is producing unreachable URL when you run it from the command line the capture script spawns a new process and it does not know about laravel try to see what your route outputs to other CLI programs for example try
and see if there is any output |
Thanks for replying.
The generated job JS file has the command you are referring to, right?
Because when I copy and paste that into the CLI, it works fine.
…On Wed, Apr 19, 2017 at 3:14 AM, Peter Ivanov ***@***.***> wrote:
Hi, seems your route cannot be opened from cli
you must give a valid address which is reachable over internet
your "route" maybe is producing unreachable URL when you run it from the
command line
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#88 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFMEiTGoNHxtkYfettWN6iMs7kxnkVxVks5rxd5wgaJpZM4NBCe7>
.
|
hi, another guess maybe check if the files in the maybe make |
You must set the url of your application in order to use the route in laravel jobs. Find the setting in app config and replace the appropriate url |
I'm looking to integrate this with a laravel install that requires a login, but any time I try to take a snapshot of a laravel-generated URL, the image won't save out (but the job does save out). For example,
I have a dispatched event handling the request:
Using the laravel route, I don't get any file saved out (screenCapture->save() returns false). But if I go to the job saved out, copy the command, and run it manually in the CLI it saves out correctly.
The text was updated successfully, but these errors were encountered: