2024-11-18 12:18:55,554 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:19:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:19:55,551 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:20:55 CST)" (scheduled at 2024-11-18 12:19:55.548474+08:00)
|
2024-11-18 12:19:55,552 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:20:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:20:55,551 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:21:55 CST)" (scheduled at 2024-11-18 12:20:55.548474+08:00)
|
2024-11-18 12:20:55,552 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:21:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:21:55,549 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:22:55 CST)" (scheduled at 2024-11-18 12:21:55.548474+08:00)
|
2024-11-18 12:21:55,550 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:22:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:22:55,560 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:23:55 CST)" (scheduled at 2024-11-18 12:22:55.548474+08:00)
|
2024-11-18 12:22:55,561 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:23:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:23:55,558 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:24:55 CST)" (scheduled at 2024-11-18 12:23:55.548474+08:00)
|
2024-11-18 12:23:55,559 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:24:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:24:55,551 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:25:55 CST)" (scheduled at 2024-11-18 12:24:55.548474+08:00)
|
2024-11-18 12:24:55,552 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:25:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:25:55,550 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:26:55 CST)" (scheduled at 2024-11-18 12:25:55.548474+08:00)
|
2024-11-18 12:25:55,551 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:26:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:49:11,036 - base - run_job - line:120 - WARNING -: Run time of job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:49:55 CST)" was missed by 0:00:15.487614
|
2024-11-18 12:49:55,557 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:50:55 CST)" (scheduled at 2024-11-18 12:49:55.548474+08:00)
|
2024-11-18 12:49:55,558 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:50:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:50:55,558 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:51:55 CST)" (scheduled at 2024-11-18 12:50:55.548474+08:00)
|
2024-11-18 12:50:55,559 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:51:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:51:55,550 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:52:55 CST)" (scheduled at 2024-11-18 12:51:55.548474+08:00)
|
2024-11-18 12:51:55,551 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:52:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:52:55,552 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:53:55 CST)" (scheduled at 2024-11-18 12:52:55.548474+08:00)
|
2024-11-18 12:52:55,553 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:53:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:53:55,550 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:54:55 CST)" (scheduled at 2024-11-18 12:53:55.548474+08:00)
|
2024-11-18 12:53:55,551 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:54:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:54:55,549 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:55:55 CST)" (scheduled at 2024-11-18 12:54:55.548474+08:00)
|
2024-11-18 12:54:55,550 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:55:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:55:55,563 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:56:55 CST)" (scheduled at 2024-11-18 12:55:55.548474+08:00)
|
2024-11-18 12:55:55,565 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:56:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:56:55,558 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:57:55 CST)" (scheduled at 2024-11-18 12:56:55.548474+08:00)
|
2024-11-18 12:56:55,560 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:57:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:57:55,563 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:58:55 CST)" (scheduled at 2024-11-18 12:57:55.548474+08:00)
|
2024-11-18 12:57:55,564 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:58:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:58:55,561 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:59:55 CST)" (scheduled at 2024-11-18 12:58:55.548474+08:00)
|
2024-11-18 12:58:55,563 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 12:59:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 12:59:55,564 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:00:55 CST)" (scheduled at 2024-11-18 12:59:55.548474+08:00)
|
2024-11-18 12:59:55,566 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:00:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:00:55,555 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:01:55 CST)" (scheduled at 2024-11-18 13:00:55.548474+08:00)
|
2024-11-18 13:00:55,556 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:01:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:01:55,563 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:02:55 CST)" (scheduled at 2024-11-18 13:01:55.548474+08:00)
|
2024-11-18 13:01:55,565 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:02:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:02:55,560 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:03:55 CST)" (scheduled at 2024-11-18 13:02:55.548474+08:00)
|
2024-11-18 13:02:55,561 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:03:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:03:55,562 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:04:55 CST)" (scheduled at 2024-11-18 13:03:55.548474+08:00)
|
2024-11-18 13:03:55,563 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:04:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:04:55,560 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:05:55 CST)" (scheduled at 2024-11-18 13:04:55.548474+08:00)
|
2024-11-18 13:04:55,562 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:05:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:05:55,560 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:06:55 CST)" (scheduled at 2024-11-18 13:05:55.548474+08:00)
|
2024-11-18 13:05:55,561 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:06:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:06:55,553 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:07:55 CST)" (scheduled at 2024-11-18 13:06:55.548474+08:00)
|
2024-11-18 13:06:55,554 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:07:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:07:55,559 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:08:55 CST)" (scheduled at 2024-11-18 13:07:55.548474+08:00)
|
2024-11-18 13:07:55,560 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:08:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:08:55,554 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:09:55 CST)" (scheduled at 2024-11-18 13:08:55.548474+08:00)
|
2024-11-18 13:08:55,555 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:09:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:09:55,558 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:10:55 CST)" (scheduled at 2024-11-18 13:09:55.548474+08:00)
|
2024-11-18 13:09:55,559 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:10:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:10:55,558 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:11:55 CST)" (scheduled at 2024-11-18 13:10:55.548474+08:00)
|
2024-11-18 13:10:55,559 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:11:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:11:55,560 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:12:55 CST)" (scheduled at 2024-11-18 13:11:55.548474+08:00)
|
2024-11-18 13:11:55,561 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:12:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:12:55,558 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:13:55 CST)" (scheduled at 2024-11-18 13:12:55.548474+08:00)
|
2024-11-18 13:12:55,560 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:13:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:13:55,560 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:14:55 CST)" (scheduled at 2024-11-18 13:13:55.548474+08:00)
|
2024-11-18 13:13:55,561 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:14:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:14:55,552 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:15:55 CST)" (scheduled at 2024-11-18 13:14:55.548474+08:00)
|
2024-11-18 13:14:55,552 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:15:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:15:55,557 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:16:55 CST)" (scheduled at 2024-11-18 13:15:55.548474+08:00)
|
2024-11-18 13:15:55,557 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:16:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:16:55,558 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:17:55 CST)" (scheduled at 2024-11-18 13:16:55.548474+08:00)
|
2024-11-18 13:16:55,559 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:17:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:17:55,553 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:18:55 CST)" (scheduled at 2024-11-18 13:17:55.548474+08:00)
|
2024-11-18 13:17:55,553 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:18:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:18:55,559 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:19:55 CST)" (scheduled at 2024-11-18 13:18:55.548474+08:00)
|
2024-11-18 13:18:55,560 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:19:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:19:55,550 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:20:55 CST)" (scheduled at 2024-11-18 13:19:55.548474+08:00)
|
2024-11-18 13:19:55,550 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:20:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:20:55,557 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:21:55 CST)" (scheduled at 2024-11-18 13:20:55.548474+08:00)
|
2024-11-18 13:20:55,558 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:21:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:21:55,559 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:22:55 CST)" (scheduled at 2024-11-18 13:21:55.548474+08:00)
|
2024-11-18 13:21:55,559 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:22:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:22:55,562 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:23:55 CST)" (scheduled at 2024-11-18 13:22:55.548474+08:00)
|
2024-11-18 13:22:55,562 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:23:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:23:55,553 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:24:55 CST)" (scheduled at 2024-11-18 13:23:55.548474+08:00)
|
2024-11-18 13:23:55,553 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:24:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:24:55,558 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:25:55 CST)" (scheduled at 2024-11-18 13:24:55.548474+08:00)
|
2024-11-18 13:24:55,559 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:25:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:25:55,560 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:26:55 CST)" (scheduled at 2024-11-18 13:25:55.548474+08:00)
|
2024-11-18 13:25:55,561 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:26:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:26:55,562 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:27:55 CST)" (scheduled at 2024-11-18 13:26:55.548474+08:00)
|
2024-11-18 13:26:55,562 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:27:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:27:55,560 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:28:55 CST)" (scheduled at 2024-11-18 13:27:55.548474+08:00)
|
2024-11-18 13:27:55,560 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:28:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:28:55,554 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:29:55 CST)" (scheduled at 2024-11-18 13:28:55.548474+08:00)
|
2024-11-18 13:28:55,555 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:29:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:29:55,556 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:30:55 CST)" (scheduled at 2024-11-18 13:29:55.548474+08:00)
|
2024-11-18 13:29:55,557 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:30:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:30:55,561 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:31:55 CST)" (scheduled at 2024-11-18 13:30:55.548474+08:00)
|
2024-11-18 13:30:55,563 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:31:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:31:55,562 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:32:55 CST)" (scheduled at 2024-11-18 13:31:55.548474+08:00)
|
2024-11-18 13:31:55,563 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:32:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:32:02,559 - _client - _send_single_request - line:1786 - INFO -: HTTP Request: GET http://192.168.20.119:13001/api/v1/user/public_key "HTTP/1.1 200 OK"
|
2024-11-18 13:32:02,846 - _client - _send_single_request - line:1786 - INFO -: HTTP Request: POST http://192.168.20.119:13001/api/v1/user/login "HTTP/1.1 201 Created"
|
2024-11-18 13:32:03,326 - _client - _send_single_request - line:1786 - INFO -: HTTP Request: POST http://192.168.20.119:11080/v1/user/login "HTTP/1.1 200 OK"
|
2024-11-18 13:32:55,564 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:33:55 CST)" (scheduled at 2024-11-18 13:32:55.548474+08:00)
|
2024-11-18 13:32:55,566 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:33:55 CST)" raised an exception
|
Traceback (most recent call last):
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\site-packages\apscheduler\executors\base.py", line 125, in run_job
|
retval = job.func(*job.args, **job.kwargs)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 15, in sync_resource
|
asyncio.run(sync_knowledge())
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 188, in run
|
return runner.run(main)
|
^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 120, in run
|
return self._loop.run_until_complete(task)
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
File "C:\Users\stone\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 650, in run_until_complete
|
return future.result()
|
^^^^^^^^^^^^^^^
|
File "C:\Users\stone\Desktop\workfile\rag-gateway\app\task\sync_resources.py", line 25, in sync_knowledge
|
register_app = db.query(AppRegisterModel).filter(AppRegisterModel.status.__eq__(1)).all()
|
^^^^^^^^
|
AttributeError: 'Depends' object has no attribute 'query'
|
2024-11-18 13:33:51,182 - base - add_job - line:454 - INFO -: Adding job tentatively -- it will be properly scheduled when the scheduler starts
|
2024-11-18 13:33:51,183 - base - _real_add_job - line:895 - INFO -: Added job "sync_resource" to job store "default"
|
2024-11-18 13:33:51,183 - base - start - line:181 - INFO -: Scheduler started
|
2024-11-18 13:34:09,116 - base - add_job - line:454 - INFO -: Adding job tentatively -- it will be properly scheduled when the scheduler starts
|
2024-11-18 13:34:09,117 - base - _real_add_job - line:895 - INFO -: Added job "sync_resource" to job store "default"
|
2024-11-18 13:34:09,117 - base - start - line:181 - INFO -: Scheduler started
|
2024-11-18 13:35:09,121 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:36:09 CST)" (scheduled at 2024-11-18 13:35:09.116030+08:00)
|
2024-11-18 13:35:09,123 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:36:09 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 13:35:48,266 - base - add_job - line:454 - INFO -: Adding job tentatively -- it will be properly scheduled when the scheduler starts
|
2024-11-18 13:35:48,267 - base - _real_add_job - line:895 - INFO -: Added job "sync_resource" to job store "default"
|
2024-11-18 13:35:48,267 - base - start - line:181 - INFO -: Scheduler started
|
2024-11-18 13:35:50,788 - __init__ - get_app_register - line:124 - ERROR -: 'AppRegisterModel' object has no attribute 'all'
|
2024-11-18 13:36:48,270 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:37:48 CST)" (scheduled at 2024-11-18 13:36:48.266226+08:00)
|
2024-11-18 13:36:48,270 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:37:48 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 13:37:48,273 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:38:48 CST)" (scheduled at 2024-11-18 13:37:48.266226+08:00)
|
2024-11-18 13:37:48,275 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:38:48 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 13:38:48,270 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:39:48 CST)" (scheduled at 2024-11-18 13:38:48.266226+08:00)
|
2024-11-18 13:38:48,271 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:39:48 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 13:39:48,270 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:40:48 CST)" (scheduled at 2024-11-18 13:39:48.266226+08:00)
|
2024-11-18 13:39:48,271 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:40:48 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 13:40:48,277 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:41:48 CST)" (scheduled at 2024-11-18 13:40:48.266226+08:00)
|
2024-11-18 13:40:48,278 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:41:48 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 13:41:06,149 - base - add_job - line:454 - INFO -: Adding job tentatively -- it will be properly scheduled when the scheduler starts
|
2024-11-18 13:41:06,150 - base - _real_add_job - line:895 - INFO -: Added job "sync_resource" to job store "default"
|
2024-11-18 13:41:06,151 - base - start - line:181 - INFO -: Scheduler started
|
2024-11-18 13:41:50,521 - base - add_job - line:454 - INFO -: Adding job tentatively -- it will be properly scheduled when the scheduler starts
|
2024-11-18 13:41:50,522 - base - _real_add_job - line:895 - INFO -: Added job "sync_resource" to job store "default"
|
2024-11-18 13:41:50,523 - base - start - line:181 - INFO -: Scheduler started
|
2024-11-18 13:42:50,536 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:43:50 CST)" (scheduled at 2024-11-18 13:42:50.521852+08:00)
|
2024-11-18 13:42:50,539 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:43:50 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 13:43:50,527 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:44:50 CST)" (scheduled at 2024-11-18 13:43:50.521852+08:00)
|
2024-11-18 13:43:50,530 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:44:50 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 13:44:50,526 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:45:50 CST)" (scheduled at 2024-11-18 13:44:50.521852+08:00)
|
2024-11-18 13:44:50,527 - base - run_job - line:131 - ERROR -: Job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:45:50 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 13:45:50,528 - base - run_job - line:123 - INFO -: Running job "sync_resource (trigger: interval[0:01:00], next run at: 2024-11-18 13:46:50 CST)" (scheduled at 2024-11-18 13:45:50.521852+08:00)
|