Project-Lunar / Project-Lunar-Issue-Tracker

The main issue tracker for all components of Project Lunar
GNU General Public License v3.0
23 stars 4 forks source link

Screen scraper may be failing to close connections. #5

Open edthedev opened 4 years ago

edthedev commented 4 years ago

After scraping enough game details, ScreenScraper may return an error along the lines of "Too many open connections." Closing the Lunar UI and re-opening resolves the issue - suggesting that it may be the HTTPClient object is not being cleaned up between uses.

BananaRama203 commented 4 years ago

Thanks ed. I will check this out. Source for the desktop app goes up today also.