Running this from a cloud session? Share your setup #3
Unanswered
fcavalcantirj
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If you're running this skill from a cloud session rather than a local Claude Code — Cowork, a remote/bridged session, a dev container, anything where Claude isn't on the same network as your camera — I'd like to hear how it went.
Why: a bridged session often has an egress proxy for public destinations and no route to your LAN at all. Nothing in
snap.shcan create a route that doesn't exist, so the honest ask is upstream: let a bridged session reach LAN devices. That request lands much better with several real users behind it than with one.Details and a one-command triage are in #2.
If you hit it, please post:
claude --versionandcurl --versionsnap.shactually runs:direct=403means a proxy refused you.direct=000means there's no route — the unfixable one.curl -D -), especially anything likeX-Proxy-ErrorAlready fixed, so update first (v1.1.1): LAN addresses are no longer sent through a proxy, a
403is no longer blamed on the wrong system, and CRLF line endings can no longer kill the script on a Windows clone. If you tried this before v1.1.1, it's worth retrying.Mask your camera password if you paste any config.
All reactions