owncloud-apps icon indicating copy to clipboard operation
owncloud-apps copied to clipboard

Ebook reader crashes Nextcloud 17

Open Wotisrv opened this issue 4 years ago • 10 comments

When I download and enable ebook reader I get the internal error screen.

Removing the files_reader directory fixes the problem.

Nextcloud 17.0.0 Php 7.3.10 Fedora 30 Server Edition

Wotisrv avatar Oct 22 '19 11:10 Wotisrv

Same here, but just disabling the app with php occ app:disable files_reader returns the nextcloud back to work.

  • Nextcloud 17.0.0
  • PHP 7.2.24
  • Ubuntu 18.04.3 LTS

pkostelnik avatar Nov 06 '19 11:11 pkostelnik

same here

AetherCollective avatar Feb 05 '20 14:02 AetherCollective

Still present with NC18 and upgraded Fedora server. I have disabled the app via occ command Is there any reason to use this app by the way?

Wotisrv avatar Feb 05 '20 17:02 Wotisrv

I have books in epub format that try to load external

On Wed, Feb 5, 2020, 12:28 PM Tino Wolf [email protected] wrote:

Still present with NC18 and upgraded Fedora server. I have disabled the app via occ command Is there any reason to use this app by the way?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Yetangitu/owncloud-apps/issues/125?email_source=notifications&email_token=ABVT4727C6JIIT426AA5QIDRBLZNBA5CNFSM4JDODJO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEK4I6ZI#issuecomment-582520677, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVT4737EJOOM6H3CZZ67A3RBLZNBANCNFSM4JDODJOQ .

AetherCollective avatar Feb 05 '20 18:02 AetherCollective

I have contacted @Yetangitu about this via email to get an update.

SimJoSt avatar Feb 20 '20 04:02 SimJoSt

Is there something happening here?

Wotisrv avatar Mar 03 '20 19:03 Wotisrv

The reader still uses OCP\Config which has been removed... I am trying to get a hold of the Nextcloud API and it is not as trivial as things look like. The API documentation is probably correct but hard to get into when it's all new. And not all things described are necessarily the most recent state of things (yet).

Although this is a small fix ... there is a huge difference between the API when the reader was build and the current APIs.. Since V15 old stuff is getting removed ==> breaking things that are not updated. A lot of developpers gave up on rewriting most of their application to accomodate to the new API.. between V11 - V16.

noci2012 avatar Mar 06 '20 11:03 noci2012

try these changes: https://github.com/noci2012/owncloud-apps/tree/noci2012-config-patch

noci2012 avatar Mar 06 '20 20:03 noci2012

Same on nextcloud 18.

yeupou avatar Apr 06 '20 11:04 yeupou

I forked the files_reader app and will publish a new release to the App Store soon:

https://github.com/e-alfred/epubreader

If anybody wants to help me out with development, any contributions are welcome!

e-alfred avatar Apr 21 '20 21:04 e-alfred