We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug only show up when using non-english characters.
With the Qt5 build, I get the following error when writing back settings to movescount.
"writePersonalSettingsInThread error: " QNetworkReply::NetworkError(ProtocolInvalidOperationError)
Seems like the PUT-request is not supported or supported different in QNetworkRequest (Qt5).
openambit/src/movescount/movescount.cpp
Line 719 in 8217647
This bug results in waypoints (POIs) added in the ambit2 user interface, gets just deleted when syncing.
I can confirm this is not a problem with Qt4 build.
The text was updated successfully, but these errors were encountered:
This bug is related to #139.
When put-request do not contains non-english characters, the error does not show up.
Sorry, something went wrong.
Fix Latin1 to QString in navigation module openambitproject#144
ae4babd
This could still be a problem for log uploads to movescount.
Mh so I suppose everywhere we are constructing a QString ambit data we should be using fromLatin1?
This issue (network error) does only affect the navigation module for now (fixed). Log upload do not send custom text strings.
No branches or pull requests
This bug only show up when using non-english characters.
With the Qt5 build, I get the following error when writing back settings to movescount.
"writePersonalSettingsInThread error: " QNetworkReply::NetworkError(ProtocolInvalidOperationError)
Seems like the PUT-request is not supported or supported different in QNetworkRequest (Qt5).openambit/src/movescount/movescount.cpp
Line 719 in 8217647
This bug results in waypoints (POIs) added in the ambit2 user interface, gets just deleted when syncing.
I can confirm this is not a problem with Qt4 build.
The text was updated successfully, but these errors were encountered: