Skip to content

Conversation

andyli11
Copy link

Summary

The AirPlay Receiver on macOS Monterey and newer occupies port 5000, resulting in the app returning a 403 error. Switching to port 8000 ensures a smoother developer experience across platforms without needing manual system configuration.

image

Changes

  • Switched flask run command to flask run --port=8000
  • Updated local URLs to reflect port 8000

Testing

  • Verified that the app runs and is accessible at http://localhost:8000 and http://127.0.0.1:8000
  • Confirmed that no conflicts occur on macOS

andyli11 added 2 commits July 14, 2025 18:49
Update README to use port 8000 instead of 5000 for better macOS compatibility
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.

1 participant