Skip to Content
Menu
This question has been flagged
1 Odpoveď
3879 Zobrazenia

I'm getting the following error while configuring  SaaS on my server using script.

Traceback (most recent call last):
File "saas.py", line 199, in main
rpc_init_server(args.get('server_db_name'))
File "saas.py", line 334, in rpc_init_server
oauth_provider = rpc_xmlid_to_object(auth, 'saas_server.saas_oauth_provider', 'auth.oauth.provider')
File "saas.py", line 401, in rpc_xmlid_to_object
read = rpc_execute_kw(auth, model, 'read', [res_id])
File "saas.py", line 297, in rpc_execute_kw
model, method, rpc_args, rpc_kwargs)
File "/usr/lib/python3.5/xmlrpc/client.py", line 1092, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python3.5/xmlrpc/client.py", line 1432, in __request
verbose=self.__verbose
File "/usr/lib/python3.5/xmlrpc/client.py", line 1134, in request
return self.single_request(host, handler, request_body, verbose)
File "/usr/lib/python3.5/xmlrpc/client.py", line 1150, in single_request
return self.parse_response(resp)
File "/usr/lib/python3.5/xmlrpc/client.py", line 1322, in parse_response
return u.close()
File "/usr/lib/python3.5/xmlrpc/client.py", line 655, in close
raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault 2: "Object auth.oauth.provider doesn't exist">

but i have tried with different versions of oauthlib (old and latest) but none of it seems to solve the issue. 

odoo version - 12.0

saas version - 12 .0

Avatar
Zrušiť
Best Answer

I Think you miss this one: pip install oauthlib  Or Check  Odoo-SaaS-Tool requiemrnt.txt 


Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
dec 23
14809
0
okt 23
33
3
okt 23
788
1
okt 23
569
1
aug 23
2524