You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
class ProductApplication:
"""
Product application: agentUniverse-product portal.
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.
The text was updated successfully, but these errors were encountered: