You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally the scripts gets a URL that results in a server-side 301 or 302 redirect. When this happens, PhantomJS is not following it and I get the error:
Uncaught exception 'Screen\Exceptions\PhantomJsException' with message 'Unable to load the address!' in microweber/screen/src/Capture.php:259
I am using the following options/flags:
ignore-ssl-errors = "true"
ssl-protocol = "any"
web-security = "true"
It works fine when the URL does not redirect. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Occasionally the scripts gets a URL that results in a server-side 301 or 302 redirect. When this happens, PhantomJS is not following it and I get the error:
Uncaught exception 'Screen\Exceptions\PhantomJsException' with message 'Unable to load the address!' in microweber/screen/src/Capture.php:259
I am using the following options/flags:
It works fine when the URL does not redirect. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: