Skip to content

Conversation

@kixelated
Copy link
Collaborator

No description provided.

@kixelated kixelated enabled auto-merge (squash) July 23, 2025 21:51
@kixelated kixelated merged commit 60bccd2 into main Jul 23, 2025
2 checks passed
@kixelated kixelated deleted the fix-bbb branch July 23, 2025 21:51
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bugbot free trial expires on July 29, 2025
Learn more in the Cursor dashboard.

-e RUST_LOG=debug -e RUST_BACKTRACE=1 \
${docker_image} \
hang publish --url "https://relay.quic.video/anon" --name "bbb"'
publish --url https://relay.quic.video/demo?jwt=${demo_token} --name bbb'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Command Block Issues with Token Expansion

The bash -c command block now incorrectly encloses the publish command within single quotes, preventing the expansion of ${demo_token} and passing the literal string. Additionally, the hang subcommand was removed. The URL and name parameters are also unquoted, which, combined with the ? in the URL, can lead to shell parsing errors.

Locations (1)

Fix in CursorFix in Web

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

Successfully merging this pull request may close these issues.

2 participants