datawhores
datawhores
Some clients maybe blocked by OF I haven't had the time to investigate further. If you have issues in the future you can see if there are any mitigations in...
I think it is because model_id needs to be converted into a string if not already one
Yeah I've never had to worry about this
I have a partial solution but some information is still too long
Yeah that only works for that one since the amount of data is small for the download script my other solution won't work for larger creators The user will have...
I will fix the post_script for the post_download_script I made this change ``` master_dump=json.dumps({"username":username,"model_id":model_id,"media":media,"posts":posts}) with tempfile.NamedTemporaryFile() as f: with open(f.name, "w") as g: g.write(master_dump) run([settings.get_post_download_script(),f.name]) ``` I think the post_script...
So far it been working on my system I've been testing with --post-script cat and --download-script cat to make sure the output is shown on the console Tested in -...
should be fixed
There are some solutions here and in #499 Also upgrading to 3.13.dev6 or higher might help
The dockerfiles look good but it doesn't seem like the github actions I have setup use docker files to be generate the docker images