mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-26 17:43:59 +00:00
Merge pull request #780 from samj1912/picard1126
PICARD-1126: Add meaningful error log during lookup requests
This commit is contained in:
@@ -574,7 +574,8 @@ class File(QtCore.QObject, Item):
|
||||
if self.state == File.REMOVED:
|
||||
return
|
||||
if error:
|
||||
log.error(document)
|
||||
log.error("Network error encountered during the lookup for %s. Error code: %s",
|
||||
self.filename, error)
|
||||
try:
|
||||
if lookuptype == "metadata":
|
||||
tracks = document['recordings']
|
||||
|
||||
Reference in New Issue
Block a user