GreaterWms 服务端 logs/server.log #327
CurryYoung
announced in
Announcements
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[2023-08-04 04:15:34,957][django.request.log_response():241] [ERROR] Internal Server Error: /robots.txt
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/asgiref/sync.py", line 472, in thread_handler
raise exc_info[1]
File "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 42, in inner
response = await get_response(request)
File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 253, in _get_response_async
response = await wrapped_callback(
File "/usr/local/lib/python3.8/site-packages/asgiref/sync.py", line 435, in call
ret = await asyncio.wait_for(future, timeout=None)
File "/usr/local/lib/python3.8/asyncio/tasks.py", line 455, in wait_for
return await fut
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/site-packages/asgiref/sync.py", line 476, in thread_handler
return func(*args, **kwargs)
File "/GreaterWMS/./greaterwms/views.py", line 8, in robots
path = settings.BASE_DIR + request.path_info
Beta Was this translation helpful? Give feedback.
All reactions