Skip to content

TypeError: __init__() takes 2 positional arguments but 3 were given #190

Description

@galadril

Im getting the next exception after updateing ring_doorbell to the latest version via pip (to 0.6.0).

TypeError: init() takes 2 positional arguments but 3 were given

Traceback (most recent call last):
  File "RingCam.py", line 58, in <module>
    connectToRingAPI()
  File "RingCam.py", line 11, in connectToRingAPI
    myring = Ring('username', 'password')

Im using Python 3.6 at the moment..
Any ideas??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions