jceddy / DailyArenaDeckAdvisor

A Deck Advisor companion App for Magic Arena.
GNU General Public License v3.0
18 stars 7 forks source link

Getting stuck on 'Computing Deck Suggestions' #34

Closed Sephirah6075 closed 4 years ago

Sephirah6075 commented 4 years ago

Program updated and seems to work fine until it begins computing deck suggestions and then just stays there half-way through on the progress bar. log2019101211.txt

jceddy commented 4 years ago

Is there any chance you can include your output_log.txt file from C:\Users\{your user}\AppData\LocalLow\Wizards of the Coast\MTGA

I can drop this into my machine's location and run in debug mode to replication the error locally (it's not happening for my collection).

Sephirah6075 commented 4 years ago

Yes as soon I can I will post that log file

amaslows commented 4 years ago

same for me, here is that log you asked for: output_log.txt

jceddy commented 4 years ago

The issue was apparently with one of my deck sources adding a trailing space to the name "Merfolk Scretkeeper". I've added code to handle this and put up a new version (1.0.4.2).

Please let me know whether this fixes the issue for you.

amaslows commented 4 years ago

that fixed it, thanking you.

jceddy commented 4 years ago

Thanks for letting me know.

Closing the issue.