That's a failure in the worldcat service used to lookup the earliest edition of the book. Failuresa re written to stderr and output to stdout. They dont corrupt each other unless you have to directed to the same place. For example, use
fetch-ebook-metadata whatever 2> /dev/null
will redirect stderr to null hiding the error message (the above assumes you are on a unix OS)
|