|
@@ -4266,3 +4266,44 @@ Traceback (most recent call last):
|
|
|
return Database.Cursor.execute(self, query, params)
|
|
|
django.db.utils.OperationalError: no such table: user_profile
|
|
|
[2025-05-06 00:25:17,564][django.request.log_response():241] [WARNING] Not Found: /cyclecount/qtyrecorviewset/
|
|
|
+[2025-05-06 16:22:50,962][django.request.log_response():241] [WARNING] Not Found: /cyclecount/qtyrecorviewset/
|
|
|
+[2025-05-06 16:31:32,753][django.request.log_response():241] [WARNING] Not Found: /cyclecount/qtyrecorviewset/
|
|
|
+[2025-05-06 16:54:58,928][django.request.log_response():241] [WARNING] Not Found: /cyclecount/qtyrecorviewset/
|
|
|
+[2025-05-06 17:01:56,891][django.request.log_response():241] [WARNING] Not Found: /cyclecount/qtyrecorviewset/
|
|
|
+[2025-05-06 17:24:57,033][django.request.log_response():241] [WARNING] Not Found: /cyclecount/qtyrecorviewset/
|
|
|
+[2025-05-06 17:28:40,018][django.request.log_response():241] [WARNING] Not Found: /wms/generateoutbound
|
|
|
+[2025-05-06 23:04:13,676][django.request.log_response():241] [WARNING] Bad Request: /wms/createOutboundApply
|
|
|
+[2025-05-06 23:04:39,330][django.request.log_response():241] [WARNING] Bad Request: /wms/createOutboundApply
|
|
|
+[2025-05-06 23:06:21,036][django.request.log_response():241] [WARNING] Bad Request: /wms/createOutboundApply
|
|
|
+[2025-05-07 00:02:29,451][django.request.log_response():241] [WARNING] Not Found: /cyclecount/qtyrecorviewset/
|
|
|
+[2025-05-07 00:05:53,205][django.request.log_response():241] [ERROR] Internal Server Error: /bound/outdetail/
|
|
|
+Traceback (most recent call last):
|
|
|
+ File "d:\language\python38\lib\site-packages\asgiref\sync.py", line 472, in thread_handler
|
|
|
+ raise exc_info[1]
|
|
|
+ File "d:\language\python38\lib\site-packages\django\core\handlers\exception.py", line 42, in inner
|
|
|
+ response = await get_response(request)
|
|
|
+ File "d:\language\python38\lib\site-packages\django\core\handlers\base.py", line 253, in _get_response_async
|
|
|
+ response = await wrapped_callback(
|
|
|
+ File "d:\language\python38\lib\site-packages\asgiref\sync.py", line 435, in __call__
|
|
|
+ ret = await asyncio.wait_for(future, timeout=None)
|
|
|
+ File "d:\language\python38\lib\asyncio\tasks.py", line 455, in wait_for
|
|
|
+ return await fut
|
|
|
+ File "d:\language\python38\lib\concurrent\futures\thread.py", line 57, in run
|
|
|
+ result = self.fn(*self.args, **self.kwargs)
|
|
|
+ File "d:\language\python38\lib\site-packages\asgiref\sync.py", line 476, in thread_handler
|
|
|
+ return func(*args, **kwargs)
|
|
|
+ File "d:\language\python38\lib\site-packages\django\views\decorators\csrf.py", line 54, in wrapped_view
|
|
|
+ return view_func(*args, **kwargs)
|
|
|
+ File "d:\language\python38\lib\site-packages\rest_framework\viewsets.py", line 125, in view
|
|
|
+ return self.dispatch(request, *args, **kwargs)
|
|
|
+ File "d:\language\python38\lib\site-packages\rest_framework\views.py", line 509, in dispatch
|
|
|
+ response = self.handle_exception(exc)
|
|
|
+ File "d:\language\python38\lib\site-packages\rest_framework\views.py", line 469, in handle_exception
|
|
|
+ self.raise_uncaught_exception(exc)
|
|
|
+ File "d:\language\python38\lib\site-packages\rest_framework\views.py", line 480, in raise_uncaught_exception
|
|
|
+ raise exc
|
|
|
+ File "d:\language\python38\lib\site-packages\rest_framework\views.py", line 506, in dispatch
|
|
|
+ response = handler(request, *args, **kwargs)
|
|
|
+ File "D:\Document\code\vue\greater_wms\.\bound\views.py", line 380, in create
|
|
|
+ data['bound_batch_number'] = OutBatchModel.objects.get(id=data['bound_batch']).batch_number.id
|
|
|
+KeyError: 'bound_batch'
|