datawhores

Results 64 comments of datawhores

def keyify(self, size, *names): """ Turns a name and size into a key that can be stored in the database. """ key = '%s|%s' % (size, '|'.join(names)) logger.debug('Keyify: %s' %...

Some Diagnostic Help 1.sudo docker exec -it container /bin/bash where cointainer is the name of the container, not the image This will allow you to exec commands with the coainter...

I was able to fix this by switching to a different proxy/vpn

I made changes to aiolimiter to simplify it use This should be fixed

You can turn on auto resume in the config ``` auto_resume ``` If you want to clean up .part files but don't want the large cleanup at the end and...

The large cleanup is now opt in As long as you don't interupt the script it should not be needed

No it won't work until I upgrade the version on pip until then you can just set BATCH_TEMPFILE_CLEANUP as false in custom_values

Yeah I haven't tried to install on python 3.13 You should be able to install with a older python version with the deadsnakes repo, and then you can use something...

I'm closing this now Please open a new issue if needed

No response so closing for now Please make a new issue if needed