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
But the invocation (last line) fails with Error invoking function. status: 502 message: Container failed to initialize, please ensure you are using the latest fdk and check the logs
In the server logs I see that the problem is a python socket creation
I'm testing Apache Functions and I'm trying to test my function locally
For this, I have started the local server with
and I'm trying to create, deploy and invoke a test function with
But the invocation (last line) fails with
Error invoking function. status: 502 message: Container failed to initialize, please ensure you are using the latest fdk and check the logs
In the server logs I see that the problem is a python socket creation
I have already tried to run the starting with root
sudo fn start
with no changeI'm using Mac Sequioa with Rancher
The text was updated successfully, but these errors were encountered: