-
Notifications
You must be signed in to change notification settings - Fork 37
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
Improvement: Add Logging Mechanism for MediaProcessor
#7
Comments
@omeryusufyagci I would like to work on this issue. |
Hi @meet0806, thanks for your interest! I've assigned the issue to you. I noticed you've already forked the repo. I just pushed a relatively large update to both the README and CONTRIBUTING files, which should help you get started. I'd recommend pulling the latest changes from upstream before starting. |
@omeryusufyagci I have made some changes to my local env. How can I test it ?? |
Hi @meet0806,
From project root you should be able to do If you don't have a video in the uploads, you can start the app again at project root via Does this help? |
@omeryusufyagci |
Have you pulled from upstream already? In any case, main has always been stable so this is surprising. Any logs on the web console (F12) or on the backend server? can you try to run it through the docker and try again? If you can share some details and if your fork is up to date, I can try to have a look, but please first pull from main. Thanks for checking and letting me know! |
Hey @meet0806, today this exchange randomly came to me ! I wanted to ask if you have verified your ffmpeg path on the |
Ok, I will check that |
Hi @meet0806, do you have any news on this? Do you have the same problem when you run it with docker? Would be very helpful if we can introduce the logger soon. Please let me know in case you need any help. |
Hii @omeryusufyagci, (used docker to run) I tried to run it before adding spdlog it was working. but after changes, it giving the same error |
@meet0806, it's difficult to guess from here what went wrong. Could you run the MediaProcessor directly which would allow you to see the logs? # from project root (edit to suit if on Windows)
MediaProcessor/build/MediaProcessor uploads/<input_video.ext> Also please ensure your branch is not outdated to facilitate troubleshooting this easily. |
Introduce a proper logger for the
MediaProcessor
.Objective:
The text was updated successfully, but these errors were encountered: