Hi guys,
I know scraper problems are very popular and usually a problem with the end user. I invested several hours messing around with testing this and that and I still fail to understand it.
The problem:
I am using a MySQL DB and scraping a TV show (The Walking Dead) fails. Every episode is discarded with a log message like this:
The strange part: When I disable the MySQL DB and just use the regular local DB then the scraping works fine. I really could reproduce it several times back and forth: scraping of TWD works with local DB but fails with MySQL DB.
Full debug log of MySQL case:
http://ix.io/23id
This is the local DB working version:
https://privatebin.net/?14a7c68afe7030fc...9MdZa97UXW
Any ideas please?
I know scraper problems are very popular and usually a problem with the end user. I invested several hours messing around with testing this and that and I still fail to understand it.
The problem:
I am using a MySQL DB and scraping a TV show (The Walking Dead) fails. Every episode is discarded with a log message like this:
Quote:2019-12-01 15:24:10.029 T:140017782384384 ERROR: VideoInfoScanner: Asked to lookup episode smb://ben/MASS2/Video/TV2/The Walking Dead/Season 4/The Walking Dead - S04E04 - Im Zweifel.mkv online, but we have no episode guide. Check your tvshow.nfo and make sure the <episodeguide> tag is in place.All other TV shows that I have seem to work fine. I really could not figure out what is so special about TWD.
The strange part: When I disable the MySQL DB and just use the regular local DB then the scraping works fine. I really could reproduce it several times back and forth: scraping of TWD works with local DB but fails with MySQL DB.
Full debug log of MySQL case:
http://ix.io/23id
This is the local DB working version:
https://privatebin.net/?14a7c68afe7030fc...9MdZa97UXW
Any ideas please?