Page 9 of 20 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 194

Thread: [FR] Plight Rising

  1. #81
    txtsd's Avatar
    Joined
    Dec 2012
    Posts
    642
    Userbars
    7
    Thanks
    538
    Thanked
    327/146
    DL/UL
    60/2
    Mentioned
    91 times
    Time Online
    31d 8h 56m
    Avg. Time Online
    10m
    Quote Originally Posted by mugicha View Post
    Reinstalled latest Python, when running win_Setup.bat it comes up with "'pip' is not recognized as an internal or external command, operable program or batch file. "
    Fucking Windows always being difficult.

    Run these 2 commands in cmd one after another.
    Code:
    setx PATH "%PATH%;C:\Python34\Scripts"
    easy_install pip
    If it works, try running win_Setup.bat after that.

    You did install Python in the default location, right?

  2. The Following User Says Thank You to txtsd For This Useful Post:

    mugicha (10-17-2014)

  3. #82
    mugicha's Avatar
    Joined
    Aug 2014
    Posts
    24
    Userbars
    0
    Thanks
    9
    Thanked
    4/4
    DL/UL
    6/0
    Mentioned
    Never
    Time Online
    4h 35m
    Avg. Time Online
    N/A
    Quote Originally Posted by txtsd View Post
    Fucking Windows always being difficult.

    Run these 2 commands in cmd one after another.
    Code:
    setx PATH "%PATH%;C:\Python34\Scripts"
    easy_install pip
    If it works, try running win_Setup.bat after that.

    You did install Python in the default location, right?
    Got it working, thanks!

    Yeah I did, Windows likes to be a pain in the butt.

  4. The Following User Says Thank You to mugicha For This Useful Post:

    txtsd (10-17-2014)

  5. #83
    txtsd's Avatar
    Joined
    Dec 2012
    Posts
    642
    Userbars
    7
    Thanks
    538
    Thanked
    327/146
    DL/UL
    60/2
    Mentioned
    91 times
    Time Online
    31d 8h 56m
    Avg. Time Online
    10m
    Quote Originally Posted by mugicha View Post
    Got it working, thanks!

    Yeah I did, Windows likes to be a pain in the butt.
    Cool
    Next time you run CCleaner, make sure it isn't set to delete important files

  6. The Following User Says Thank You to txtsd For This Useful Post:

    mugicha (10-17-2014)

  7. #84
    mugicha's Avatar
    Joined
    Aug 2014
    Posts
    24
    Userbars
    0
    Thanks
    9
    Thanked
    4/4
    DL/UL
    6/0
    Mentioned
    Never
    Time Online
    4h 35m
    Avg. Time Online
    N/A
    Hmm, what's "shuffle_3_error_post" and "prebond_3_error_post" ?

  8. #85
    txtsd's Avatar
    Joined
    Dec 2012
    Posts
    642
    Userbars
    7
    Thanks
    538
    Thanked
    327/146
    DL/UL
    60/2
    Mentioned
    91 times
    Time Online
    31d 8h 56m
    Avg. Time Online
    10m
    Quote Originally Posted by mugicha View Post
    Hmm, what's "shuffle_3_error_post" and "prebond_3_error_post" ?
    Those are debug statements I left in. It just shows which part of the process bonding broke during. Nothing is skipped though. It does everything it's supposed to. Your network must be as bad as mine if you're seeing a lot of those

  9. #86
    mugicha's Avatar
    Joined
    Aug 2014
    Posts
    24
    Userbars
    0
    Thanks
    9
    Thanked
    4/4
    DL/UL
    6/0
    Mentioned
    Never
    Time Online
    4h 35m
    Avg. Time Online
    N/A
    Quote Originally Posted by txtsd View Post
    Those are debug statements I left in. It just shows which part of the process bonding broke during. Nothing is skipped though. It does everything it's supposed to. Your network must be as bad as mine if you're seeing a lot of those
    Ah I see! Was just wondering, if it was anything to be concerned about xD
    Yeah my network where I am most of the time (college) is real bad.

  10. #87
    vocaloid's Avatar
    Joined
    Feb 2014
    Posts
    102
    Userbars
    4
    Thanks
    78
    Thanked
    82/29
    DL/UL
    220/0
    Mentioned
    28 times
    Time Online
    19d 59m
    Avg. Time Online
    7m
    hi ! ! ! i've been trying to use the coli bot and i get this error right away

    [19:48:20.524] Already logged in!
    clientderp
    <class 'requests.exceptions.ConnectionError'>
    (ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)),)
    ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

    i just downloaded python and the bot and set everything up , so i'm not completely sure if its an error on my part ? ? ?
    i get this right on start up and im not like able to do anything

    could i get some help w/ this please ? uwu;

  11. #88
    txtsd's Avatar
    Joined
    Dec 2012
    Posts
    642
    Userbars
    7
    Thanks
    538
    Thanked
    327/146
    DL/UL
    60/2
    Mentioned
    91 times
    Time Online
    31d 8h 56m
    Avg. Time Online
    10m
    Quote Originally Posted by vocaloid View Post
    hi ! ! ! i've been trying to use the coli bot and i get this error right away

    [19:48:20.524] Already logged in!
    clientderp
    <class 'requests.exceptions.ConnectionError'>
    (ProtocolError('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)),)
    ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

    i just downloaded python and the bot and set everything up , so i'm not completely sure if its an error on my part ? ? ?
    i get this right on start up and im not like able to do anything

    could i get some help w/ this please ? uwu;
    It's the first time I'm seeing this particular error. Could you censor your username/password from config.ini and post it here in CODE tags inside of SPOILER tags?

  12. #89
    vocaloid's Avatar
    Joined
    Feb 2014
    Posts
    102
    Userbars
    4
    Thanks
    78
    Thanked
    82/29
    DL/UL
    220/0
    Mentioned
    28 times
    Time Online
    19d 59m
    Avg. Time Online
    7m
    Quote Originally Posted by txtsd View Post
    It's the first time I'm seeing this particular error. Could you censor your username/password from config.ini and post it here in CODE tags inside of SPOILER tags?
    yep ! ! here you go :- o


  13. #90
    txtsd's Avatar
    Joined
    Dec 2012
    Posts
    642
    Userbars
    7
    Thanks
    538
    Thanked
    327/146
    DL/UL
    60/2
    Mentioned
    91 times
    Time Online
    31d 8h 56m
    Avg. Time Online
    10m
    Quote Originally Posted by vocaloid View Post
    yep ! ! here you go :- o

    Looks right. Not sure why Coli is derping out. Can you run win_Setup.bat again please? If it says anything other than Requirement already up-to-date, paste the output here like you did the last one.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •