You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
Currently, no meals are found, e.g., when using the /meals endpoint. It seems, that somewhen, the layout of the website of Studentenwerk was updated and this change has not been reflected here since.
Is there anything planned for updating this repo, or is there another more recent project?
The logs of a freshly created container using docker-compose tell the following when GETting /meals:
emeal_1 | The current hash key "0000000000000000" is not secure.
emeal_1 | Update hash.key in Config/crypto.json before using in production.
emeal_1 | Use `openssl rand -base64 <length>` to generate a random string.
emeal_1 | The current cipher key "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=" is not secure.
emeal_1 | Update cipher.key in Config/crypto.json before using in production.
emeal_1 | Use `openssl rand -base64 32` to generate a random string.
emeal_1 | Production mode enabled, disabling informational logs.
emeal_1 | Database prepared
emeal_1 | Starting server on 0.0.0.0:8080
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w0-d1.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w0-d2.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w0-d3.html
emeal_1 | [Abort request error: Not Found] [Identifier: Vapor.Abort.notFound]
emeal_1 | [Abort request error: Not Found] [Identifier: Vapor.Abort.notFound]
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w0-d4.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w0-d5.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w0-d6.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w0-d0.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w1-d1.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w1-d2.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w1-d3.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w1-d4.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w1-d5.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w1-d6.html
emeal_1 | Failed to read menu date at https://www.studentenwerk-dresden.de/mensen/speiseplan/w1-d0.html
Currently, no meals are found, e.g., when using the
/mealsendpoint. It seems, that somewhen, the layout of the website of Studentenwerk was updated and this change has not been reflected here since.Is there anything planned for updating this repo, or is there another more recent project?
The logs of a freshly created container using docker-compose tell the following when GETting
/meals: