-
Notifications
You must be signed in to change notification settings - Fork 24
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
Blank choice after pressing Version Check on start screen #44
Labels
Comments
Nope! I have the same problem here on Windows 10 Pro, 64 bit. |
Same here, on two different pc's. |
Will check over the weekend, thanks for reporting!
…On Fri, Nov 26, 2021 at 3:59 PM EdwHopper ***@***.***> wrote:
Same here, on two different pc's.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEBLP4T4OQJQZJZR4PFMTCTUN6OFLANCNFSM5I2UICEA>
.
|
Format of data probably changed and name is not included as text part. Quick fix for now -> Lines 336-343: parts = element.text.split(" - ")
output = {}
output["date"] = clean(parts[0])
#output["name"] = clean(parts[1])
output["hash"] = clean(parts[1])
output["type"] = clean(parts[2])
output["size"] = clean(parts[3])
return output Line 370: info["version"] = name + "_" + description_data["hash"] |
Thanks @BAndiT1983 - incorporated your fix, works again! New build up in a few minutes! |
No problem, glad that it helped. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
There seems to be a problem since the last couple of days.
I get this (on two of my Win11 gears):
So basically a blank screen.
Am I the only one?
Thanks!
Piotr
PS And thanks again for a very super convenient utility!!!
The text was updated successfully, but these errors were encountered: