Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
335 stars 103 forks source link

Configured Uri does not match actual Uri #1452

Closed tayiabscode closed 3 months ago

tayiabscode commented 9 months ago

Hi

I am facing the below error when attempting to run an azure function locally and I'm unsure how to proceed. Have seen other threads where the error has gone away after the user created a new VM. In my case it is not possible to create a new VM, Could you suggest any other fixes?

It is a simple blob triggered azure function making use of the standard code provided by VSCode and we're trying to run locallly. Python based.

Error:

Configured Uri (http://127.0.0.1:37182) does not match actual Uri (http:127.0.0.1:37069/) Error: unhandled error in functions worker: Language worker process exited Pid=17256 py exited with code 1 (0x1) grpc.FutureTimeoutError raise grpc.FutureTimeoutError(), grpc.FutureTimeoutError. Microft.Azure.WebJobs.Script.GRpc: The operation has timed out Dailed to start language worker process for runtime (null).

vrdmr commented 3 months ago

Please re-open this if this is happening again. Looks like some grpc port assignment issue.