skip to Main Content

Javascript – Unable to run yarn clasp login

Unable to run yarn clasp login I am not good at English. Please understand. 8> yarn clasp login yarn run v1.22.22 $ C:UsersmynameDesktop個人開発プロジェクトclasp-240418node_modules.binclasp login Error retrieving access token: FetchError: request to https://oauth2.googleapis.com/token failed, reason: unable to verify the first certificate…

VIEW QUESTION

Telegram login blocked despite correct code – Python Telethon

I'm working on a Python project that uses Telethon to connect to Telegram. I have the following code for authentication: client = TelegramClient(phone, api_id, api_hash, flood_sleep_threshold=3) client.connect() if not client.is_user_authorized(): client.send_code_request(phone) client.sign_in(phone, input(f'Enter the code: {phone} : ')) The issue…

VIEW QUESTION
Back To Top
Search