Skip to content
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

Closed
piotrnikov opened this issue Nov 26, 2021 · 6 comments
Closed

Blank choice after pressing Version Check on start screen #44

piotrnikov opened this issue Nov 26, 2021 · 6 comments
Assignees
Labels

Comments

@piotrnikov
Copy link

Hello!
There seems to be a problem since the last couple of days.
I get this (on two of my Win11 gears):
Screenshot 2021-11-26 140454
So basically a blank screen.
Am I the only one?
Thanks!
Piotr
PS And thanks again for a very super convenient utility!!!

@Harvester62
Copy link

Nope! I have the same problem here on Windows 10 Pro, 64 bit.

@EdwHopper
Copy link

Same here, on two different pc's.

@tobkum
Copy link
Member

tobkum commented Nov 26, 2021 via email

@BAndiT1983
Copy link

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"]

@tobkum tobkum self-assigned this Nov 27, 2021
@tobkum tobkum added the bug label Nov 27, 2021
tobkum pushed a commit that referenced this issue Nov 27, 2021
@tobkum
Copy link
Member

tobkum commented Nov 27, 2021

Thanks @BAndiT1983 - incorporated your fix, works again! New build up in a few minutes!

@tobkum tobkum closed this as completed Nov 27, 2021
@BAndiT1983
Copy link

No problem, glad that it helped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants