ArVan / node-listhub

A Node.js module to handle ListHub feed downloads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle Error case

ArVan opened this issue · comments

Currently, when, for some reason, ListHub returns not the gzip, but an xml with error message (lets say authentication failed) the lib crashes.
So we need to handle the error case properly.

Fixed in 654a3df