Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "No available cache for request" #359

Open
Altereyo opened this issue Apr 4, 2024 · 1 comment
Open

Error "No available cache for request" #359

Altereyo opened this issue Apr 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Altereyo
Copy link

Altereyo commented Apr 4, 2024

Добрый день!
После запроса YandexSearch.searchByPoint() в консоли появляется ошибка
Hc6i/HgwzFsHLNjlPiYQ <warn>: No available cache for request

Запрос выглядит так:

SearchResultWithSession address = YandexSearch.searchByPoint(
      point: Point(
        latitude: latitude,
        longitude: longitude,
      ),
      searchOptions: const SearchOptions(),
    );

Нашёл этот issue, однако не нашёл варианта в yandex_mapkit указать только онлайн-карты, возможно это решило бы проблему

@DCrow
Copy link
Collaborator

DCrow commented Apr 5, 2024

Добрый день!

На данный момент всегда стоит YMKSearchSearchManagerType.combined вариант.
В ближайшем будущем добавлю, чтобы вариант можно было указать.

@DCrow DCrow added the enhancement New feature or request label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants