Closed HAHALOSAH closed 2 years ago
This seems like a problem with your python installation instead of DyldExtractor, maybe try the solutions referenced here, https://stackoverflow.com/questions/56155627/requestsdependencywarning-urllib3-1-25-2-or-chardet-3-0-4-doesnt-match-a-s
Traceback (most recent call last):
File "/home/gaming/.local/bin/dyldex", line 17, in
Ran command "dyldex" without any arguments
try to uninstall it and then reinstall it with
pip install git+https://github.com/arandomdev/DyldExtractor.git
I may need to just push another package to pypi.
I assume that reinstalling the latest version solved your issue. I uploaded it to pypi so I'll close this issue.
Describe the bug A clear and concise description of what the bug is. Include the error message too.
/usr/lib/python3/dist-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (1.26.7) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " Traceback (most recent call last): File "/home/gaming/.local/bin/dyldex", line 17, in
from DyldExtractor.extraction_context import ExtractionContext
File "/home/gaming/.local/lib/python3.8/site-packages/DyldExtractor/extraction_context.py", line 4, in
from DyldExtractor.dyld.dyld_context import DyldContext
File "/home/gaming/.local/lib/python3.8/site-packages/DyldExtractor/dyld/dyld_context.py", line 11, in
class DyldContext(object):
File "/home/gaming/.local/lib/python3.8/site-packages/DyldExtractor/dyld/dyld_context.py", line 104, in DyldContext
def addSubCaches(self, subCacheFileCtxs: list[FileContext]) -> None:
TypeError: 'type' object is not subscriptable
To Reproduce
Additional context Add any other context about the problem here. Running on linux