alexdlaird / pyngrok

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

NGROK auth token is not found in the environment. Ngrok will timeout after a few hours. #104

Closed omerXfaruq closed 1 year ago

omerXfaruq commented 1 year ago

While we'd love to be able to support every person on their projects, that would simply be infeasible. Luckily, that's what the helpful developer community over at Stack Overflow is for! Please create a question there with the "pyngrok" tag if what you're looking for is a programming question or you need help with an integration. You can refer to pyngrok's own documentation to help you write the best possible question.

Describe the Bug Hello, pyngrok was working fine in the past, but yesterday I started to get this warning and the problem that ngrok stopped working after a few hours.

NGROK auth token is not found in the environment. Ngrok will timeout after a few hours.

I use ngrok.set_auth_token(ngrok_token) and did not make any changes to that, what might be the cause of this problem?

Be sure you have checked out the "Troubleshooting" page of the documentation, especially the sections about log inspection. Include the logs here after debugging.

Steps to Reproduce You can check my code here, if it helps.

Environment

github-actions[bot] commented 1 year ago

This is a bug tracker and not a support forum.

While we'd love to be able to support every person on their projects, that would simply be infeasible. Luckily, that's what the helpful developer community over at Stack Overflow is for! Please create a question there with the \"pyngrok\" tag if what you're looking for is a programming question or you need help with an integration. You can refer to pyngrok's own documentation to help you write the best possible question.

omerXfaruq commented 1 year ago

😸