hi!
I ran this script with this output:
## The following error was encountered during operation: Expecting value: line 1 column 1 (char 0)
##
## Please ensure that you are modifying the latest version of the configuration template:
##
## /opt/app_migrators/wf_generic_email/config-template.ini
##
## If you have any questions, please contact Support, and include the follwing error information for debugging:
2020-12-29 00:36:45 : ERROR : Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/usr/local/bin/wfmigrate", line 106, in <module>
migrator.run()
File "/opt/app_migrators-1.11.0/wf_generic_email/migrator.py", line 92, in run
self.migrate()
File "/opt/app_migrators-1.11.0/wf_generic_email/migrator.py", line 71, in migrate
self.wf_migrator_email.create_domains()
File "/opt/app_migrators-1.11.0/lib/wf_migrator_email.py", line 148, in create_domains
created = self.opal_cfg.api.domains.ensure(needed)
File "/opt/app_migrators-1.11.0/lib/opalapi.py", line 155, in ensure
created = self.create(tocreate, wait=wait)
File "/opt/app_migrators-1.11.0/lib/opalapi.py", line 140, in create
create_result = self.api.post(create_url, tocreate, ensure_status=[200])
File "/opt/app_migrators-1.11.0/lib/opalapi.py", line 532, in post
return self.request_result(urlpath, dataObj, 'POST', ensure_status)
File "/opt/app_migrators-1.11.0/lib/opalapi.py", line 525, in request_result
resp, result = self.request(urlpath, dataObj, method, ensure_status)
File "/opt/app_migrators-1.11.0/lib/opalapi.py", line 517, in request
result = json.loads(resp.content.decode())
File "/usr/lib64/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
File "/usr/lib64/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib64/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Any clue about what might be happening? mailboxes and addresses seems to be ok but I'm not sure
Mariangela