lurkbbs / e621dl

The automated download script for e621.net. Originally by @wwyaiykycnf.
11 stars 3 forks source link

What is the 404 static1.e621.net error that pops up sometimes #13

Closed huskelord closed 4 years ago

huskelord commented 4 years ago

I have to leave for work so ill make this quick I tried to download by DB config but it stops after a bit and doesn't do anyting keeps opened but doesn't close or stop I can't show you what I see exactly since it wouldn't let me copy it but what was diffrent was posts so far: 320 filtered; 87
everyting else is just None so far

this is my config. 4 Config Data (DB).txt

my api config works fine but not my db one it just seems to freeze. it looks like its still running but nothing changes. Ill let it run during work to be on the safe side and let you know if anything changes if your not able to get to it by then. Edit1: just got back from work and nothing changed and it didn't close Edit2: found the problem it was a traceback error that was caused by misnaming a subfolder in the subfolders section in another subfolder. don't know why it didn't put up an error and close however

huskelord commented 4 years ago

So i figured out the above problem but i have a new question. What is up with the static1.e621.net error that pops up in the last warning: line in the program. just curious

Edit1: so i noticed a bug when an error appears it will not close down but will run until i close it myself (this with every way i could think to run it) I have gotten past this by recording the program when it runs but and going back to the video to see what the error code was.

lurkbbs commented 4 years ago

Edit2: found the problem it was a traceback error that was caused by misnaming a subfolder in the subfolders section in another subfolder. don't know why it didn't put up an error and close however

Thanks. It should, and I should change it to print error and exit at least.

What is up with the static1.e621.net error that pops up in the last warning: line in the program. just curious

That is just debug line that I should probably get rid of. It means some links to images in db no longer exists, probably because they were deleted. I was planning to mark these images as deleted in database later. Well, later is still later. Just ignore them for now

lurkbbs commented 4 years ago

New release, at least now the app should exit with informative error if subfolders option is incorrect.

huskelord commented 4 years ago

Thank you.

lurkbbs commented 4 years ago

You're welcome!