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

Error when trying to install bypass script #16

Open
jedai47 opened this issue Aug 17, 2024 · 1 comment
Open

Error when trying to install bypass script #16

jedai47 opened this issue Aug 17, 2024 · 1 comment

Comments

@jedai47
Copy link

jedai47 commented Aug 17, 2024

python3 -m kick bypass create Done writing to bypass.go. Make sure to install the dependencys. walid@vps-e79a5d90:~/kick$ ls bypass.go vlc.py walid@vps-e79a5d90:~/kick$ python3 -m kick bypass install Running go init... Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/walid/.local/lib/python3.11/site-packages/kick/__main__.py", line 108, in <module> cli() File "/home/walid/.local/lib/python3.11/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/walid/.local/lib/python3.11/site-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) ^^^^^^^^^^^^^^^^ File "/home/walid/.local/lib/python3.11/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/walid/.local/lib/python3.11/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/walid/.local/lib/python3.11/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/walid/.local/lib/python3.11/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/walid/.local/lib/python3.11/site-packages/kick/__main__.py", line 99, in install_dependencys subprocess.run("go mod init example/project-name") File "/usr/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/subprocess.py", line 1024, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'go mod init example/project-name'

@cibere
Copy link
Owner

cibere commented Aug 17, 2024

go mod init example/project-name
go get github.com/Danny-Dasilva/CycleTLS/cycletls
go get github.com/gin-gonic/gin

Try running these commands yourself

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

2 participants