Musescore 2.2.1: Cannot upload: 4
I'm receiving "Cannot upload: 4" error while trying to upload the score online by replacing the existing one. What can be problem?
I remember there was a similar issue "Cannot upload: 1", which was successfully resolved: https://musescore.org/en/node/250211
Can you, please take a look at the new one?
OS: OS X 10.14, Arch.: x86_64, MuseScore version (64-bit): 2.2.1, revision: 51b8386
Attachment | Size |
---|---|
Снимок экрана 2018-06-06 в 12.46.56.png | 41.96 KB |
Misc_RnB.mscz | 40.46 KB |
Comments
I created an empty test score, uploaded it online and then successfully updated it without any errors. After this I tried to upload my initial score one more time and it uploaded successfully as well...
So, the problem is solved: maybe the error was fired by an accident.
In reply to I created an empty test… by Valery_Kondakoff
I suspect those error numbers to stem from h_errno, from netdb.h
and to be temporary internet glitches
In reply to I suspect thoes error… by Jojo-Schmitz
Looks like this. Thank you!
In reply to Looks like this. Thank you! by Valery_Kondakoff
Actually probably more one of http://doc.qt.io/qt-5/qnetworkreply.html#NetworkError-enum,
QNetworkReply::ConnectionRefusedError 1
QNetworkReply::TimeoutError 4
Guess it'd be more useful to display the outout of http://doc.qt.io/qt-5/qiodevice.html#errorString instead?
In reply to Looks like this. Thank you! by Valery_Kondakoff
Hmm, more like these are KQOAuthError values, see thirdparty/kQOAuth/kqoauthmanager.h, lines 40-50, which in turn do relate to QNetworkReply, see thirdparty/kQOAuth/kqoauthmanager.cpp, lines 541-564