-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
We're experiencing the issue below, and as investigate it sounds a bit generic. Any clue/advice will be much appreciated.
Text Dump:
Result: Failure
Exception: JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Stack: File "/azure-functions-host/workers/python/3.9/LINUX/X64/azure_functions_worker/dispatcher.py", line 661, in _handle__invocation_request
call_result = await self._loop.run_in_executor(
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/azure-functions-host/workers/python/3.9/LINUX/X64/azure_functions_worker/dispatcher.py", line 990, in _run_sync_func
return ExtensionManager.get_sync_invocation_wrapper(context,
File "/azure-functions-host/workers/python/3.9/LINUX/X64/azure_functions_worker/extension.py", line 211, in _raw_invocation_wrapper
result = function(**args)
File "/home/site/wwwroot/Auth0Connector/main.py", line 54, in main
config = json.loads(config_string)
File "/usr/local/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.9/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
