skip to Main Content

Failed to create wallet for ton with Fift? – Telegram

Right now I'm trying to create wallet for TON. I downloaded and built Fift interpreter an was trying to create new wallet with: ./crypto/fift new-walelt.fif [ 1][t 0][1559491459.312618017][fift-main.cpp:147] Error interpreting standard preamble file `Fift.fif`: cannot locate file `Fift.fif` Check that…

VIEW QUESTION

How can I include the Telegram login widget in an Angular app? – Telegram API

I want to include the Telegram login widget in my Angular application. For this, you have to include the following script: <script async src="https://telegram.org/js/telegram-widget.js?5" data-telegram-login="bot_name" data-size="large" data-auth-url="https://myurl.example/api/telegram" data-request-access="write"></script> Embedding scripts in Angular templates is not allowed, it will just be…

VIEW QUESTION

What makes the 'Request Entity Too Large' error when sending an image to Telegram?

File size: 51.2 KB Trying to send: >>> send_img_url = 'https://api.telegram.org/botXXXXXXXXXXXXXXXXXXXXX/sendPhoto' >>> img_name = 'C:/Users/Administrator/Downloads/WhatsApp Image 2019-05-30 at 20.54.40.jpeg' >>> r = requests.post(send_img_url, data={'chat_id': '-351543550', 'photo': open(img_name, 'rb')}) >>> r <Response [413]> >>> r.reason 'Request Entity Too Large' >>> r.content…

VIEW QUESTION
Back To Top
Search