Navigation Menu

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

Bad Request (400) - Version may not be negative at line 1 #1408

Closed
westnordost opened this issue May 29, 2019 · 1 comment
Closed

Bad Request (400) - Version may not be negative at line 1 #1408

westnordost opened this issue May 29, 2019 · 1 comment

Comments

@westnordost
Copy link
Member

I received some error reports with this stack trace today:

        de.westnordost.osmapi.common.errors.OsmBadUserInputException: Bad Request (400) - Version may not be negative at line 1, column 148
        at de.westnordost.osmapi.OsmApiErrorFactory.createError(OsmApiErrorFactory.java:37)
        at de.westnordost.osmapi.OsmConnection.handleResponseCode(OsmConnection.java:349)
        at de.westnordost.osmapi.OsmConnection.makeRequest(OsmConnection.java:195)
        at de.westnordost.osmapi.OsmConnection.makeAuthenticatedRequest(OsmConnection.java:161)
        at de.westnordost.osmapi.map.MapDataDao.uploadChanges(MapDataDao.java:120)
        at de.westnordost.streetcomplete.data.osm.upload.OsmQuestChangeUpload.uploadQuestChange(OsmQuestChangeUpload.java:123)
        at de.westnordost.streetcomplete.data.osm.upload.OsmQuestChangeUpload.upload(OsmQuestChangeUpload.java:97)
        at de.westnordost.streetcomplete.data.osm.upload.AOsmQuestChangesetsUpload.uploadAndHandleChangesetConflict(AOsmQuestChangesetsUpload.java:166)
        at de.westnordost.streetcomplete.data.osm.upload.AOsmQuestChangesetsUpload.upload(AOsmQuestChangesetsUpload.java:107)
        at de.westnordost.streetcomplete.data.upload.QuestChangesUploadService.onHandleIntent(QuestChangesUploadService.java:129)
        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
        at android.os.Handler.dispatchMessage(Handler.java:105)
        at android.os.Looper.loop(Looper.java:164)
        at android.os.HandlerThread.run(HandlerThread.java:65)
@OliverParoczai
Copy link

Thanks for the fix! Appreciate it. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants