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

Doesn't work on macOS #5

Open
rogaha opened this issue May 21, 2024 · 1 comment
Open

Doesn't work on macOS #5

rogaha opened this issue May 21, 2024 · 1 comment

Comments

@rogaha
Copy link

rogaha commented May 21, 2024

Describe the bug
A clear and concise description of what the bug is.

Screenshot of Safari at May 21, 2024 at 5_24_49 PM

  You can now view your Streamlit app in your browser.

  Local URL: http://localhost:8502
  Network URL: http://192.168.1.215:8502

  For better performance, install the Watchdog module:

  $ xcode-select --install
  $ pip install watchdog

2024-05-21 17:20:42.020 Uncaught app exception
Traceback (most recent call last):
  File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script
    exec(code, module.__dict__)
  File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pyrobbot/app/app.py", line 17, in <module>
    run_app()
  File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pyrobbot/app/app.py", line 13, in run_app
    ).render()
      ^^^^^^^^
  File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pyrobbot/app/multipage.py", line 708, in render
    return super().render(**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pyrobbot/app/multipage.py", line 465, in render
    self.handle_ui_page_selection(**kwargs)
  File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pyrobbot/app/multipage.py", line 602, in handle_ui_page_selection
    new_configs = self.selected_page.chat_obj.configs.model_validate(
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/rogaha/development/nextron/ai-agents/auto-gen/lib/python3.11/site-packages/pydantic/main.py", line 551, in model_validate
    return cls.__pydantic_validator__.validate_python(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 1 validation error for VoiceChatConfigs
ai_instructions
  Input should be a valid tuple [type=tuple_type, input_value="('You answer correctly.'...citly asked to do so.')", input_type=str]
    For further information visit https://errors.pydantic.dev/2.7/v/tuple_type

To Reproduce
Steps to reproduce the behavior:

  1. pip uninstall git+https://github.com/paulovcmedeiros/pyRobBot.git
  2. run: rob

Expected behavior
Open the streamlit application locally.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@All-Ki
Copy link

All-Ki commented May 22, 2024

Same on windows 11

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