XeroAPI / xero-python-oauth2-app

python app for demonstrating the xero-python SDK
MIT License
19 stars 31 forks source link

Need to disable Airdrop Receiver for example apps to work in macOS Monterey #43

Open jhillier opened 2 years ago

jhillier commented 2 years ago

I was having great trouble getting the example apps (starter and the full app) to work on macOS Monterey. Following the instructions exactly, I was getting a 403 error with no additional information. Turns out this is caused by Airdrop Receiver which uses port 5000. In order to get this working, you need to either disable Airdrop Receiver (System Preferences -> Sharing) or update the app to use a different port.