-
Notifications
You must be signed in to change notification settings - Fork 5
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
I must be missing something #11
Comments
I am not sure I understand how to build playlists, are they just folders of videos? |
Well I learned that I can get videos to play (without sound for some reason) by calling the api directly. So it looks like the app and api are not communicating |
well i figured out to change the 10.0.0.20 IP in the RemoteControl.vue file, but its still not working. |
solved my own problems, forgot to recompile the app. thanks! |
Hey I'm sorry, I forgot to bring in the IP from configuration, rather than having it hard coded. I also planned to change the express server so that the vue application was served behind a route on it's own port instead of having to run two separate processes. I just got lazy and hadn't done that part yet. When I picked up this ticket it will address it: #6 |
No worries, I sorted it out. Great project!
From: Richard Bettridge <[email protected]>
Sent: Tuesday, August 25, 2020 15:58
To: ssshake/pi-uhf-tv-station <[email protected]>
Cc: Christopher Mallery <[email protected]>; State change <[email protected]>
Subject: Re: [ssshake/pi-uhf-tv-station] I must be missing something (#11)
Hey I'm sorry, I forgot to bring in the IP from configuration, rather than having it hard coded.
I also planned to change the express server so that the vue application was served behind a route on it's own port instead of having to run two separate processes.
I just got lazy and hadn't done that part yet.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub<#11 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AE2CEVUSA7TPRJD5UOMYKWDSCQ6YFANCNFSM4QELBVEA>.
|
I followed all the instructions in the readme and the app doesn't do anything that I can tell (nothing shows up in the "display"). Maybe I have my video directories the wrong way. I know very little about node.js, so I am having a hard time debugging the problem. Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: