Skip to content

Fix: Add CLI port override and dynamic fallback to avoid conflicts on Windows #1746

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Subh231004
Copy link

This PR fixes Issue #1084 , where Screenpipe fails to launch on Windows 11 due to port 3030 being in use.

Changes:

  • Added a --port CLI flag using 'clap'
  • Automatically finds the next available port if none is specified or if 3030 is taken
  • Adds a startup log showing which port was selected

Tested on Windows 11. Improves reliability and flexibility during development.

Resolves #1084
/claim #1084

Copy link
Contributor

🧪 testing bounty created!

a testing bounty has been created for this PR: view testing issue

testers will be awarded $20 each for providing quality test reports. please check the issue for testing requirements.

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

Successfully merging this pull request may close these issues.

[bug] Recording not starting on Windows 11
1 participant