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

Errors by running index.py #6

Closed
10Meisterbaelle opened this issue May 16, 2019 · 4 comments
Closed

Errors by running index.py #6

10Meisterbaelle opened this issue May 16, 2019 · 4 comments

Comments

@10Meisterbaelle
Copy link

Silica Compiler 1.0.0 Traceback (most recent call last): File "/home/felix/Schreibtisch/Silica-master/index.py", line 214, in <module> main() File "/home/felix/Schreibtisch/Silica-master/index.py", line 114, in main index_html = DepictionGenerator.RenderIndexHTML() File "/home/felix/Schreibtisch/Silica-master/util/DepictionGenerator.py", line 288, in RenderIndexHTML replacements = DepictionGenerator.RenderDataHTML(self) File "/home/felix/Schreibtisch/Silica-master/util/DepictionGenerator.py", line 331, in RenderDataHTML data['repo_carousel'] = DepictionGenerator.CarouselEntryList(self, tweak_release) File "/home/felix/Schreibtisch/Silica-master/util/DepictionGenerator.py", line 465, in CarouselEntryList featured_int = random.randint(0,(len(tweak_release)-1)) File "/usr/lib/python3.7/random.py", line 222, in randint return self.randrange(a, b+1) File "/usr/lib/python3.7/random.py", line 200, in randrange raise ValueError("empty range for randrange() (%d,%d, %d)" % (istart, istop, width)) ValueError: empty range for randrange() (0,0, 0)

@Shugabuga
Copy link
Owner

What is in the Packages folder?

@Shugabuga Shugabuga added this to To-Do in Silica 1.1.0 May 17, 2019
@10Meisterbaelle
Copy link
Author

Added the folder with the deb file, now works.

@Shugabuga
Copy link
Owner

Shugabuga commented May 23, 2019

@Shugabuga Shugabuga removed this from To-Do in Silica 1.1.0 May 25, 2019
@Shugabuga
Copy link
Owner

A more clear error message will appear in Silica 1.1.0.

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

No branches or pull requests

2 participants