Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

程序始终运转不起来 #230

Open
lz347396004 opened this issue Feb 15, 2025 · 5 comments
Open

程序始终运转不起来 #230

lz347396004 opened this issue Feb 15, 2025 · 5 comments

Comments

@lz347396004
Copy link

启动后就会有这个报错,但是我在.env文件中已经设置好了账号和密码 并且确认没错

2025-02-15 15:03:01.068 | DEBUG    | utils.pb_api:__init__:12 - initializing pocketbase client: http://127.0.0.1:8090
Traceback (most recent call last):
  File "F:\program\wiseflow\core\utils\pb_api.py", line 20, in __init__
    admin_data = self.client.admins.auth_with_password(email, password)
  File "C:\Users\zx\anaconda3\envs\wiseflow\lib\site-packages\pocketbase\services\admin_service.py", line 90, in auth_with_password
    response_data = self.client.send(
  File "C:\Users\zx\anaconda3\envs\wiseflow\lib\site-packages\pocketbase\client.py", line 116, in send
    raise ClientResponseError(
pocketbase.errors.ClientResponseError: Response error. Status code:400

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "F:\program\wiseflow\core\run_task.py", line 12, in <module>
    from general_process import main_process, wiseflow_logger, pb
  File "F:\program\wiseflow\core\general_process.py", line 20, in <module>
    pb = PbTalker(wiseflow_logger)
  File "F:\program\wiseflow\core\utils\pb_api.py", line 24, in __init__
    user_data = self.client.collection("users").auth_with_password(email, password)
  File "C:\Users\zx\anaconda3\envs\wiseflow\lib\site-packages\pocketbase\services\record_service.py", line 218, in auth_with_password
    response_data = self.client.send(
  File "C:\Users\zx\anaconda3\envs\wiseflow\lib\site-packages\pocketbase\client.py", line 116, in send
    raise ClientResponseError(
pocketbase.errors.ClientResponseError: Response error. Status code:400
Error running run_task.py: Command '['C:\\Users\\zx\\anaconda3\\envs\\wiseflow\\python.exe', 'F:\\program\\wiseflow\\core\\run_task.py']' returned non-zero exit status 1.

Image

Image

Image

@bigbrother666sh
Copy link
Member

pip install -U pocketbase

@wowdahe
Copy link

wowdahe commented Feb 21, 2025

我的运行起来了

@femingway
Copy link

siliconflow需要充值才行吗?

@bigbrother666sh
Copy link
Member

siliconflow需要充值才行吗?

可以通过 readme 里面的邀请链接进去,会送你点费用,初期尝试够了

@bigbrother666sh
Copy link
Member

当然也欢迎过几天使用wiseflow 的在线服务,注册即可直接使用,无需再去自己申请 llm 的 api 等。
预计两周后上线

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants