Twitch.tv Follow/View/Chat/Page Bot menu

Shout-Out

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 64
  1. #16
    Ledoocat's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Feb 2011
    Posts
    504
    Thanks G/R
    2/0
    Trade Feedback
    58 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in System.dll

    Additional information: The system cannot find the file specified

    Twitch.tv Follow/View/Chat/Page Bot
  2. #17
    BuloZB's Avatar Active Member
    Reputation
    20
    Join Date
    Nov 2008
    Posts
    263
    Thanks G/R
    26/4
    Trade Feedback
    17 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not works for me :-/

    compile in visual studio 2013
    System.ComponentModel.Win32Exception was unhandled
    ErrorCode=-2147467259
    HResult=-2147467259
    Message=The system can not find the file specified
    NativeErrorCode=2
    Source=System
    StackTrace:
    at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
    at System.Diagnostics.Process.Start()
    at Because****YOU.Form1.ExecuteCommand(String filePath, String arguments) in k:\booster\Because****YOU\MainForm.vb:line 164
    at Because****YOU.Form1.GetUrls(String ChannelName) in k:\booster\Because****YOU\MainForm.vb:line 138
    at Because****YOU.Form1._Lambda$__4() in k:\booster\Because****YOU\MainForm.vb:line 82
    at Because****YOU.Form1._Lambda$__3(Object a0) in k:\booster\Because****YOU\MainForm.vb:line 82
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart(Object obj)
    InnerException:

  3. #18
    lolchamps's Avatar Private
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried editing the IF Check and I'm getting the Unhandled error still :/ Any solution?

  4. #19
    patrickjane's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is the if check? I've been trying to fix this for a month now and I've never had any luck, someone please help me with this I really need this!!
    This is what happens when I press generate links https://i.imgur.com/CQA9WXw.png

  5. #20
    Chibik Chibiki's Avatar Private
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same, i dont know what the IF CHECK need fix

  6. #21
    Ledoocat's Avatar Contributor CoreCoins Purchaser
    Reputation
    103
    Join Date
    Feb 2011
    Posts
    504
    Thanks G/R
    2/0
    Trade Feedback
    58 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same error, I editet then GeneratorViewerLink pathing as you did I guess.

  7. #22
    Devchan's Avatar Active Member CoreCoins Purchaser
    Reputation
    18
    Join Date
    Nov 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It still works fine on my side... try harder I guess.

  8. #23
    patrickjane's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What version of Microsoft Visual Studio should I use?

  9. #24
    SimpleF's Avatar Private
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im not gettin any errors anymore however when i click in the generate viewers nothing really happends in the GUI but there are new processors starting up, and whenever i try to add them to a random streamer, nothing really happends...
    Last edited by SimpleF; 03-15-2014 at 08:49 PM.

  10. #25
    Devchan's Avatar Active Member CoreCoins Purchaser
    Reputation
    18
    Join Date
    Nov 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For the love of god please stop sending me inbox messages or else I will request a mod to delete this thread... If you are not smart enough to fix it just move along.

  11. #26
    patrickjane's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where do I put this in?

    JsonRequestTwitch = DirectCast(WebRequest.Create(FormatURL), HttpWebRequest)

    JsonResponseTwitch = DirectCast(JsonRequestTwitch.GetResponse(), HttpWebResponse)

    Using reader As New StreamReader(JsonResponseTwitch.GetResponseStream())
    Dim lines As New List(Of String)()
    While reader.Peek() >= 0
    lines.Add(reader.ReadLine())
    End While
    MobileStream = lines(lines.Count - 1)
    End Using
    Console.WriteLine(MobileStream)

  12. #27
    patrickjane's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please help me, anyone

  13. #28
    Devchan's Avatar Active Member CoreCoins Purchaser
    Reputation
    18
    Join Date
    Nov 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone is having different problems than generating links(It not working at all) please let me know so I can solve the problems you are having.

  14. #29
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,160
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fix the "copy paste" check.

    Nice work. Thank you for not spoon feeding.
    What's a Parog?
    Looking for competitive Valorant team!

  15. #30
    Devchan's Avatar Active Member CoreCoins Purchaser
    Reputation
    18
    Join Date
    Nov 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Parog View Post
    Fix the "copy paste" check.

    Nice work. Thank you for not spoon feeding.
    I am glad it works for you. It's really annoying one member on here signup on all forums I am on and kept bothering me to fix it for him. I am happy some people actually take the time to see where the problem is and fix it.

Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Selling] FASTEST ever Twitch Live/Channel View Bot - More updates soon!
    By TwitchSwiss in forum General MMO Buy Sell Trade
    Replies: 2
    Last Post: 07-04-2014, 01:53 PM
  2. [Selling] FASTEST ever Twitch Live/Channel View Bot - More updates soon!
    By TwitchSwiss in forum General Trading Buy Sell Trade
    Replies: 4
    Last Post: 07-04-2014, 01:51 PM
  3. [Selling] Official Twitch.tv Live View Bot 25 € or Trade (Offer)(Limited 50 People)
    By TheUnitedSeller in forum General Trading Buy Sell Trade
    Replies: 1
    Last Post: 06-17-2014, 05:17 AM
  4. [Selling] ★ Twitch.TV Viewers. Views. Followers. Cheapest on the Market! ★
    By BoBbl4 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 05-27-2014, 08:59 AM
  5. [Selling] Selling Twitch stream Service FOLLOWERS • VIEWERS • CHAT BOTS • Partnersip
    By Astung in forum General MMO Buy Sell Trade
    Replies: 2
    Last Post: 03-10-2014, 06:42 PM
All times are GMT -5. The time now is 10:07 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search