sean Thank you Sean. I think i filled out everything correctly but do get this error:
Traceback (most recent call last):
File "/usr/local/bin/wfmigrate", line 66, in <module>
migrator = __import__(COMPONENTS[args.component]['module']).Migrator(cfg, args)
File "/opt/app_migrators-1.3.1/wf_wordpress/migrator.py", line 27, in __init__
self.wf_cfg = WfCfg(cfg['webfaction'])
File "/opt/app_migrators-1.3.1/lib/config_types/wf_cfg.py", line 12, in __init__
self.update_derived_attrs()
File "/opt/app_migrators-1.3.1/lib/config_types/wf_cfg.py", line 16, in update_derived_attrs
self.wf_session_id, self.wf_account_cfg = self.wf_api.login(self.wf_account, self.wf_password, self.wf_server.capitalize(), 2)
File "/usr/lib64/python3.6/xmlrpc/client.py", line 1112, in __call__
return self.__send(self.__name, args)
File "/usr/lib64/python3.6/xmlrpc/client.py", line 1452, in __request
verbose=self.__verbose
File "/usr/lib64/python3.6/xmlrpc/client.py", line 1154, in request
return self.single_request(host, handler, request_body, verbose)
File "/usr/lib64/python3.6/xmlrpc/client.py", line 1170, in single_request
return self.parse_response(resp)
File "/usr/lib64/python3.6/xmlrpc/client.py", line 1342, in parse_response
return u.close()
File "/usr/lib64/python3.6/xmlrpc/client.py", line 656, in close
raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault 1: 'LoginError'>
My password contains various characters which are not alphanummerical, might that be it?