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

ValueError (substring not found) #22

@SimplePotat2

Description

@SimplePotat2

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions