-
Notifications
You must be signed in to change notification settings - Fork 8
Index Error with Themes #7
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
Comments
Hey! Sorry for being so late, didn't had much time to work in this app due to covid and sh*t. I'll take a look at the problem. I suppose you don't remember the exactly command you were using to get this bug, right? I can't seem to be able to reproduce it, |
An example of what happened
|
How my themes folder looks when this happens:
How I fixed the issue:
|
Thank you! I've located the error, it seems I've forgot to test the case were the folder don't exist or if it exist and has no extracted themes inside. Anyways, it's solved :) |
Uh oh!
There was an error while loading. Please reload this page.
I noticed that there is an error with the following function when downloading psv themes. I was able to fix this by creating a temp file in my theme folder. Please note I tried to fix the code myself so there may be a +/- difference in the lines in the errors.
From what I can tell it caused by the following line because the list 'a' is empty:
comp = list(range(1, a[-1] + 1))
The text was updated successfully, but these errors were encountered: