1337-server

Results 69 comments of 1337-server

I believe I might have been having the same issue. I had to edit https://github.com/meraki-analytics/cassiopeia/blob/54aec979b575e085c3bc244b938ef71b71697781/cassiopeia/core/match.py#L1673 ``` @lazy_property def timeline(self) -> Timeline: if self._timeline is None: self._timeline = Timeline(id=self.id, continent=self.continent) return...

https://github.com/1337-server/automatic-ripping-machine/issues/82#issuecomment-897338175 Should help you fix part of this issue.

This is a bug, ARM should already be stopping duplicates. I'll look into this.

`arm/ripper/main.py` calls on `utils.job_dupe_check()` and this should check the local db for successful jobs with the same crc64 And then when the run/rip starts, it calls `utils.check_for_dupe_folder` it should kill...

> I'm done ripping the collection (took a month), I'll re-enable autoclose and see if I can catch it in the act. This would be very helpful. Thanks.

Ahh, that makes sense, I don't want to update the wiki until v2_devel is merged as it will cause breaking changes. Thanks, I'll leave this open as it might help...

> The Ubuntu install script is giving a 404 now. wget https://raw.githubusercontent.com/automatic-ripping-machine/automatic-ripping-machine/v2_devel/scripts/install/ubuntu-20.04-install.sh Should be fixed now

What script did you run ? Should now be fixed! You will need to redownload the Ubuntu script installer.

> I'm having a similar issue with Debian. > > `cp: cannot stat './setup/arm.yaml': No such file or directory` How are you installing ? On what version of Debian ?