DIGITALCRIMINAL / ArchivedUltimaScraper

Scrape content from OnlyFans and Fansly
GNU General Public License v3.0
932 stars 39 forks source link

FileNotFoundError for Thumbs.db #971

Open dairyroach opened 1 year ago

dairyroach commented 1 year ago

Latest commit gives me this exception during the downloading phase:

FileNotFoundError: [WinError 2] The system cannot find the file specified: '\\path\\OnlyFans\\creator\\Posts\\Free\\Images\\Thumbs.db' -> '\\path\\OnlyFans\\creator\\Metadata\\Thumbs_0.db'

DIGITALCRIMINAL commented 1 year ago

Delete Thumbs.db

dairyroach commented 1 year ago

I don't have a Thumbs.db or Thumbs_0.db file at either of the locations indicated by the error message. This seems to happen with whomever the scraper starts downloading.

jimcrapo commented 1 year ago

I'm seeing this as well, no thumbs.db exists.

god43 commented 1 year ago

it might be invisible\hidden file.

dairyroach commented 1 year ago

That's what I thought, made sure windows was showing hidden files, tried looking for it in the terminal, nothing. Which is what I expected because the error code says it's expecting that file but it's not there.