Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giyu51 authored Jun 22, 2023
1 parent 2c33ff7 commit 82d8172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ This project is licensed under the MIT License 📜.
## 🙏 Acknowledgments
- Thanks to [@diniliaqil](https://github.com/diniliaqil) for the idea and inspiration to create this project.
- Thanks to [@diniliaqil](https://github.com/diniliaqil) and [David Sitnikov](https://github.com/lxdsh) for the idea and inspiration to create this project.
## Project Status
Expand Down

9 comments on commit 82d8172

@lealpa
Copy link

@lealpa lealpa commented on 82d8172 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, I need your help to run the application on my Ubuntu server. You wrote "Open your terminal and navigate to the project directory". which directory is that? I just can't find it.
Thank you!

@giyu51
Copy link
Owner Author

@giyu51 giyu51 commented on 82d8172 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good day, @lealpa. Basically the project directory is any folder you are working in. So, for example all your files relating to IPTV Channel Monitoring can be placed in the MyIptvMonitoringFolder.

If you cloned this repository, then your project directory would be iptv-channels-monitoring.

In case this explanation is not clear for you, I will provide more detailed one.

@eriktovarj
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great proyect :D
I was able to clone your proyect but when executing the command:
uvicorn <your_app_name>:app
it retuns as Command not found

then i replaced the command with the following:
python3 -m uvicorn main:app

It runs but it returns an error for each channel:
[0000000002ac12f0] vlcpulse audio output error: PulseAudio server connection failure: Connection refused

and finish with this error:
ERROR: Traceback (most recent call last):
File "/home/channels/.local/lib/python3.6/site-packages/starlette/routing.py", line 635, in lifespan
async with self.lifespan_context(app):
File "/home/channels/.local/lib/python3.6/site-packages/starlette/routing.py", line 530, in aenter
await self._router.startup()
File "/home/channels/.local/lib/python3.6/site-packages/starlette/routing.py", line 612, in startup
await handler()
File "./main.py", line 115, in startup_event
asyncio.create_task(clear_buffer())
AttributeError: module 'asyncio' has no attribute 'create_task'

ERROR: Application startup failed. Exiting.

What can i do?

@eriktovarj
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i was able to resolve the problems with the error about the audio output, but the rest of the issues remain, hope you can help

@lealpa
Copy link

@lealpa lealpa commented on 82d8172 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Giyu,
Is there any way to have the app running in real-time with monitoring by some graphic interface or integration with Graphana or Zabbix?
Thank you!

@giyu51
Copy link
Owner Author

@giyu51 giyu51 commented on 82d8172 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i was able to resolve the problems with the error about the audio output, but the rest of the issues remain, hope you can help

Hi @eriktovarj , thank you for comment. Sure, i will help with a great pleasure. Please start a new discussion so that i can explicitly help you to resolve your issue, can you?

@giyu51
Copy link
Owner Author

@giyu51 giyu51 commented on 82d8172 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Giyu, Is there any way to have the app running in real-time with monitoring by some graphic interface or integration with Graphana or Zabbix? Thank you!

Good day, @lealpa .

Yes! There is a way, and I actually made it, but did not post it on github yet. I integrated this script for monitoring in zabbix.
I will post this project soon (probably this month) , so stay tuned!

@lealpa
Copy link

@lealpa lealpa commented on 82d8172 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great news, thank you, please, keep me posted on that.
Cheers!

@giyu51
Copy link
Owner Author

@giyu51 giyu51 commented on 82d8172 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great news, thank you, please, keep me posted on that. Cheers!

Thank you for kind words!

Please sign in to comment.