Guitar-Hero-II-Deluxe-360 icon indicating copy to clipboard operation
Guitar-Hero-II-Deluxe-360 copied to clipboard

download_gh2songs.bat errors out before completion

Open shanmur2706 opened this issue 10 months ago • 0 comments

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

shanmur2706 avatar Sep 09 '23 17:09 shanmur2706