1073/5000
Good morning everyone
I have the following problem:
I have web2py installed on an ubuntu server with apache2.
I have a local network with port 443 and an ip publish port 5043
When I enter my web2py application from the local network, and I navigate
without problem.
But the entry from the public ip generates the following error:
Framework TypeError: getattr (): attribute name must be string
Traceback (most recent call last):
File "/home/www-data/web2py/gluon/main.py", line 438, in wsgibase
Session.connect (request, response)
File "/home/www-data/web2py/gluon/globals.py", line 965, in connect
Session_pickled = pickle.dumps (self, pickle.HIGHEST_PROTOCOL)
File "/home/www-data/web2py/gluon/storage.py", line 56, in <lambda>
__getnewargs__ = lambda self: getattr (dict, self) .__ getnewargs __
(self)
TypeError: getattr (): attribute name must be string
Reboot Apache.
When I enter my web2py application from ip publishes, and I navigate
without problem.
But the entry from the local generates the same error ..
You can tell me what to do, Thank you.
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.