requests-ip-rotator
requests-ip-rotator copied to clipboard
'ApiGateway' object has no attribute 'endpoints'
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!