-1

I have an Azure Function in which I am using scipy library for sound detection. On signal.spectrogram line, execution stuck. I have checked monitor log of that Azure Function and find attached error. But I did not understand this error. enter image description here

How can I find this error and what's the solution of this error?

Thanks

Hunzla Ali
  • 383
  • 2
  • 5
  • 22

1 Answers1

0

See more information about exception go to Function->Code+Test->Test/Run see exception. but its not show full error.

enter image description here

Go to log Function App -> Application Insights -> Click on failed request.

enter image description here

Click on Error. enter image description here

See full error message enter image description here