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

download_gh2songs.bat errors out before completion #24

Open
shanmur2706 opened this issue Sep 9, 2023 · 0 comments
Open

download_gh2songs.bat errors out before completion #24

shanmur2706 opened this issue Sep 9, 2023 · 0 comments

Comments

@shanmur2706
Copy link

It downloads 5.5GB worth of files from the git, but before either finishing download or running rest of the script, it errors out before completing. Which then causes these files to download, but in-game they don't show up.
I don't think I fucked it up or anything. Git is installed fine, python works fine. I haven't tried the packages in the script before, so no idea what the issue is looking at the code.

Console log:
module 'git' is installed. Downloading GHIIDX songs repo & enabling GHIIDX songs for Xenia, this may take some time.
Traceback (most recent call last):
File "c:\Users\Shan\Documents\Xenia\gh2dx\dependencies\download_gh2_songs.py", line 21, in
origin.pull()
File "C:\Users\Shan\AppData\Local\Programs\Python\Python311\Lib\site-packages\git\remote.py", line 1054, in pull
res = self._get_fetch_info_from_stderr(proc, progress, kill_after_timeout=kill_after_timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Shan\AppData\Local\Programs\Python\Python311\Lib\site-packages\git\remote.py", line 853, in _get_fetch_info_from_stderr
proc.wait(stderr=stderr_text)
File "C:\Users\Shan\AppData\Local\Programs\Python\Python311\Lib\site-packages\git\cmd.py", line 602, in wait
raise GitCommandError(remove_password_if_present(self.args), status, errstr)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
cmdline: git pull -v -- origin

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