azure webapp service error since october

Mohadjer, Amin 0 Reputation points
2024-11-14T10:27:43.32+00:00

I have an azure webapp service running. The deployment was made via a zip file. The webapp uses python3.11.

The app was running for several month but suddenly without changing anything the app crashed and couldn't start again. The error in the logstream is:

2024-11-13T14:36:22.492456287Z File "/opt/python/3.11.10/lib/python3.11/inspect.py", line 2432, in _descriptor_get

2024-11-13T14:36:22.492459587Z return get(descriptor, obj, type(obj))

2024-11-13T14:36:22.492462787Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2024-11-13T14:36:22.492466087Z TypeError: descriptor 'call' for 'type' objects doesn't apply to a 'property' object

2024-11-13T14:36:22.492469387Z [2024-11-13 14:36:22 +0000] [69] [INFO] Worker exiting (pid: 69)

2024-11-13T14:36:22.492522887Z test

2024-11-13T14:36:26.661773368Z [2024-11-13 14:36:26 +0000] [68] [ERROR] Worker (pid:69) exited with code 3

2024-11-13T14:36:26.663162968Z [2024-11-13 14:36:26 +0000] [68] [ERROR] Shutting down: Master

The app runs locally on a linux system with the same python environment without problems. So my suggestion is that something in the azure env changed.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,019 questions
{count} votes

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.