Good day:

I'm trying to connect to the admin interface hosted on a container. I 
expose the ports whit this docker option:

-p 8080:80  -p 8443:443


But I get the following error when I use the 8443 port:

'Traceback (most recent call last):\n  File 
"/home/www-data/web2py/gluon/main.py", line 436, in wsgibase\n   
 session.connect(request, response)\n  File 
"/home/www-data/web2py/gluon/globals.py", lin
e 960, in connect\n    session_pickled = pickle.dumps(self, 
pickle.HIGHEST_PROTOCOL)\n  File "/home/www-data/web2py/gluon/storage.py", 
line 56, in <lambda>\n    __getnewargs__ = lambda self: getattr(
dict,self).__getnewargs__(self)\nTypeError: getattr(): attribute name must 
be string\n'

My configuration is based on the script locate on 
'scripts/setup-web2py-ubuntu.sh'.

Is this a common error?

All help appreciated. 

--
Guillermo C.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to