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

Can't Decode #1

Open
deepak-kiran opened this issue Jan 23, 2023 · 6 comments
Open

Can't Decode #1

deepak-kiran opened this issue Jan 23, 2023 · 6 comments

Comments

@deepak-kiran
Copy link

IndexError: Impossible to detect message.

@baardev
Copy link

baardev commented Jun 26, 2023

I get same also as well

Enter the name of video with extension :Embedded_Video.mp4
[INFO] temp directory is created
Traceback (most recent call last):
  File "/home/jw/store/src/Steganography/main.py", line 101, in <module>
    decode_string(input("Enter the name of video with extension :"))
  File "/home/jw/store/src/Steganography/main.py", line 66, in decode_string
    secret_dec=lsb.reveal(f_name)         # Revealing the message inside each string
  File "/home/jw/miniforge3/lib/python3.10/site-packages/stegano/lsb/lsb.py", line 88, in reveal
    if revealer.decode_pixel((col, row)):
  File "/home/jw/miniforge3/lib/python3.10/site-packages/stegano/tools.py", line 205, in decode_pixel
    raise IndexError("Impossible to detect message.")
IndexError: Impossible to detect message.
@vvHacker007
Copy link
Owner

@baardev Is it coming for both image and video or just video?

@baardev
Copy link

baardev commented Sep 8, 2023

It was just the video (I think... it was a while back and I no longer use that tool)

@vvHacker007
Copy link
Owner

@baardev might be some dependency issue, have you tried using the same version of stegano?

@y1xing
Copy link

y1xing commented Sep 28, 2023

Hi, what is the version of stegano needed?

@Iqbalanataa
Copy link

when i try to reveal video i got this error, how to fix this one?

Screenshot 2024-01-20 212642

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