wallabag / wallabag/docker

Cant fetch bunch of articles, and 404: Not found when I delete a tag.

Open
#178 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
769
Forks
168
PR merge metrics
No merged PRs in 30d

Description

Hi,
I have been experimenting with getting wallabag to run in docker for 3 days! Its so frustrating..
I deploy it through SSH on my Synology NAS.
With this Run command:
sudo docker run --name walla -v /volume1/docker/Wallabag/data:/var/www/wallabag/data -v /volume1/docker/Wallabag/images:/var/www/wallabag/web/assets/images -e SYMFONY__ENV__DOMAIN_NAME=http://192.168.1.99:1280 -p 1280:80 wallabag/wallabag
First of all, there are no assets created when I do this. Only a few folders and in one of them is the sqllite database file. Not even any files after I add articles and do things... Not sure if this is normal.. Maybe its part of the issue.
The issue is mostly this:
404: Not Found
Wallabag\CoreBundle\Entity\Tag object not found.
When I delete a tag.
On many of the sites I have tried to save with the wallabagger addon I also get:
wallabag can't retrieve contents for this article.
And if I try to delete them I get:
404: Not Found
Wallabag\CoreBundle\Entity\Entry object not found.

So something definitly is not right..
I have tried a completly new browser as well. Logs in docker (from where I can find logs) is saying:
```
2020-01-08 20:30:40 stdout 172.17.0.1 - - [08/Jan/2020:20:30:40 +0000] "GET /js/routing?callback=fos.Router.setData HTTP/1.1" 200 1057 "http://192.168.1.99:1280/js/routing?callback=fos.Router.setData" "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0"
2020-01-08 20:30:40 stderr 2020/01/08 20:30:40 [error] 229#229: *41 FastCGI sent in stderr: "PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2636PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2665" while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /js/routing?callback=fos.Router.setData HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.1.99:1280", referrer: "http://192.168.1.99:1280/js/routing?callback=fos.Router.setData"
2020-01-08 20:30:40 stdout 172.17.0.1 - - [08/Jan/2020:20:30:40 +0000] "GET /delete/6 HTTP/1.1" 404 916 "http://192.168.1.99:1280/delete/6" "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0"
2020-01-08 20:30:40 stderr 2020/01/08 20:30:40 [error] 229#229: *41 FastCGI sent in stderr: "PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2636PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2665" while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /delete/6 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.1.99:1280", referrer: "http://192.168.1.99:1280/delete/6"
2020-01-08 20:30:39 stdout 172.17.0.1 - - [08/Jan/2020:20:30:39 +0000] "GET /delete/6 HTTP/1.1" 302 215 "http://192.168.1.99:1280/delete/6" "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0"
2020-01-08 20:30:39 stderr 2020/01/08 20:30:39 [error] 229#229: *41 FastCGI sent in stderr: "PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2636PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2665" while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /delete/6 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.1.99:1280", referrer: "http://192.168.1.99:1280/delete/6"
2020-01-08 20:30:07 stdout 172.17.0.1 - - [08/Jan/2020:20:30:07 +0000] "GET /wallassets/img/annotator-icon-sprite.png HTTP/1.1" 200 7184 "http://192.168.1.99:1280/wallassets/img/annotator-icon-sprite.png" "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0"
2020-01-08 20:29:59 stdout 172.17.0.1 - - [08/Jan/2020:20:29:59 +0000] "GET /annotations/6?entry=6 HTTP/1.1" 200 52 "http://192.168.1.99:1280/annotations/6?entry=6" "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0"
2020-01-08 20:29:59 stderr 2020/01/08 20:29:59 [error] 229#229: *39 FastCGI sent in stderr: "PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2636PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2665" while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /annotations/6?entry=6 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.1.99:1280", referrer: "http://192.168.1.99:1280/annotations/6?entry=6"
2020-01-08 20:29:59 stdout 172.17.0.1 - - [08/Jan/2020:20:29:59 +0000] "GET /wallassets/fonts/Roboto-Medium.woff2 HTTP/1.1" 200 65412 "http://192.168.1.99:1280/wallassets/fonts/Roboto-Medium.woff2" "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0"
2020-01-08 20:29:59 stdout 172.17.0.1 - - [08/Jan/2020:20:29:59 +0000] "GET /wallassets/fonts/MaterialIcons-Regular.woff2 HTTP/1.1" 200 44300 "http://192.168.1.99:1280/wallassets/fonts/MaterialIcons-Regular.woff2" "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0"
2020-01-08 20:29:59 stdout 172.17.0.1 - - [08/Jan/2020:20:29:59 +0000] "GET /view/6 HTTP/1.1" 200 3091 "http://192.168.1.99:1280/view/6" "Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0"
2020-01-08 20:29:59 stderr 2020/01/08 20:29:59 [error] 229#229: *37 FastCGI sent in stderr: "PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2636PHP message: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 2665" while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /view/6 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.1.99:1280", referrer: "http://192.168.1.99:1280/view/6"
```

I really have no idea what to do next... I have tried so much even in mariaDB container..
Also I noticed when I do a list -l in the folders they are owned by 65534:65534

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.