requests-ip-rotator icon indicating copy to clipboard operation
requests-ip-rotator copied to clipboard

'ApiGateway' object has no attribute 'endpoints'

Open masdeval opened this issue 3 years ago • 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?

masdeval avatar Aug 03 '22 12:08 masdeval

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

Ge0rg3 avatar Aug 03 '22 12:08 Ge0rg3

Now it worked.

Thank you!

masdeval avatar Aug 03 '22 13:08 masdeval