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
Everything was ok on version 3.58.0
Since I upgraded to version 3.58.1, I get an error.
After analysis I noticed that the symbol "&" for parameters in a URL generate an error.
Error Output:
================
undefined:1
{"url":"https:\/\/spatie.be\/docs\/browsershot\/v2\/introduction?test
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at Object.<anonymous> (D:\sites\ooust\vendor\spatie\browsershot\bin\browser.cjs:15:12)
at Module._compile (node:internal/modules/cjs/loader:1119:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1173:10)
at Module.load (node:internal/modules/cjs/loader:997:32)
at Module._load (node:internal/modules/cjs/loader:838:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:18:47
Node.js v18.8.0
'test2' n'est pas reconnu en tant que commande interne
ou externe, un programme ex�cutable ou un fichier de commandes.
Without symbol "&" in URL it's works fine.
Can you check please?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Everything was ok on version 3.58.0
Since I upgraded to version 3.58.1, I get an error.
After analysis I noticed that the symbol "&" for parameters in a URL generate an error.
I'am on Windows.
PHP 8.2.3
The code :
Errors :
Without symbol "&" in URL it's works fine.
Can you check please?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions