balkoonline
balkoonline
I have just found also that **function serverPort()** in **/vendor/nesk/rialto/src/ProcessSupervisor.php** on line 331 is not returning valid integer value, to be precise it is not returning any value as $iterator...
Thanks @spekulatius for useful tip :) ... About PHP versions: 7.4.11 on localhost - working 7.3.16 on web hosting production - not working
@spekulatius I have changed local version of PHP to 7.3.16 so it is the same as on the production server now. The same behavior... script works on localhost and doesn't...
@spekulatius the simplified index.php (3 lines) is everything what is executed. While debugging I found that function serverPort() is not returning a value on production server while it returns integer...
Versions: Ubuntu 18.04.4 PHP 7.3.16 Node 12.16.3 Composer 1.10.6 NPM 6.14.5
I have added logger and here is the output: ``` Fatal error: Uncaught Symfony\Component\Process\Exception\ProcessFailedException: The command "'node' '/path/to/vendor/nesk/puphpeteer/src/get-puppeteer-version.js'" failed. Exit Code: 127(Command not found) Working directory: /path/to/working/directory Output: ================ Error...
Closing as duplicate of #3412. My use case (voice transcription workflow with auto-paste) provides additional context for why this feature would be valuable, but the core request is the same....