opensafely-core / opensafely-core/opencodelists
Port 7000 is used by default on macOS
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 60
- Forks
- 16
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 17
Description
The OpenCodelists application runs by default for developers on port 7000. Since macOS Monterey (released October 25, 2021), the AirPlay receiver function of macOS runs on this port, meaning the development server cannot be run.
We should either:
- Change the port the applications runs on
- Add a note for users on macOS
You can also disable this functionality and therefore free the port by going to:
System Settings -> General -> Airdrop & Handoff -> Airplay receiver
(previously: System Preferences > Sharing > AirPlay receiver)
And unchecking the tickbox.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the configuration that sets the OpenCodelists development server's default port and review how it is started. Clarify whether the intended outcome is changing the port or documenting the macOS AirPlay Receiver conflict; done means developers on macOS can run the development server without the port collision.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- developer-experience
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100