ynvaser / deckscraper

Magic the Gathering (MTG) reverse deck search tool.
19 stars 0 forks source link

Problem with // #3

Closed ninomllr closed 1 year ago

ninomllr commented 1 year ago

I am not sure what I am doing wrong here, and would like to hear your feedback. I get the following error message, when scanning through my cards:

2023-02-01 13:25:08.624 ERROR 745317 --- [onPool-worker-3] s.b.deckscraper.input.EdhRecDeckScraper  : Couldn't find average deck for commander by it's name without the part after '//': Haldan, Avid Arcanist Kediss, Emberclaw Familiar
2023-02-01 13:25:08.624 ERROR 745317 --- [onPool-worker-3] s.b.deckscraper.input.EdhRecDeckScraper  : Can't find average deck of commander Haldan, Avid Arcanist Kediss, Emberclaw Familiar
2023-02-01 13:25:09.222 ERROR 745317 --- [onPool-worker-8] s.b.deckscraper.input.EdhRecDeckScraper  : Couldn't find average deck for commander by it's name without the part after '//': Haldan, Avid Arcanist Miara, Thorn of the Glade
2023-02-01 13:25:09.222 ERROR 745317 --- [onPool-worker-8] s.b.deckscraper.input.EdhRecDeckScraper  : Can't find average deck of commander Haldan, Avid Arcanist Miara, Thorn of the Glade
2023-02-01 13:25:09.612 ERROR 745317 --- [onPool-worker-2] s.b.deckscraper.input.EdhRecDeckScraper  : Couldn't find average deck for commander by it's name without the part after '//': Numa, Joraga Chieftain Pako, Arcane Retriever
2023-02-01 13:25:09.612 ERROR 745317 --- [onPool-worker-2] s.b.deckscraper.input.EdhRecDeckScraper  : Can't find average deck of commander Numa, Joraga Chieftain Pako, Arcane Retriever

I guess it has to do with the way I structure my import. What is the right way to handle cards like The Modern Age // Vector Glider?

ynvaser commented 1 year ago

There's nothing wrong here. There are no average decks for the given commander pairing.

ynvaser commented 1 year ago

In the latest release i've lowered the loglevel of such messages to "WARN" to more accurately reflect that this isn't a problem.