Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Cloudflared failed to start #3

Open
ZreXoc opened this issue May 26, 2024 · 0 comments
Open

RuntimeError: Cloudflared failed to start #3

ZreXoc opened this issue May 26, 2024 · 0 comments

Comments

@ZreXoc
Copy link

ZreXoc commented May 26, 2024

$ pywalc

Traceback (most recent call last):
  File "/home/xic/.conda/envs/tmp/bin/pywalc", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/xic/.conda/envs/tmp/lib/python3.12/site-packages/pywalc/__main__.py", line 13, in main
    app.run()
  File "/home/xic/.conda/envs/tmp/lib/python3.12/site-packages/pywalc/app.py", line 80, in run
    server.run()
  File "/home/xic/.conda/envs/tmp/lib/python3.12/site-packages/pywalc/server.py", line 160, in run
    self._start_cloudflare_tunnel()
  File "/home/xic/.conda/envs/tmp/lib/python3.12/site-packages/pywalc/server.py", line 150, in _start_cloudflare_tunnel
    self.online_site = try_cloudflare(port=self.port, verbose=False).tunnel
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/xic/.conda/envs/tmp/lib/python3.12/site-packages/pycloudflared/try_cloudflare.py", line 110, in __call__
    raise RuntimeError("Cloudflared failed to start")
RuntimeError: Cloudflared failed to start

Is this just a network issue or something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant