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

知识库刚配置好了,导致运行product_application.py 出错,以前是可以了 #206

Closed
mymoonsoft opened this issue Dec 2, 2024 · 1 comment

Comments

@mymoonsoft
Copy link

class ProductApplication:
"""
Product application: agentUniverse-product portal.

After startup, the system redirects to the aU-product homepage by default.
"""

@classmethod
def start(cls):
    AgentUniverse().start(core_mode=True) 
    AgentUniverseProduct().start()

if name == "main":
ProductApplication.start()

File "D:\myvitual\agentUniverse\Lib\site-packages\agentuniverse_product\base\product.py", line 74, in init_instance
raise ValueError(f"The aU instance corresponding to the product id does not exist,"
ValueError: The aU instance corresponding to the product id does not exist, please check the product type and id parameters.

@mymoonsoft
Copy link
Author

不用回复了,检查到错误了

@AniviaTn AniviaTn closed this as completed Dec 3, 2024
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

2 participants