-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scan aborted with NoneType has no attribute "read"/"tell" when parsing relics #41
Comments
added a stack trace to the log for v0.6.2 if this happens to anyone, please comment with the stack trace here |
Scanned with +100 delay on both nav and scan speed with the wall of the Astral Express parlor car (dark grey) as the background [13:20:32] [INFO] > Starting scan... |
Thank you! I finally see where the problem is coming from. Looks like one of the images used for template matching can fail to load for some unknown reason, which results in attempted function calls on a 'None' image. Probably suffice to add guards to check if the image is loaded to prevent this error from happening again. |
Awesome. thank you for all of the work you do on this. I find the scanner and optimizer to be extremely helpful/valuable |
I honestly have no clue where this error might originate from in the code. I was using the release version so I wasn't able to get a full stack trace--it must have something to do with
relic_strategy.py
since it aborted in middle of parsing the relics. It happened to me once and then never again.The text was updated successfully, but these errors were encountered: