Coder Social home page Coder Social logo

marshalx / tgcalls-beta Goto Github PK

View Code? Open in Web Editor NEW
22.0 4.0 2.0 34.16 MB

Testing is over. Thank you all for your participation!

Home Page: https://github.com/MarshalX/tgcalls

License: GNU Lesser General Public License v3.0

Python 100.00%
pytgcalls tgcalls tgvoip pyvoip calls voice chats rooms

tgcalls-beta's Introduction

tgcalls-beta's People

Contributors

marshalx avatar

Stargazers

 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  avatar  avatar

Forkers

rsoorajs

tgcalls-beta's Issues

Not working in common(not super) groups

Starting group call not working in not super groups

Reproduce steps:

  1. try to start group call in common(not super) group
    await GroupCall(...).start(505051194)
  2. get pyrogram error about invalid argument

Fix:
Check GroupCall.chat_peer type in GroupCall.get_group_call method.
If it is raw.types.InputPeerChannel, then use functions.channels.GetFullChannel(channel=self.chat_peer)
else use functions.messages.GetFullChat(chat_id=self.chat_peer.chat_id).

It can also be InputPeerUser and InputPeerSelf, but imo this shouldn't be handled by this library.

Can't install pytgcalls on Windows 7

pip install pytgcalls

Collecting pytgcalls
  Using cached pytgcalls-0.0.1b3.tar.gz (3.7 kB)
  Using cached pytgcalls-0.0.1b2.tar.gz (3.7 kB)
  Using cached pytgcalls-0.0.1b1.tar.gz (3.6 kB)
  Using cached pytgcalls-0.0.1b0.tar.gz (3.6 kB)
ERROR: Cannot install pytgcalls==0.0.1b0, pytgcalls==0.0.1b1, pytgcalls==0.0.1b2
 and pytgcalls==0.0.1b3 because these package versions have conflicting dependen
cies.

The conflict is caused by:
    pytgcalls 0.0.1b3 depends on tgcalls==0.0.1b2
    pytgcalls 0.0.1b2 depends on tgcalls==0.0.1b1
    pytgcalls 0.0.1b1 depends on tgcalls==0.0.1b0
    pytgcalls 0.0.1b0 depends on tgcalls==0.0.1b0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict


ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_g
uide/#fixing-conflicting-dependencies

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.