ArchiveTeam / seesaw-kit

Making a reusable toolkit for writing seesaw scripts
Other
69 stars 30 forks source link

Reddit reinstall fails #138

Open cliffspradlin opened 1 year ago

cliffspradlin commented 1 year ago

It was previously working, but seems to have stopped:

2023-06-10 01:15:11,958 - seesaw.warrior - DEBUG - Update project.
2023-06-10 01:15:11,958 - seesaw.warrior - DEBUG - Check project has update reddit
2023-06-10 01:15:11,984 - seesaw.warrior - DEBUG - git fetch
2023-06-10 01:15:35,620 - seesaw.warrior - DEBUG - Got return code 128
2023-06-10 01:15:35,622 - seesaw.warrior - DEBUG - Start selected project reddit (reinstall=True)
2023-06-10 01:15:35,622 - seesaw.warrior - DEBUG - Install project reddit
2023-06-10 01:15:35,634 - seesaw.warrior - DEBUG - git pull from https://github.com/ArchiveTeam/reddit-grab
2023-06-10 01:15:56,515 - seesaw.warrior - ERROR - Project failed to install: hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint: 
hint:   git config pull.rebase false  # merge (the default strategy)
hint:   git config pull.rebase true   # rebase
hint:   git config pull.ff only       # fast-forward only
hint: 
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
fatal: unable to access 'https://github.com/ArchiveTeam/reddit-grab/': gnutls_handshake() failed: Error in the pull function.

git returned 1

2023-06-10 01:15:56,517 - seesaw.warrior - DEBUG - Result of the install process: False
2023-06-10 01:15:56,518 - seesaw.warrior - WARNING - Project reddit did not install correctly and we're ignoring this problem.
2023-06-10 01:19:20,822 - seesaw.warrior - INFO - Runner has finished.
2023-06-10 01:25:11,936 - seesaw.warrior - DEBUG - Update warrior hq.
cliffspradlin commented 1 year ago

I also posted this to https://github.com/ArchiveTeam/reddit-grab/issues/16 in case that's the better place for it.

cliffspradlin commented 1 year ago

Rebooting the VM got this unstuck for me.