Skip to content

Commit 5aea226

Browse files
authored
Update README.md with a note for MacOS Monterey's issue (#101)
1 parent 2a89f87 commit 5aea226

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ NB Jupyter notebook needs a **token**. The token is displayed on startup:
4545
`http://127.0.0.1:8888/?token=<longtokenhexstring>`.
4646

4747
As Docker Compose may run in background you can make logging
48-
output visible via `docker logs --follow geopython-workshop-jupyter` .
48+
output visible via `docker logs --follow geopython-workshop-jupyter`.
49+
50+
### Notes
51+
52+
- There is an issue with MacOS Monterey where the port 5000 is already used and therefore conflicting to that one used by pygeoapi. If you are facing with this error `OSError: [Errno 48] Address already in use` then your machine is affected. To overcome the issue you can disable the *Airplay Receiver* from `System Preference->Sharing` of your MacOS (detailed description in this blog [post](https://progressstory.com/tech/port-5000-already-in-use-macos-monterey-issue/)).
4953

5054
### Bugs and Issues
5155

0 commit comments

Comments
 (0)