We are using the word mail merge features, but we are getting unexpected responses. I see on the status page that there is an outage on cloud tasks.
We are getting this error:
File “/app/src/shared/infra/microsoft_data_in_document_merger.py”, line 96, in merge_data_in_document
result = aspose_api_client.execute_mail_merge_online(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/app/lib/asposewordscloud/apis/words_api.py”, line 7397, in execute_mail_merge_online
data = self.execute_mail_merge_online_with_http_info(request, **kwargs) # noqa: E501
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/app/lib/asposewordscloud/apis/words_api.py”, line 7442, in execute_mail_merge_online_with_http_info
return request.deserialize_response(self.api_client, self.api_client.call_api(
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/app/lib/asposewordscloud/api_client.py”, line 743, in call_api
return self.__call_api(resource_path, method,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/app/lib/asposewordscloud/api_client.py”, line 434, in __call_api
self.request_token()
File “/app/lib/asposewordscloud/api_client.py”, line 414, in request_token
response_data = self.request(
^^^^^^^^^^^^^
File “/app/lib/asposewordscloud/api_client.py”, line 765, in request
return self.rest_client.request(method, url,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/app/lib/asposewordscloud/rest.py”, line 238, in request
raise ApiException(http_resp=r)
^^^^^^^^^^^^^^^^^^^^^^^^^
File “/app/lib/asposewordscloud/rest.py”, line 251, in init
self.init_error_response(json.loads(http_resp.data))
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/json/init.py”, line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/json/decoder.py”, line 338, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/json/decoder.py”, line 356, in raw_decode
raise JSONDecodeError(“Expecting value”, s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Can you please confirm this is related to an outage on your end, and provide an estimated time to recovery?