azure functions System.Private.CoreLib: Transport endpoint is not connected : '/home/site/wwwroot/host.json'.

javier cohenar 211 Reputation points
2023-08-18T14:19:41.3033333+00:00

Would much appreciate your help here.

Since yesterday we are having issues with one of our function apps.

We are getting the following message in Portal:

azure functions System.Private.CoreLib: Transport endpoint is not connected : '/home/site/wwwroot/host.json'.

error azure function

I need to restart the function every while to get it going.

Logs show:

error1

erro2

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
{count} votes

Accepted answer
  1. MikeUrnun 9,777 Reputation points Moderator
    2023-08-18T16:25:59.5733333+00:00

    Hello, @javier cohenar - Thanks for reaching out! Based on the screenshot you've included, it looks like the root cause is the error "Descriptors can not be created directly .." which is causing the "Exceeded language worker restart retry count for runtime:python" error between Python worker and Host runtime.

    The issue occurs due to a breaking change in the Protocol Buffers package which may be used, and we have guidance on the matter here: Troubleshoot errors with Protocol Buffers

    Could you try it out and let us know if the issue gets resolved?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.