2024-11-18 15:51:55,414 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:52:55 CST)" (scheduled at 2024-11-18 15:51:55.398192+08:00)
|
2024-11-18 15:51:55,419 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:52:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 15:52:55,410 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:53:55 CST)" (scheduled at 2024-11-18 15:52:55.398192+08:00)
|
2024-11-18 15:52:55,411 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:53:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 15:53:55,405 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:54:55 CST)" (scheduled at 2024-11-18 15:53:55.398192+08:00)
|
2024-11-18 15:53:55,406 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:54:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 15:54:55,404 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:55:55 CST)" (scheduled at 2024-11-18 15:54:55.398192+08:00)
|
2024-11-18 15:54:55,405 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:55:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 15:55:55,398 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:56:55 CST)" (scheduled at 2024-11-18 15:55:55.398192+08:00)
|
2024-11-18 15:55:55,399 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:56:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 15:56:55,402 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:57:55 CST)" (scheduled at 2024-11-18 15:56:55.398192+08:00)
|
2024-11-18 15:56:55,403 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:57:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 15:57:55,407 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:58:55 CST)" (scheduled at 2024-11-18 15:57:55.398192+08:00)
|
2024-11-18 15:57:55,409 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:58:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 15:58:55,412 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:59:55 CST)" (scheduled at 2024-11-18 15:58:55.398192+08:00)
|
2024-11-18 15:58:55,417 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 15:59:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 15:59:55,413 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:00:55 CST)" (scheduled at 2024-11-18 15:59:55.398192+08:00)
|
2024-11-18 15:59:55,414 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:00:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:00:55,407 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:01:55 CST)" (scheduled at 2024-11-18 16:00:55.398192+08:00)
|
2024-11-18 16:00:55,408 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:01:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:01:55,401 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:02:55 CST)" (scheduled at 2024-11-18 16:01:55.398192+08:00)
|
2024-11-18 16:01:55,402 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:02:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:02:55,403 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:03:55 CST)" (scheduled at 2024-11-18 16:02:55.398192+08:00)
|
2024-11-18 16:02:55,404 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:03:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:03:55,409 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:04:55 CST)" (scheduled at 2024-11-18 16:03:55.398192+08:00)
|
2024-11-18 16:03:55,410 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:04:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:04:55,399 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:05:55 CST)" (scheduled at 2024-11-18 16:04:55.398192+08:00)
|
2024-11-18 16:04:55,400 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:05:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:05:55,413 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:06:55 CST)" (scheduled at 2024-11-18 16:05:55.398192+08:00)
|
2024-11-18 16:05:55,415 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:06:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:06:55,404 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:07:55 CST)" (scheduled at 2024-11-18 16:06:55.398192+08:00)
|
2024-11-18 16:06:55,405 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:07:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:07:55,402 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:08:55 CST)" (scheduled at 2024-11-18 16:07:55.398192+08:00)
|
2024-11-18 16:07:55,403 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:08:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:08:55,400 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:09:55 CST)" (scheduled at 2024-11-18 16:08:55.398192+08:00)
|
2024-11-18 16:08:55,401 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:09:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:09:55,401 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:10:55 CST)" (scheduled at 2024-11-18 16:09:55.398192+08:00)
|
2024-11-18 16:09:55,402 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:10:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:10:55,414 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:11:55 CST)" (scheduled at 2024-11-18 16:10:55.398192+08:00)
|
2024-11-18 16:10:55,415 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:11:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:11:55,406 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:12:55 CST)" (scheduled at 2024-11-18 16:11:55.398192+08:00)
|
2024-11-18 16:11:55,407 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:12:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:12:55,410 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:13:55 CST)" (scheduled at 2024-11-18 16:12:55.398192+08:00)
|
2024-11-18 16:12:55,411 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:13:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:13:55,407 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:14:55 CST)" (scheduled at 2024-11-18 16:13:55.398192+08:00)
|
2024-11-18 16:13:55,408 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:14:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:14:55,408 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:15:55 CST)" (scheduled at 2024-11-18 16:14:55.398192+08:00)
|
2024-11-18 16:14:55,409 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:15:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:15:55,405 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:16:55 CST)" (scheduled at 2024-11-18 16:15:55.398192+08:00)
|
2024-11-18 16:15:55,406 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:16:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:16:55,401 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:17:55 CST)" (scheduled at 2024-11-18 16:16:55.398192+08:00)
|
2024-11-18 16:16:55,402 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:17:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:17:55,399 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:18:55 CST)" (scheduled at 2024-11-18 16:17:55.398192+08:00)
|
2024-11-18 16:17:55,400 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:18:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:18:55,403 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:19:55 CST)" (scheduled at 2024-11-18 16:18:55.398192+08:00)
|
2024-11-18 16:18:55,404 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:19:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:19:55,400 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:20:55 CST)" (scheduled at 2024-11-18 16:19:55.398192+08:00)
|
2024-11-18 16:19:55,401 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:20:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:20:55,399 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:21:55 CST)" (scheduled at 2024-11-18 16:20:55.398192+08:00)
|
2024-11-18 16:20:55,401 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:21:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:21:55,401 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:22:55 CST)" (scheduled at 2024-11-18 16:21:55.398192+08:00)
|
2024-11-18 16:21:55,402 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:22:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:22:55,406 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:23:55 CST)" (scheduled at 2024-11-18 16:22:55.398192+08:00)
|
2024-11-18 16:22:55,407 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:23:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:23:55,407 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:24:55 CST)" (scheduled at 2024-11-18 16:23:55.398192+08:00)
|
2024-11-18 16:23:55,408 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:24:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:24:55,411 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:25:55 CST)" (scheduled at 2024-11-18 16:24:55.398192+08:00)
|
2024-11-18 16:24:55,413 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:25:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 16:25:55,402 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:26:55 CST)" (scheduled at 2024-11-18 16:25:55.398192+08:00)
|
2024-11-18 16:25:55,403 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 16:26:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:32:48,737 - base - run_job - line:120 - WARNING -: Run time of job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:32:55 CST)" was missed by 0:00:53.339656
|
2024-11-18 18:32:55,403 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:33:55 CST)" (scheduled at 2024-11-18 18:32:55.398192+08:00)
|
2024-11-18 18:32:55,405 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:33:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:33:55,400 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:34:55 CST)" (scheduled at 2024-11-18 18:33:55.398192+08:00)
|
2024-11-18 18:33:55,401 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:34:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:34:55,401 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:35:55 CST)" (scheduled at 2024-11-18 18:34:55.398192+08:00)
|
2024-11-18 18:34:55,403 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:35:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:35:55,405 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:36:55 CST)" (scheduled at 2024-11-18 18:35:55.398192+08:00)
|
2024-11-18 18:35:55,406 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:36:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:36:55,411 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:37:55 CST)" (scheduled at 2024-11-18 18:36:55.398192+08:00)
|
2024-11-18 18:36:55,412 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:37:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:37:55,410 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:38:55 CST)" (scheduled at 2024-11-18 18:37:55.398192+08:00)
|
2024-11-18 18:37:55,411 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:38:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:38:55,404 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:39:55 CST)" (scheduled at 2024-11-18 18:38:55.398192+08:00)
|
2024-11-18 18:38:55,405 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:39:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:39:55,400 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:40:55 CST)" (scheduled at 2024-11-18 18:39:55.398192+08:00)
|
2024-11-18 18:39:55,401 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:40:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:40:55,412 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:41:55 CST)" (scheduled at 2024-11-18 18:40:55.398192+08:00)
|
2024-11-18 18:40:55,413 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:41:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:41:55,400 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:42:55 CST)" (scheduled at 2024-11-18 18:41:55.398192+08:00)
|
2024-11-18 18:41:55,402 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:42:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:42:55,403 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:43:55 CST)" (scheduled at 2024-11-18 18:42:55.398192+08:00)
|
2024-11-18 18:42:55,404 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:43:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:43:55,412 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:44:55 CST)" (scheduled at 2024-11-18 18:43:55.398192+08:00)
|
2024-11-18 18:43:55,413 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:44:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:44:55,404 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:45:55 CST)" (scheduled at 2024-11-18 18:44:55.398192+08:00)
|
2024-11-18 18:44:55,405 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:45:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:45:55,405 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:46:55 CST)" (scheduled at 2024-11-18 18:45:55.398192+08:00)
|
2024-11-18 18:45:55,406 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:46:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:46:55,410 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:47:55 CST)" (scheduled at 2024-11-18 18:46:55.398192+08:00)
|
2024-11-18 18:46:55,412 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:47:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:47:55,405 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:48:55 CST)" (scheduled at 2024-11-18 18:47:55.398192+08:00)
|
2024-11-18 18:47:55,406 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:48:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:48:55,407 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:49:55 CST)" (scheduled at 2024-11-18 18:48:55.398192+08:00)
|
2024-11-18 18:48:55,409 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:49:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:49:55,405 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:50:55 CST)" (scheduled at 2024-11-18 18:49:55.398192+08:00)
|
2024-11-18 18:49:55,406 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:50:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:50:55,402 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:51:55 CST)" (scheduled at 2024-11-18 18:50:55.398192+08:00)
|
2024-11-18 18:50:55,403 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:51:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:51:55,408 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:52:55 CST)" (scheduled at 2024-11-18 18:51:55.398192+08:00)
|
2024-11-18 18:51:55,409 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:52:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:52:55,413 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:53:55 CST)" (scheduled at 2024-11-18 18:52:55.398192+08:00)
|
2024-11-18 18:52:55,414 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:53:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:53:55,406 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:54:55 CST)" (scheduled at 2024-11-18 18:53:55.398192+08:00)
|
2024-11-18 18:53:55,407 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:54:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:54:55,404 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:55:55 CST)" (scheduled at 2024-11-18 18:54:55.398192+08:00)
|
2024-11-18 18:54:55,405 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:55:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:55:55,405 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:56:55 CST)" (scheduled at 2024-11-18 18:55:55.398192+08:00)
|
2024-11-18 18:55:55,406 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:56:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:56:55,402 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:57:55 CST)" (scheduled at 2024-11-18 18:56:55.398192+08:00)
|
2024-11-18 18:56:55,403 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:57:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:57:55,399 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:58:55 CST)" (scheduled at 2024-11-18 18:57:55.398192+08:00)
|
2024-11-18 18:57:55,400 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:58:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:58:55,399 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:59:55 CST)" (scheduled at 2024-11-18 18:58:55.398192+08:00)
|
2024-11-18 18:58:55,400 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 18:59:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 18:59:55,406 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 19:00:55 CST)" (scheduled at 2024-11-18 18:59:55.398192+08:00)
|