Hi,
Since some time, I cannot get an list of apps apart from the locally available ones.
The machine is online and there's no limitation of any internet access ie firewall that blocks outbound traffic. I ran wireshark (packet sniffer) to see if the connection to the configured apps_server can be established. "apps.openerp.com" resolves to "apps.odoo.com" as expected and the https connection is successful. Though, since it is encrypted, I cannot see/sniff the response from the server.
Can someone please tell me, how to troubleshoot this any further, since the general/forum advise is to check firewalls, local internet connectivity, and whether or not the remote server is available.
Browsing to https://apps.odoo.com works just fine.
What's next, please?
Cheers,
Stefan
Update
The browser console shows at the end of a stacktrace :
File /home/odoo/src/odoo/10.0/odoo/sql_db.py, line 231, in execute
res = self._obj.execute(query, params)
ProgrammingError: operator does not exist: integer = boolean LINE 1: SELECT 1 FROM res_groups_users_rel WHERE uid=false AND gid I...
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
exception_type: internal_error, message: operator does not exist: integer = boolean
pointing at the equal sign (=) between uid and false
... it appears that in addons/base/res/res_users.py in _has_group the uid is false.
I tried to show the apps as administrator of that database and as regular user. Both test fails t same way.