Bau der Webseite fehlgeschlagen #158

Closed
opened 2022-12-01 14:29:25 +01:00 by dancingCycle · 1 comment
Contributor

Hallo liebe Leute,
Ich baue die Webseite mit folgender Instruktion.

python3 -m venv venv
source venv/bin/activate
lektor server

Dabei erhalte ich die folgende Ausgabe.

 * Project path: /home/begerad/git/wtf/ag_kommunikation/webseite/wtf-eg.lektorproject
 * Output path: /home/begerad/git/wtf/ag_kommunikation/webseite/temp/builds/wtf-eg.de
Started source info update
/home/begerad/.local/lib/python3.9/site-packages/werkzeug/serving.py:718: ResourceWarning: unclosed <socket.socket fd=8, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 0)>
  self.socket = socket.fromfd(fd, address_family, socket.SOCK_STREAM)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on http://127.0.0.1:5000
Press CTRL+C to quit
Finished source info update in 0.26 sec
Started build
U index.html
  E index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.)
U en/index.html
  E en/index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.)
U fr/index.html
  E fr/index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.)
U about/index.html
E about/index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.)
U en/about/index.html
E en/about/index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.)
U fr/about/index.html
E fr/about/index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.)
Error: Build failed with 6 failures.
Finished build in 0.44 sec
Started prune
Finished prune in 0.02 sec
U index.html
  E index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.)

Hat jemand eine Idee, was das Problem sein kann? Sind Anforderungen an meine Entwicklungsumgebung nicht erfuellt?

Cheers!

Hallo liebe Leute, Ich baue die Webseite mit folgender Instruktion. ``` python3 -m venv venv source venv/bin/activate lektor server ``` Dabei erhalte ich die folgende Ausgabe. ``` * Project path: /home/begerad/git/wtf/ag_kommunikation/webseite/wtf-eg.lektorproject * Output path: /home/begerad/git/wtf/ag_kommunikation/webseite/temp/builds/wtf-eg.de Started source info update /home/begerad/.local/lib/python3.9/site-packages/werkzeug/serving.py:718: ResourceWarning: unclosed <socket.socket fd=8, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('0.0.0.0', 0)> self.socket = socket.fromfd(fd, address_family, socket.SOCK_STREAM) ResourceWarning: Enable tracemalloc to get the object allocation traceback WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 Press CTRL+C to quit Finished source info update in 0.26 sec Started build U index.html E index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.) U en/index.html E en/index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.) U fr/index.html E fr/index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.) U about/index.html E about/index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.) U en/about/index.html E en/about/index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.) U fr/about/index.html E fr/about/index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.) Error: Build failed with 6 failures. Finished build in 0.44 sec Started prune Finished prune in 0.02 sec U index.html E index.html (jinja2.exceptions.UndefinedError: Width of image could not be determined.) ``` Hat jemand eine Idee, was das Problem sein kann? Sind Anforderungen an meine Entwicklungsumgebung nicht erfuellt? Cheers!
Author
Contributor

This issue is solved in pull request for me building and running the website locally on my Debian GNU/Linux distribution.

This issue is solved in [pull request](https://git.wtf-eg.de/ag_kommunikation/webseite/issues/160) for me building and running the website locally on my Debian GNU/Linux distribution.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ag_kommunikation/webseite#158
No description provided.