-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version #222
New version #222
Conversation
add sbom to admin
Hello, thank you for looking into this issue. Should I have run this using the Dev or debug flags? |
🤔 that really is the strangest thing Thanks for testing btw, I appreciate it |
The developer install ran successfully. Recall I am setting this up behind firewall. Using a dynamic port forward to the host I am working from, I was able to load the HTTP interface in a proxied browser. I observed the same behavior of successful upload and analysis of a small firmware image. I was able to view the raw log file, but did not observe any ‘live stream’ of the progress or log. I did observe the network calls for Additionally, I used the Both the proxied browser and the local tool return ‘500 Internal Sever Error’ The cloned repository path +
|
I'm starting to suspect some dependency issue, there were no changes to the ASGI in the last few months |
Might be differences between the Daphne versions...will check |
Hello, thank you for working on this. |
I’ve pulled and installed with both of above commits. The install succeeds, but I am unable to navigate to the page getting either 403 or 404 errors. For both commits, installing with -d displays an error when running the server: I am seeing a similar issue when installing with ‘-F’ and running the debug server. The only thing I can see in the stdout is a reference to a host name on my local domain that I am not familiar with, and telling me that it does not resolve to what I think is the docker network. |
That's the apache still running. It's installed for dev but not used at the moment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a beauty :) Good work
This works for me. Thank you! |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)? If possible add a screenshot.
better
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
nope
Other information: