You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: