You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the program will error out when an image is below the threshold, but doesn't exit gracefully.
Error: Image is to small
at Object.GetImageSnippetTmpFile (E:\GitHub\mtg-card-analyzer\src\image-processing\resize.js:78:11)
Error: Image is to small
at Object.GetImageSnippetTmpFile (E:\GitHub\mtg-card-analyzer\src\image-processing\resize.js:78:11)
Error: Image is to small
at Object.GetImageSnippetTmpFile (E:\GitHub\mtg-card-analyzer\src\image-processing\resize.js:78:11)
Error: Image is to small
at Object.GetImageSnippetTmpFile (E:\GitHub\mtg-card-analyzer\src\image-processing\resize.js:78:11)
Imaged Pre-Processed: [object Object]
TypeError: Cannot read property 'cleanText' of undefined
at SingleProcessor._processFuzzyMatches (E:\GitHub\mtg-card-analyzer\src\processor\processor.js:93:96)
at SingleProcessor.wrapper [as _processFuzzyMatches] (E:\GitHub\mtg-card-analyzer\node_modules\lodash\lodash.js:4935:19)
at CreateDirectory.then.then (E:\GitHub\mtg-card-analyzer\src\processor\processor.js:61:21)
TypeError: Cannot read property 'cleanText' of undefined
at SingleProcessor._processFuzzyMatches (E:\GitHub\mtg-card-analyzer\src\processor\processor.js:93:96)
at SingleProcessor.wrapper [as _processFuzzyMatches] (E:\GitHub\mtg-card-analyzer\node_modules\lodash\lodash.js:4935:19)
at CreateDirectory.then.then (E:\GitHub\mtg-card-analyzer\src\processor\processor.js:61:21)
TypeError: Cannot read property '0' of undefined
at SingleProcessor._processOutputFile (E:\GitHub\mtg-card-analyzer\src\processor\processor.js:160:60)
at SingleProcessor.wrapper [as _processOutputFile] (E:\GitHub\mtg-card-analyzer\node_modules\lodash\lodash.js:4935:19)
at SingleProcessor.generateOutput (E:\GitHub\mtg-card-analyzer\src\processor\processor.js:77:10)
at SingleProcessor.wrapper [as generateOutput] (E:\GitHub\mtg-card-analyzer\node_modules\lodash\lodash.js:4935:19)
at processor.execute (E:\GitHub\mtg-card-analyzer\index.js:33:39)
at _processCard (E:\GitHub\mtg-card-analyzer\src\processor\processor.js:45:20)
at CreateDirectory.then.then.then.then.catch (E:\GitHub\mtg-card-analyzer\src\processor\processor.js:72:16)
The text was updated successfully, but these errors were encountered:
Currently the program will error out when an image is below the threshold, but doesn't exit gracefully.
The text was updated successfully, but these errors were encountered: