• 20-07-2019, 13:10:05
    #1
    Selamlar.


    https://www.youtube.com/watch?v=NaX1Ge1Rthk


    Bu videodaki gibi tüm ayarları yaptım fakat son adımda takıldım. 9:13 dakikada komut istemine son bir kod yazmamız gerekiyor o da şöyle:

    Alıntı
    php -f goLive.php
    Bunu yazdıktan sonra komut isteminden Instagram'a giriş yapması gerekiyor fakat şöyle bir hata alıyorum:

    Hatayı yazmadan önce şunu söylemem gerekiyor. İndirdiğim bir klasörün içindeki config.ini 'yi notepad ile açıp,

    define('IG_USERNAME', 'USERNAME');
    define('IG_PASS', 'PASSWORD');

    Username yazan yere Instagram kullanıcı adımı, PASS ve PASSWORD yazan yerlere de Instagram şifremi yazmam gerekiyor ve öyle de yaptım. Sonra php -f goLive.php kodunu komut istemine yazınca da şu hatayı aldım.

    Loading InstagramLive-PHP v1.8...
    Commands: Registering commands...
    Commands: Registered commands!
    PHP Warning: Use of undefined constant IG_USERNAME - assumed 'IG_USERNAME' (this will throw an Error in a future version of PHP) in C:Users********DesktopInstagramLive-PHP-masterInstagramLive-PHP-mastergoLive.php on line 277
    PHP Warning: Use of undefined constant IG_PASS - assumed 'IG_PASS' (this will throw an Error in a future version of PHP) in C:Users********DesktopInstagramLive-PHP-masterInstagramLive-PHP-mastergoLive.php on line 278
    Login: Starting Instagram logon, please wait...
    Error while logging into Instagram: InstagramAPIResponseLoginResponse: The password you entered is incorrect. Please try again.
    ===========BEGIN DUMP===========
    InstagramLive-PHP Version: 1.8
    InstagramLive-PHP Flavor: stable
    Instagram-API Version: dev-master#0fa48d45ce103b5a107f90fe5c403c1a2bb7e8f2
    Operating System: WINNT
    PHP Version: 7.3.7
    PHP Runtime: cli
    PHP Binary: C:Users********Desktopphp-7.3.7-nts-Win32-VC15-x64php.exe
    Bypassing OS-Check: false
    Composer Lock: true
    Vendor Folder: true
    ============END DUMP============

    Halbuki en son aşamaya gelmiştim. Bu hatanın yerine sream url ve stream key yazması lazımdı komut isteminde. Anlayan varsa nasıl çözeceğim konusunda yardımcı olabilir mi?
  • 20-07-2019, 13:58:03
    #2
    sadece password yazan yere şifreni yaz anladığım kadarıyla pass yazan yerede şifreni yazmışsın
  • 20-07-2019, 15:49:52
    #3
    Sorun cozulmustur teşekkür ederim