It might be a problem on my end, but WebService::TVDB became unable to connect until I changed the HTTP user agent from LWP::Simple's default. Maybe it was just my IP that had been throttled, but regardless, I think it's better to pass a descriptive user agent string. The patch is a bit of a dirty workaround, but it gets the job done.
It might be a problem on my end, but WebService::TVDB became unable to connect until I changed the HTTP user agent from LWP::Simple's default. Maybe it was just my IP that had been throttled, but regardless, I think it's better to pass a descriptive user agent string. The patch is a bit of a dirty workaround, but it gets the job done.