pls i keep on getting this after trying to add my usernam and password
Cesarsilva000 opened this issue · 2 comments
Before you submit this bug report check that you have ran the required setup correctly. Follow the steps on the wiki.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
this is what i get after doing all the instructions
┌──(root㉿kali)-[~/SocialFish]
└─# python3 SocialFish.py username password
Traceback (most recent call last):
File "/root/SocialFish/SocialFish.py", line 14, in
from core.report import generate_unique #>> new line
File "/root/SocialFish/core/report.py", line 2, in
from pylatex import Document, PageStyle, Head, Foot, MiniPage,
File "/usr/local/lib/python3.9/dist-packages/pylatex/init.py", line 8, in
from .basic import HugeText, NewPage, LineBreak, NewLine, HFill, LargeText,
File "/usr/local/lib/python3.9/dist-packages/pylatex/basic.py", line 9, in
from .base_classes import CommandBase, Environment, ContainerCommand
ValueError: source code string cannot contain null bytes
For some reason it happens on first run. Running a second time does not happen.
I don't know resolve it now.