Quote:
Originally Posted by szarroug3
Released 3.0.4 that fixes Philantrop's issue. Goodreads changed some stuff that broke our parsing code.
|
Great, thanks, that fixed my issue, indeed.
One suggestion: I worked around the issue by simply putting the image-fetching stuff into a try/exception block as that's not vital information for X-Ray.
Maybe that would generally be a good idea for non-critical issues? You could still issue a user-visible warning in order to catch breakages but it wouldn't render the entire plugin useless.