alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
421 stars 59 forks source link

Must reserve an address #64

Closed Meschdog18 closed 4 years ago

Meschdog18 commented 4 years ago

When i try to run the example code here

I keep getting this error, I was under the impression, that I could do this for free, sorry if i was wrong just wondering

{"error_code":103,"status_code":502,"msg":"failed to start tunnel","details":{"err":"You must reserve an address for your account before it can be bound.\nFailed to bind the address '1.tcp.ngrok.io:9000' for the account 'myemail@gmail.com' in region 'us'.\n(Hint: Did you reserve the address in this region?)\n\nReserve an address on your dashboard: https://dashboard.ngrok.com/endpoints/tcp-addresses\r\n\r\nERR_NGROK_307\r\n"}}

github-actions[bot] commented 4 years ago

While pyngrok is a wrapper for ngrok, we have no official affiliation with ngrok and thus cannot triage issues related to it.

For help troubleshooting ngrok, ask a question on a support forum like Stack Overflow. You can refer to pyngrok's documentation and ngrok's documentation to help you write the best possible question.