afeno
afeno
Hello, I really want db-sync to work with my databases but I can't run the command. For some reason, the scrip is adding some strange characters into query and generating...
## What's going wrong? I can't see the custom metric in the pm2 monit after adding the custom metric in the code. Any idea? I'm not getting any error when...
Hello, In the TODO list, it says that "Incoming and Outgoing private calls (already there and working, but not in the release version).". How can I test this functionality that...
The discard() method (https://docs.madelineproto.xyz/API_docs/types/PhoneCall.html) is not ending a PhoneCall when the call has not been answered. Issue detected on Madeline version 5.1.34 More details: If the call ** is answered**...
Hello, This is an excellent project and perfectly documented :) I'm very excited to try to replicate what you have accomplished! My main doubt is regarding the **433Mhz Receiver board**...
Hello, When I try to execute tgcall.py, I get the following error: ``` ubuntu@domotics:~/gabomdq/pytgvoip$ python3 tgcall.py 111111 1212121212121212121 +3412121212 Traceback (most recent call last): File "tgcall.py", line 11, in from...
Hello, I want to finish a call once the play is over. How can I check if the call is still "playing"? I saw that call.playing is available in libtgvoip...
As it is reported in the Madeline Telegram Channel, the discard() function is not ending the outbound call (For example from madeline to another Telegram account) If the call is...
As it is reported in the Madeline Telegram channel, the method "discard()" is not ending the outbound calls. Once discard() is run, the call seems to be finished for madeline...
Hello, I want to finish a call once the play is over. How can I check if the call is still "playing"? I saw that call.playing is available in libtgvoip...