Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

ValueError (substring not found) #22

Open
TeaVeins opened this issue Sep 10, 2022 · 0 comments
Open

ValueError (substring not found) #22

TeaVeins opened this issue Sep 10, 2022 · 0 comments

Comments

@TeaVeins
Copy link

Currently running this project on Windows 10, and the following issue emerged for me:
Traceback (most recent call last):
File "C:\Users\REDACTED\darkshot\main.py", line 88, in main
for new_data, link in run_algo(algo=algo, min=cfg["min"], limit=limit, chars=cfg["chars"], stateFile=cfg["stateFile"], resume=resume):
File "C:\Users\REDACTED\darkshot\lib\utils.py", line 97, in run_algo
for i in algo(limit, chars, min=min):
File "C:\Users\REDACTEDR\darkshot\lib\generators.py", line 45, in descending
nbs = [chars.index(c) for c in limit][::-1]
File "C:\Users\REDACTED\darkshot\lib\generators.py", line 45, in
nbs = [chars.index(c) for c in limit][::-1]
ValueError: substring not found

Error detected (ValueError).
State saved ! (resume.json)

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

No branches or pull requests

1 participant