- 강의 질문
- AI TECH
pyngrok 실행 불가
2025.01.30 16:43 수정
pyngrok 권한 실패 나와서 서버가 실행이 안됩니다..
PyngrokNgrokError Traceback (most recent call last)
<ipython-input-34-34695a8b4860> in <cell line: 0>()
3 import uvicorn
4
----> 5 ngrok_tunnel = ngrok.connect(8000)
6 print('Public urrl :', ngrok_tunnel.public_url)
7 nest_asyncio.apply()
3 frames
/usr/local/lib/python3.11/dist-packages/pyngrok/process.py in _start_process(pyngrok_config)
PyngrokNgrokError: The ngrok process errored on start: authentication failed: Usage of ngrok requires a verified account and authtoken.\n\nSign up for an account: https://dashboard.ngrok.com/signup\nInstall your authtoken: https://dashboard.ngrok.com/get-started/your-authtoken\r\n\r\nERR_NGROK_4018\r\n.