question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

This is 2 bugs in one, but both relate to binary

┏━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ Name of Cipher ┃ Probability ┃
┡━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩
│ Reverse        │      100.0% │
└────────────────┴─────────────┘
Traceback (most recent call last):
  File "/home/bee/.local/bin/ciphey", line 8, in <module>
    sys.exit(main())
  File "/home/bee/.local/lib/python3.8/site-packages/ciphey/__main__.py", line 302, in main
    cipherObj.decrypt()
  File "/home/bee/.local/lib/python3.8/site-packages/ciphey/__main__.py", line 128, in decrypt
    self.one_level_of_decryption()
  File "/home/bee/.local/lib/python3.8/site-packages/ciphey/__main__.py", line 185, in one_level_of_decryption
    self.decryptNormal()
  File "/home/bee/.local/lib/python3.8/site-packages/ciphey/__main__.py", line 193, in decryptNormal
    ret = key.decrypt(self.text)
  File "/home/bee/.local/lib/python3.8/site-packages/ciphey/Decryptor/Encoding/encodingParent.py", line 40, in decrypt
    self.lc = self.lc + answer["lc"]
TypeError: 'NoneType' object is not subscriptable```
**I cannot recreate the original issue since I re-installed ciphey, but the comments still remain important**.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bee-sancommented, Jun 11, 2020

fixed it

0reactions
bee-sancommented, Jun 11, 2020

I will fix this!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Invader | Binary Bug (2008) - Artsy
Binary Bug, 2008 ... In the late 1990s, anonymous French artist Invader began cementing and gluing ceramic mosaic Space Invaders—pixelated characters from the ......
Read more >
Binary Bug (Character) - Comic Vine - GameSpot
The Binary Bug suit built by the Tinkerer offered limited protection against attacks, allowed flight, and could fire electrical blasts. Rambo ...
Read more >
Binary.com - HackerOne
The Binary.com Bug Bounty Program enlists the help of the hacker community at HackerOne to make Binary.com more secure. HackerOne is the #1...
Read more >
Binary Bug (Joseph Rambo) - Marvel-Microheroes Wiki
Binary Bug (Joseph Rambo). Edit. BinaryBug.png. Binary Bug by leokearon.jpg. Advertisement. More Information. Top Contributors. Calendarboy. Comments (0).
Read more >
Reversing Binary: Spotting Bug without Source Code
However, the binary using in this article would be bug-free altogether. Essentials. To uncover format string or any other bugs without source ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found