You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
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
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.