SpoogLord
SpoogLord
Something like this can already be done on windows using windows task scheduler, [this thread](https://superuser.com/questions/745318/how-to-start-a-program-when-another-one-is-started) is how i learned how to do it, and this is my task for it...
Video if needed https://github.com/user-attachments/assets/dc5105e4-94c8-4c3c-b79d-939aa3181be8
same issue, switching `backend` from `aio` to `httpx` fixed it for me. functionally should this be any different? I'm not sure what changing this option really does
looked slightly harder and found the solution in #484 (run `pipx inject ofscraper aiolimiter==1.1.0 --force`) leaving open in case someone else doesn't identify the other thread as this problem
thats what mine would do before i ran that command you quoted. Only thing i could think would be that you have two instances of ofscraper installed and pipx injected...
@plshelpidkwhatimdoing I used to use username/password myself, but then at some point i started getting "login rejected as suspicious" errors, and was told to use cookies instead. i just tried...
@bbappserver that makes it sound like just using new cookies should solve my issue but it doesn't
Status update: waited a month before trying again, got new cookies, still not working. error 401 4 times then it gives up. tried reinstalling gallery-dl and still not working for...
I used Hastebin bc i sent the entire config file initially, but heres just the twitter section (likely a mess compared to anyone elses) ``` "twitter": { "filename" : "{author['name']}_{tweet_id}_{count}.{extension}",...
yeah,, at some point i just went and downloaded the example config just to i knew what all options i could try changing, most of them are def unchanged. i...