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

TypeError: load() missing 1 required positional argument: 'Loader' #17

Open
Drjacky opened this issue Nov 26, 2023 · 1 comment
Open

Comments

@Drjacky
Copy link

Drjacky commented Nov 26, 2023

➜  apk_api_key_extractor git:(master) ✗ python main.py --analyze-apk temp/example.apk
Traceback (most recent call last):
  File "apk_api_key_extractor/main.py", line 25, in <module>
    import apk_analyzer
  File "apk_api_key_extractor/apk_analyzer.py", line 9, in <module>
    from api_key_detector import string_classifier
  File "apk_api_key_extractor/api_key_detector/string_classifier.py", line 10, in <module>
    from .gibberish_detector.gibberish_singleton import gib_detector
  File "apk_api_key_extractor/api_key_detector/gibberish_detector/gibberish_singleton.py", line 7, in <module>
    from api_key_detector.gibberish_detector import config
  File "apk_api_key_extractor/api_key_detector/gibberish_detector/config.py", line 12, in <module>
    cfg = yaml.load(ymlfile)
          ^^^^^^^^^^^^^^^^^^
TypeError: load() missing 1 required positional argument: 'Loader'
@SickXD
Copy link

SickXD commented May 5, 2024

getting the exact same error.

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

No branches or pull requests

2 participants