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
I did a simple trial of Phantom in Azure Functions today, and then gave Horseman a try because it offers a nicer API. I was assuming those have the same requirements, but while my Phantom-only test worked just fine, Horseman crashes with this simple snippet:
The logged output was as follows: ERROR HeadlessError: Error executing command to extract phantom ports: Error: Command failed: netstat -ano | findstr /R "\<18580\>" Access is denied.
So I'm assuming Horseman wants to access stuff on the machine I'd rather not have it. Apart from me not being able to expose this on Azure: Is this really needed given that Phantom works just fine without it, or something that might be fixed?
The text was updated successfully, but these errors were encountered:
I did a simple trial of Phantom in Azure Functions today, and then gave Horseman a try because it offers a nicer API. I was assuming those have the same requirements, but while my Phantom-only test worked just fine, Horseman crashes with this simple snippet:
The logged output was as follows:
ERROR HeadlessError: Error executing command to extract phantom ports: Error: Command failed: netstat -ano | findstr /R "\<18580\>" Access is denied.
So I'm assuming Horseman wants to access stuff on the machine I'd rather not have it. Apart from me not being able to expose this on Azure: Is this really needed given that Phantom works just fine without it, or something that might be fixed?
The text was updated successfully, but these errors were encountered: