Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something goes wrong when access it #536

Closed
eventlOwOp opened this issue Nov 25, 2019 · 5 comments
Closed

Something goes wrong when access it #536

eventlOwOp opened this issue Nov 25, 2019 · 5 comments

Comments

@eventlOwOp
Copy link

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'
@twd2
Copy link
Member

twd2 commented Dec 1, 2019

Which page?

@twd2
Copy link
Member

twd2 commented Dec 1, 2019

Is it on your deployment or on vijos.org?

@undefined-moe
Copy link
Member

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.

@twd2
Copy link
Member

twd2 commented Dec 5, 2019

Please note that we require aiohttp>=3.

@undefined-moe
Copy link
Member

Please note that we require aiohttp>=3.
If this problem is solved, please close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants