pbek / qownnotesapi

Nextcloud / ownCloud API for QOwnNotes
https://www.qownnotes.org/
GNU Affero General Public License v3.0
106 stars 18 forks source link

Error on updating Nextcloud 16 - compatibility issue #29

Closed jjisnow closed 5 years ago

jjisnow commented 5 years ago

Error message: App "QOwnNotesAPI" cannot be installed because it is not compatible with this version of the server

Commands: git clone https://github.com/pbek/oqnwnotesapi.git /var/www/nextcloud/apps/qownnotesapi -b master sudo -u www-data php occ app:enable qownnotesapi

jjisnow commented 5 years ago

Fixed: I ended up following your develop branch:

cd /var/www/nextcloud/apps/qownnotesapi
git checkout develop

Then in the nextcloud web profile -> apps -> qownnotesapi -> enable.

pbek commented 5 years ago

why don't you just install it from the ownCloud / Nextcloud marketplace?

jjisnow commented 5 years ago

Because from the marketplace, i simply get a 19.4 version as a .tar.gz. File, and the apps option on my server tells me there are no apps that match my version

On Mon, 6 May 2019, 2:15 pm Patrizio Bekerle, notifications@github.com wrote:

why don't you just install it from the ownCloud / Nextcloud marketplace?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/pbek/qownnotesapi/issues/29#issuecomment-489496132, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXJ6QLRNUUZSI4CIWS5VH3PT6WGXANCNFSM4HK4UKSQ .

pbek commented 5 years ago

That's strange, because https://apps.nextcloud.com/apps/qownnotesapi says it's compatible with NC 16 and the store detects the version automatically from https://github.com/pbek/qownnotesapi/blob/develop/appinfo/info.xml

jjisnow commented 5 years ago

Thanks, couldn't install it directly from marketplace on the web interface of the local nextcloud server, but it works fine as long as you do a git checkout develop before you use it, otherwise the "master" branch is stuck on a Nov 26th merge.

Thanks for the speedy responses!