Skip to content

ReferenceError: muted is not defined #5

Description

@suc1

Running webcam_demo on windows 11 got errors:

[Reflex Frontend Exception]
 ReferenceError: muted is not defined
ReferenceError: muted is not defined
    at Webcam_b1ad9a561f05e3e5dfd47b4afba51dfe (http://localhost:3000/app/routes/_index.jsx?import:147:8)
    at Object.react_stack_bottom_frame (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:12853:12)
    at renderWithHooks (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:4198:19)
    at updateFunctionComponent (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:5554:16)
    at beginWork (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:6125:20)
    at runWithFiberInDEV (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:836:66)
    at performUnitOfWork (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:8414:94)
    at workLoopSync (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:8310:37)
    at renderRootSync (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:8294:6)
    at performWorkOnRoot (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:7979:27)

[Reflex Frontend Exception]
 ReferenceError: muted is not defined
ReferenceError: muted is not defined
    at Webcam_b1ad9a561f05e3e5dfd47b4afba51dfe (http://localhost:3000/app/routes/_index.jsx?import:147:8)
    at Object.react_stack_bottom_frame (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:12853:12)
    at renderWithHooks (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:4198:19)
    at updateFunctionComponent (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:5554:16)
    at beginWork (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:6125:20)
    at runWithFiberInDEV (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:836:66)
    at performUnitOfWork (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:8414:94)
    at workLoopSync (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:8310:37)
    at renderRootSync (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:8294:6)
    at performWorkOnRoot (http://localhost:3000/node_modules/.vite/deps/react-dom_client.js?v=3a235023:7979:27)

Reproduce steps:

cd reflex-webcam
uv venv .venv
.venv\Scripts\activate
uv pip install .

cd webcam_demo
reflex init
uv pip install pillow
uv pip install jinja2

Version:
reflex = 0.8.18
python = 3.13.7
pillow = 12.0.0
jinja2 = 3.1.6

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions