2024-11-18 20:01:29,376 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:02:29 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 20:02:29,376 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:03:29 CST)" (scheduled at 2024-11-18 20:02:29.360601+08:00)
|
2024-11-18 20:02:29,377 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:03:29 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 20:03:29,371 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:04:29 CST)" (scheduled at 2024-11-18 20:03:29.360601+08:00)
|
2024-11-18 20:03:29,372 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:04:29 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 20:04:29,370 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:05:29 CST)" (scheduled at 2024-11-18 20:04:29.360601+08:00)
|
2024-11-18 20:04:29,371 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:05:29 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 20:05:29,370 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:06:29 CST)" (scheduled at 2024-11-18 20:05:29.360601+08:00)
|
2024-11-18 20:05:29,371 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:06:29 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 20:06:29,363 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:07:29 CST)" (scheduled at 2024-11-18 20:06:29.360601+08:00)
|
2024-11-18 20:06:29,364 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:07:29 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 20:07:29,367 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:08:29 CST)" (scheduled at 2024-11-18 20:07:29.360601+08:00)
|
2024-11-18 20:07:29,368 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:08:29 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 20:08:29,368 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:09:29 CST)" (scheduled at 2024-11-18 20:08:29.360601+08:00)
|
2024-11-18 20:08:29,369 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:09:29 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 20:09:29,370 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:10:29 CST)" (scheduled at 2024-11-18 20:09:29.360601+08:00)
|
2024-11-18 20:09:29,371 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:10:29 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 20:10:29,376 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:11:29 CST)" (scheduled at 2024-11-18 20:10:29.360601+08:00)
|
2024-11-18 20:10:29,377 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:11:29 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 20:11:29,365 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:12:29 CST)" (scheduled at 2024-11-18 20:11:29.360601+08:00)
|
2024-11-18 20:11:29,367 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:12:29 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 20:12:29,375 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:13:29 CST)" (scheduled at 2024-11-18 20:12:29.360601+08:00)
|
2024-11-18 20:12:29,376 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:13:29 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 20:13:29,367 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:14:29 CST)" (scheduled at 2024-11-18 20:13:29.360601+08:00)
|
2024-11-18 20:13:29,368 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:14:29 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 20:14:29,370 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:15:29 CST)" (scheduled at 2024-11-18 20:14:29.360601+08:00)
|
2024-11-18 20:14:29,371 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:15:29 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 20:15:29,368 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:16:29 CST)" (scheduled at 2024-11-18 20:15:29.360601+08:00)
|
2024-11-18 20:15:29,369 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:16:29 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 20:16:29,369 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:17:29 CST)" (scheduled at 2024-11-18 20:16:29.360601+08:00)
|
2024-11-18 20:16:29,370 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:17:29 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 20:17:29,361 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:18:29 CST)" (scheduled at 2024-11-18 20:17:29.360601+08:00)
|
2024-11-18 20:17:29,362 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:18:29 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 20:18:29,371 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:19:29 CST)" (scheduled at 2024-11-18 20:18:29.360601+08:00)
|
2024-11-18 20:18:29,372 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:19:29 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 20:19:29,367 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:20:29 CST)" (scheduled at 2024-11-18 20:19:29.360601+08:00)
|
2024-11-18 20:19:29,368 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:20:29 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 20:20:29,365 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:21:29 CST)" (scheduled at 2024-11-18 20:20:29.360601+08:00)
|
2024-11-18 20:20:29,366 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:21:29 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 20:21:29,363 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:22:29 CST)" (scheduled at 2024-11-18 20:21:29.360601+08:00)
|
2024-11-18 20:21:29,364 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:22:29 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 20:22:29,365 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:23:29 CST)" (scheduled at 2024-11-18 20:22:29.360601+08:00)
|
2024-11-18 20:22:29,366 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:23:29 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 20:23:29,361 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:24:29 CST)" (scheduled at 2024-11-18 20:23:29.360601+08:00)
|
2024-11-18 20:23:29,362 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:24:29 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 20:24:29,375 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:25:29 CST)" (scheduled at 2024-11-18 20:24:29.360601+08:00)
|
2024-11-18 20:24:29,376 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:25:29 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 20:25:29,362 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:26:29 CST)" (scheduled at 2024-11-18 20:25:29.360601+08:00)
|
2024-11-18 20:25:29,363 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:26:29 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 20:26:29,366 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:27:29 CST)" (scheduled at 2024-11-18 20:26:29.360601+08:00)
|
2024-11-18 20:26:29,368 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:27:29 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 20:27:29,371 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:28:29 CST)" (scheduled at 2024-11-18 20:27:29.360601+08:00)
|
2024-11-18 20:27:29,372 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:28:29 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 20:28:29,375 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:29:29 CST)" (scheduled at 2024-11-18 20:28:29.360601+08:00)
|
2024-11-18 20:28:29,376 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:29:29 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 20:29:29,364 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:30:29 CST)" (scheduled at 2024-11-18 20:29:29.360601+08:00)
|
2024-11-18 20:29:29,365 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:30:29 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 20:30:29,376 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:31:29 CST)" (scheduled at 2024-11-18 20:30:29.360601+08:00)
|
2024-11-18 20:30:29,377 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:31:29 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 20:31:29,375 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:32:29 CST)" (scheduled at 2024-11-18 20:31:29.360601+08:00)
|
2024-11-18 20:31:29,376 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:32:29 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 20:32:29,363 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:33:29 CST)" (scheduled at 2024-11-18 20:32:29.360601+08:00)
|
2024-11-18 20:32:29,364 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:33:29 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 20:33:29,375 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:34:29 CST)" (scheduled at 2024-11-18 20:33:29.360601+08:00)
|
2024-11-18 20:33:29,376 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:34:29 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 20:34:29,371 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:35:29 CST)" (scheduled at 2024-11-18 20:34:29.360601+08:00)
|
2024-11-18 20:34:29,372 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:35:29 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 20:35:29,366 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:36:29 CST)" (scheduled at 2024-11-18 20:35:29.360601+08:00)
|
2024-11-18 20:35:29,367 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:36:29 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 20:36:29,366 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:37:29 CST)" (scheduled at 2024-11-18 20:36:29.360601+08:00)
|
2024-11-18 20:36:29,367 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:37:29 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 20:37:29,368 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:38:29 CST)" (scheduled at 2024-11-18 20:37:29.360601+08:00)
|
2024-11-18 20:37:29,369 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:38:29 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 20:38:29,375 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:39:29 CST)" (scheduled at 2024-11-18 20:38:29.360601+08:00)
|
2024-11-18 20:38:29,376 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:39:29 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 20:39:29,363 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:40:29 CST)" (scheduled at 2024-11-18 20:39:29.360601+08:00)
|
2024-11-18 20:39:29,364 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:40:29 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 20:40:29,363 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:41:29 CST)" (scheduled at 2024-11-18 20:40:29.360601+08:00)
|
2024-11-18 20:40:29,364 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:41:29 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 20:41:29,368 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:42:29 CST)" (scheduled at 2024-11-18 20:41:29.360601+08:00)
|
2024-11-18 20:41:29,369 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:42:29 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 20:42:29,375 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:43:29 CST)" (scheduled at 2024-11-18 20:42:29.360601+08:00)
|
2024-11-18 20:42:29,376 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:43:29 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 20:43:29,365 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:44:29 CST)" (scheduled at 2024-11-18 20:43:29.360601+08:00)
|
2024-11-18 20:43:29,366 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:44:29 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 20:44:29,364 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:45:29 CST)" (scheduled at 2024-11-18 20:44:29.360601+08:00)
|
2024-11-18 20:44:29,365 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:45:29 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 20:45:29,364 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:46:29 CST)" (scheduled at 2024-11-18 20:45:29.360601+08:00)
|
2024-11-18 20:45:29,365 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:46:29 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 20:46:29,365 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:47:29 CST)" (scheduled at 2024-11-18 20:46:29.360601+08:00)
|
2024-11-18 20:46:29,366 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:47:29 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 20:47:29,370 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:48:29 CST)" (scheduled at 2024-11-18 20:47:29.360601+08:00)
|
2024-11-18 20:47:29,371 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:48:29 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 20:48:29,376 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:49:29 CST)" (scheduled at 2024-11-18 20:48:29.360601+08:00)
|
2024-11-18 20:48:29,377 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:49:29 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 20:49:29,364 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:50:29 CST)" (scheduled at 2024-11-18 20:49:29.360601+08:00)
|
2024-11-18 20:49:29,365 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 20:50:29 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-19 08:38:38,285 - base - run_job - line:120 - WARNING -: Run time of job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:39:29 CST)" was missed by 0:00:08.924561
|
2024-11-19 08:39:29,361 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:40:29 CST)" (scheduled at 2024-11-19 08:39:29.360601+08:00)
|
2024-11-19 08:39:29,363 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:40:29 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-19 08:40:29,366 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:41:29 CST)" (scheduled at 2024-11-19 08:40:29.360601+08:00)
|
2024-11-19 08:40:29,367 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:41:29 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-19 08:41:29,376 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:42:29 CST)" (scheduled at 2024-11-19 08:41:29.360601+08:00)
|
2024-11-19 08:41:29,377 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:42:29 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-19 08:42:29,368 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:43:29 CST)" (scheduled at 2024-11-19 08:42:29.360601+08:00)
|
2024-11-19 08:42:29,369 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:43:29 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-19 08:43:29,366 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:44:29 CST)" (scheduled at 2024-11-19 08:43:29.360601+08:00)
|
2024-11-19 08:43:29,367 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:44:29 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-19 08:44:29,373 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:45:29 CST)" (scheduled at 2024-11-19 08:44:29.360601+08:00)
|
2024-11-19 08:44:29,374 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:45:29 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-19 08:45:29,375 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:46:29 CST)" (scheduled at 2024-11-19 08:45:29.360601+08:00)
|
2024-11-19 08:45:29,376 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:46:29 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-19 08:46:29,367 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:47:29 CST)" (scheduled at 2024-11-19 08:46:29.360601+08:00)
|
2024-11-19 08:46:29,368 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:47:29 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-19 08:47:29,367 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:48:29 CST)" (scheduled at 2024-11-19 08:47:29.360601+08:00)
|
2024-11-19 08:47:29,368 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:48:29 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-19 08:48:29,364 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:49:29 CST)" (scheduled at 2024-11-19 08:48:29.360601+08:00)
|
2024-11-19 08:48:29,365 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:49:29 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-19 08:49:29,365 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:50:29 CST)" (scheduled at 2024-11-19 08:49:29.360601+08:00)
|
2024-11-19 08:49:29,366 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:50:29 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-19 08:50:29,363 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:51:29 CST)" (scheduled at 2024-11-19 08:50:29.360601+08:00)
|
2024-11-19 08:50:29,364 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:51:29 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-19 08:51:29,376 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:52:29 CST)" (scheduled at 2024-11-19 08:51:29.360601+08:00)
|
2024-11-19 08:51:29,377 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:52:29 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-19 08:52:29,363 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-19 08:53:29 CST)" (scheduled at 2024-11-19 08:52:29.360601+08:00)
|