-
Notifications
You must be signed in to change notification settings - Fork 2
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
no output file #2
Comments
Ok there are several things needed:
This wasn't developed to be very user friendly unfortunately. It was more of a proof-of-concept that someone could modify and extend it, or, use it at face value. I built it with Visual Studio 2022 on Windows. You could use Visual Studio Code I believe and get it to build and run. Let me know if you have any other questions and I'll try to answer. |
hay thanks E:\BambuVideoStream-master>dotnet run --project BambuVideoStream |
okay then i was looking in the compleet wrong direction |
@SuperTroye tried this out tonight, and it looks like it is not creating the inputs. I tried manually creating a few to see if they get updated but no luck. WS connection is good, I know mqtt is working since I am using that in HAS |
@lludlow I got frustrated with things and forked/fixed the project to work, including documentation. Check out https://github.com/michaeljsmalley/BambuVideoStream and see my commits and my updated README.md, and I'd bet it solves the error you're getting. What is causing this is that the variables for each reading from the printer are never instantiated because this repository has two critical functions commented out. I uncommented them, thereby allowing these values to instantiate and eliminating the error you report. I also fixed the fact that it doesn't send icons by changing the way images get referenced (it now generates an absolute path instead of being hardcoded to a D: drive that only exists on @SuperTroye's machine). Also, I noticed that it fails if you try to run it again without deleting the NOTE: I don't have video because I run an old version of the X1C firmware (by choice). |
@michaeljsmalley @lludlow I've done a pretty big overhaul of this project in my fork: https://github.com/DrEsteban/BambuVideoStream I also configured pipelines to build and host binaries as Releases, so you can just download and execute straightaway. I submitted it for PR to this repo in #5. Looks like OP has approved it, just hasn't merged into his master yet. |
hey there i either cant find the output file
or its not creating it?
is there an easy tutorial somewhere
forgot to mention i also got this error
BambuVideoStream.sln: Visual Studio needs to make non-functional changes to this project in order to enable the project to open in released versions of Visual Studio newer than Visual Studio 2010 SP1 without impacting project behavior.
The text was updated successfully, but these errors were encountered: