🌐 AI搜索 & 代理 主页
Skip to content

places next page token should not necessitate query #395

@rahmahmed

Description

@rahmahmed

When calling the API with a token extracted from the last result

google_result = gmaps.places(page_token=token)

I get this error saying that I should specify query:

TypeError: places() missing 1 required positional argument: 'query'

But according to the API documentation, this shouldn't be the case.

https://developers.google.com/places/web-service/search#PlaceSearchPaging

Metadata

Metadata

Assignees

Labels

releasedtriage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions