mapbox / mapbox/mapbox-search-android
PlaceAutocomplete Invalid language tag included
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 39
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
implementation "com.mapbox.maps:android:11.0.0"
implementation "com.mapbox.common:common:24.5.0"
implementation "com.mapbox.base:annotations:0.8.0"
implementation "com.mapbox.search:place-autocomplete:2.3.0"
implementation "com.mapbox.search:base:2.3.0"
implementation "com.mapbox.search:mapbox-search-android:2.3.0"
implementation "com.mapbox.search:mapbox-search-android-ui:2.3.0"
Error:
SearchRequestException(message='{"status_code":400,"error":"Invalid language tag included","version":"379:11a59a87069c8059be0e14f132bc83e3aa9c7884","code":"eJwrLkrWTyzI1M9IzEvJSS0q1i9LzMlMSSxJ1Ssq1jU1MgUAx5gLhw=="}', code=400, cause=null)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the PlaceAutocomplete request with the dependency versions listed in the issue and inspect the language-tag handling in the search SDK. The payload names no source file or test; done should mean the request succeeds without the 400 Invalid language tag error, with coverage for the reported setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100