Thanks @nebulon! I've set the memory from 1 to 2 GB. This does not solve the problem.
steinhmor
Posts
-
sync-errors in Wallabag-App for Android -
sync-errors in Wallabag-App for AndroidI'm not able to use the wallabga app for Android with my Cloudron-Wallabag instance.
The server connection in the app looks fine (getting the token works fine), but when I try to sync I get the following error and no items are synced:
Serverfehler wallabag.apiwrapper.exceptions.UnsuccessfulResponseException: HTTP response: 500 Stacktrace: wallabag.apiwrapper.exceptions.UnsuccessfulResponseException: HTTP response: 500 at wallabag.apiwrapper.WallabagService.checkResponse(WallabagService.java:1525) at wallabag.apiwrapper.WallabagService.checkResponseBody(WallabagService.java:1503) at wallabag.apiwrapper.WallabagService.execAndCheckBody(WallabagService.java:1499) at wallabag.apiwrapper.WallabagService.lambda$getArticles$0$WallabagService(WallabagService.java:218) at wallabag.apiwrapper.-$$Lambda$WallabagService$PrzoUvX9wnRBX2jTxVqPJ-eD3zU.run(Unknown Source:4) at wallabag.apiwrapper.NotFoundPolicy.call(NotFoundPolicy.java:140) at wallabag.apiwrapper.NotFoundPolicy.call(NotFoundPolicy.java:133) at wallabag.apiwrapper.NotFoundPolicy.call(NotFoundPolicy.java:128) at wallabag.apiwrapper.WallabagService.getArticles(WallabagService.java:218) at wallabag.apiwrapper.ArticlesQueryBuilder.execute(ArticlesQueryBuilder.java:282) at wallabag.apiwrapper.ArticlesPageIterator.hasNext(ArticlesPageIterator.java:80) at fr.gaulupeau.apps.Poche.service.workers.ArticleUpdater.performUpdate(ArticleUpdater.java:183) at fr.gaulupeau.apps.Poche.service.workers.ArticleUpdater.update(ArticleUpdater.java:127) at fr.gaulupeau.apps.Poche.service.workers.ArticleUpdateWorker.updateArticles(ArticleUpdateWorker.java:77) at fr.gaulupeau.apps.Poche.service.workers.ArticleUpdateWorker.update(ArticleUpdateWorker.java:37) at fr.gaulupeau.apps.Poche.service.tasks.UpdateArticlesTask.run(UpdateArticlesTask.java:17) at fr.gaulupeau.apps.Poche.service.tasks.ActionRequestTask.run(ActionRequestTask.java:25) at fr.gaulupeau.apps.Poche.service.-$$Lambda$0cveUIqKhxWljSld0gpOhfhYfj0.run(Unknown Source:2) at fr.gaulupeau.apps.Poche.service.TaskService.run(TaskService.java:162) at fr.gaulupeau.apps.Poche.service.TaskService.lambda$PgumDII_lptJcUDKRD70B1M_ER8(Unknown Source:0) at fr.gaulupeau.apps.Poche.service.-$$Lambda$TaskService$PgumDII_lptJcUDKRD70B1M_ER8.run(Unknown Source:2) at java.lang.Thread.run(Thread.java:1012)
Wallabag and cloudron are up to date, I tried the wallabag app from fdroid and the play store.
I tested wallabag with two different cloudron-servers (Hetzner and netcup).Any ideas how to fix this? I would appreciate your help
-
Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.I rediscovered the post about changing the Document-root in the cloudron forum:
https://forum.cloudron.io/topic/3503/changing-documentroot -
Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.@privsec no, these are also part of the Apache-config and tell cloudron / lamp how big the uploaded files are allowed be.
-
Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.@privsec Sorry for the late reaction.
I just changed some settings in app/data/apache/app.conf<VirtualHost *:80> DocumentRoot /app/data/public/castopod/public
I also added these lines at the end of the app.conf:
php_value post_max_size 200M php_value upload_max_filesize 200M php_value memory_limit 128M
I think I found the hint in the cloudron docs for lamp and the castopod docs.
Happy to read that you found another solution.
Edit: specified the filename.
-
Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.@privsec I've installed castopod in a LAMP app - it works fine