question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest docker images produce an error in handler.wsgi

See original GitHub issue

Description Docker images with tag latest produce an error when opening the UI. (Previous versions work fine, just changed the version)

Actual When navigation to WebUI:

FileNotFoundError: [Errno 2] No such file or directory: '/opt/app/ '

Info: I suspect somewhere a typo with an ending space.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
ciurcommented, Oct 12, 2020

The problem was because I included “a whitespace” after comment in startup script - it considered that “whitespace” as entry point. Lesson learned: no (white)spaces after backslash character 😃

0reactions
ciurcommented, Oct 12, 2020

Fix is now part of 1.5.rc1

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named time, while using mod_wsgi on docker ...
I have a flask application that is serving through apache/mod_wsgi and running on a Docker container which is running on AWS-EC2 Ubuntu ...
Read more >
Unicode error upon export (using docker image, latest)
When trying to export the original translations out from weblate, I receive a unicode error instead of the zip file downloads. I already...
Read more >
Debugging Techniques — mod_wsgi 4.9.4 documentation
The purpose of this document is to explain where to go look for more details on what caused the error, describe techniques one...
Read more >
Problems getting mod_wsgi 3.4 and chroot working
The application is running fine using mod_wsgi and apache. However, I want to make this application more secure, so I would like to...
Read more >
How To Handle Errors in a Flask Application
You'll create custom error pages, use the Flask debugger to troubleshoot exceptions, ... Use a production WSGI server instead.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found