tvgrabbers / tvgrabpyAPI

An xmltv-API for extracting and merging tv programme information from several sources
https://github.com/tvgrabbers/tvgrabpyAPI/releases/latest
GNU General Public License v3.0
27 stars 8 forks source link

Processing extreme big thetvdb page (104271) takes sudenly hours #1

Closed hikavdh closed 7 years ago

hikavdh commented 7 years ago

If I call tv_grab_nl3.py --add-ttvdb-title "goede tijden, slechte tijden" it takes for ever and when I brake the process it is still busy matching nodes. Also during normal grabbing it is hanging on the ttvdb module. Possibly a memory limit? I for now will block that ttvdbID

hikavdh commented 7 years ago

Ok, the problem here is that the program closes before ttvdb is ready, leaving the thread orphaned. I have this for now fixed, but I have to look into these extreme long fetch times. Moving to ttvdb v2 probably will improve this too.