vj4
vj4 copied to clipboard
Something goes wrong when access it
here's the log
Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/aiohttp/web_protocol.py", line 416, in start
resp = yield from self._request_handler(request)
File "/usr/local/lib/python3.6/dist-packages/aiohttp/web.py", line 325, in _handle
resp = yield from handler(request)
File "/usr/local/lib/python3.6/dist-packages/aiohttp/web_middlewares.py", line 93, in impl
return (yield from handler(request))
File "/usr/local/lib/python3.6/dist-packages/aiohttp/web_urldispatcher.py", line 770, in __iter__
resp = yield from method()
File "/root/vj/vj4/handler/domain.py", line 95, in get
udict=udict, dudict=dudict, datetime_stamp=self.datetime_stamp)
AttributeError: 'DomainMainHandler' object has no attribute 'datetime_stamp'
Which page?
Is it on your deployment or on vijos.org?
Is it on your deployment or on vijos.org?
vijos.org won't throw an error traceback, only Internal Server Error
will be displayed.
@bossbaby2005 Please provide your environment information, such as python version & package version.
Please note that we require aiohttp>=3
.
Please note that we require aiohttp>=3. If this problem is solved, please close this issue.