Giter Site home page Giter Site logo

vi2k6 / music-player Goto Github PK

View Code? Open in Web Editor NEW
119.0 2.0 341.0 927 KB

A bot that can play music on telegram group's voice chat.

License: GNU General Public License v3.0

Dockerfile 0.47% Python 99.43% HTML 0.06% Procfile 0.04%
telegram bot song python youtube telegram-bot pyrogram pyrogram-bot telegram-vc-bot telegram-musicbot

music-player's Introduction

Hey, I'm Vivek

I'm Vivek, An Student From 🇮🇳india. Developing Bots And Webs.I Love Making Bots On Telegram.I Use This Github To Coding For Developing Bots And Webs. I mostly use Github For Making My Telegram Bots And I Mostly Use Heroku For Hosting My Bots. You can Visit My Website To See My Telegram Account/Channel/Bots And For Donations - vivektp.me.

 vivek2k6

Top Languages

Top Langs

Servers & Host

bash git html5 python github heroku

Donate

<iframe src="https://github.com/sponsors/vi2k6/button" title="Sponsor vi2k6" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>

Than you for reading...

music-player's People

Contributors

akkilmg avatar ar-xd avatar deepsourcebot avatar fayasnoushad avatar itz-fork avatar jayantkageri avatar kmohzaid avatar pranavsaraswat avatar roj1512 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

music-player's Issues

Old repo

Sir your old repository is really good working I want that repository again, is it possible ?
You can see your old repository performance from my tg bot @Resso9_bot . Really it's working mujhe good.

Bot was working well at first, but now some problems

Logs : 
WARNING: Unable to download webpage: HTTP Error 429: Too Many Requests
[youtube] piOIvNO2M8Q: Downloading API JSON
ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
2021-07-13 09:55:44,717 - pyrogram.dispatcher - ERROR - ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/youtube_dl/YoutubeDL.py", line 815, in wrapper
    return func(self, *args, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/youtube_dl/YoutubeDL.py", line 836, in __extract_info
    ie_result = ie.extract(url)
  File "/usr/local/lib/python3.7/dist-packages/youtube_dl/extractor/common.py", line 534, in extract
    ie_result = self._real_extract(url)
  File "/usr/local/lib/python3.7/dist-packages/youtube_dl/extractor/youtube.py", line 1715, in _real_extract
    self._sort_formats(formats)
  File "/usr/local/lib/python3.7/dist-packages/youtube_dl/extractor/common.py", line 1374, in _sort_formats
    raise ExtractorError('No video formats found')
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pyrogram/dispatcher.py", line 217, in handler_worker
    await handler.callback(self.client, *args)
  File "/app/handlers/play.py", line 500, in play
    file_path = await converter.convert(youtube.download(url))
  File "/app/downloaders/youtube.py", line 36, in download
    info = ydl.extract_info(url, False)
  File "/usr/local/lib/python3.7/dist-packages/youtube_dl/YoutubeDL.py", line 808, in extract_info
    return self.__extract_info(url, ie, download, extra_info, process)
  File "/usr/local/lib/python3.7/dist-packages/youtube_dl/YoutubeDL.py", line 824, in wrapper
    self.report_error(compat_str(e), e.format_traceback())
  File "/usr/local/lib/python3.7/dist-packages/youtube_dl/YoutubeDL.py", line 628, in report_error
    self.trouble(error_message, tb)
  File "/usr/local/lib/python3.7/dist-packages/youtube_dl/YoutubeDL.py", line 598, in trouble
    raise DownloadError(message, exc_info)
youtube_dl.utils.DownloadError: ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Bot is stuck at processing ur song

cannot import name 'idle' from 'pytgcalls

python3.9 main.py
Traceback (most recent call last):
File "/var/www/html/VcPlayer/main.py", line 2, in
from pytgcalls import idle
ImportError: cannot import name 'idle' from 'pytgcalls' (/home/admin/.local/lib/python3.9/site-packages/pytgcalls/init.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.