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' #11

Open
ghost opened this issue Jan 17, 2022 · 0 comments
Open

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

ghost opened this issue Jan 17, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 17, 2022

docker run -it apk_key_extractor:latest

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'
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

0 participants