mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 19:05:51 +03:00
[GH-ISSUE #71] Traceback (most recent call last): File "whapa-gui.py", line 1049, in <module> Whapa(img_folder, icons) File "whapa-gui.py", line 521, in __init__ update = (request.text.split('itemprop="about">')[1]).split("</span>")[0].stri… #65
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joseruiloba on GitHub (Oct 18, 2020).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/71
Hi guys:
Im receiving the following error:
Traceback (most recent call last):
File "whapa-gui.py", line 1049, in
Whapa(img_folder, icons)
File "whapa-gui.py", line 521, in init
update = (request.text.split('itemprop="about">')[1]).split("")[0].strip("\n ")
IndexError: list index out of range
I tried with the python version 3.7.9 (32 and 64 bits), believing that could be the python version 3.8.6 and 3.9.0 (32 and 64 as well) and in all the times I tried to run it, I got the same error. I believe 3 months ago I used the tool with the version 3.8.6 and works perfectly, now I not sure what I'm doing wrong, I will apreciate your support with this.
Verifiying previous issues apparently is the same problem from issues:
Issue with opening the program #58
Error when I try to open Whapa.py #57
File "whapa-gui.py", line 1049, in File "whapa-gui.py", line 521, in init #59
Thanks in Advance.
JR

@faliscotec commented on GitHub (Oct 22, 2020):
Hi,
I had the same error but found the solution.
As the error says, in line 521, there is an error when checking the version. I think it's because the page https://github.com/B16f00t/whapa has changed and the text "itemprop="about">" doesn't exist now.
My solution is to comment these two lines (521 and 522) adding # at the beginning of each line, save the file and run it again with no problems:
Hope it helps
@joseruiloba commented on GitHub (Oct 22, 2020):
You are the best... it runs right away after the update. I really appreciate it.
@joseruiloba commented on GitHub (Oct 22, 2020):
Works perfectly now... thanks for the support.
@joseruiloba commented on GitHub (Oct 22, 2020):
I really appreciate the support, Falisco.
Great help dude, Thanks.
Regards,
J. Ruiloba
On Thu, Oct 22, 2020 at 4:32 AM falisco notifications@github.com wrote:
@faliscotec commented on GitHub (Oct 23, 2020):
I'm glad it helped you.
@B16f00t commented on GitHub (Oct 25, 2020):
Your problems are that you are using old versions of whapa, upgrade to the latest version.
@joseruiloba commented on GitHub (Oct 25, 2020):
Actually I downloaded the last version for the Github repository, I don't
know if there any other link that guide you to a different version.
Regards,
J. R.
On Sun, Oct 25, 2020 at 3:33 AM Ivan Moreno notifications@github.com
wrote:
@B16f00t commented on GitHub (Oct 25, 2020):
The picture show a old version. The latest version is 1.21
Sent from my iPhone