Ge0rg3/requests-ip-rotator

'ApiGateway' object has no attribute 'endpoints'

masdeval opened this issue · 2 comments

Hi guys.

I just installed the solution and did all the configuration (AWS ID, Secret, etc).

When I call session.get I get in error message "'ApiGateway' object has no attribute 'endpoints'"

I noticed looking at the code, there is no self.endpoints as required in the first line of method send:
endpoint = choice(self.endpoints)

How should I proceed?

Hi,
Did you run gateway.start()?
Thanks

Now it worked.

Thank you!