8000 TypeError: __init__() takes exactly 3 arguments (1 given) · Issue #570 · jekirl/poketrainer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.
This repository was archived by the owner on Jul 18, 2022. It is now read-only.
TypeError: __init__() takes exactly 3 arguments (1 given) #570
Open
@noobkun

Description

@noobkun

i am getting this
i installed git and installed the requirement using pip successfully and compiled libencrypt.so
C:\Users\Sponge\Desktop\pgoapi-master>python pokecli.py -i 0 -e libencrypt.so
Traceback (most recent call last):
File "pokecli.py", line 83, in
main()
File "pokecli.py", line 70, in main
poketrainer = Poketrainer(args)
File "C:\Users\Sponge\Desktop\pgoapi-master\poketrainer\poketrainer.py", line 77, in init
self._load_api()
File "C:\Users\Sponge\Desktop\pgoapi-master\poketrainer\poketrainer.py", line 153, in _load_api
self.api = api.pgoapi.PGoApi()
TypeError: init() takes exactly 3 arguments (1 given)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0