Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: [Python] Damn URLError!

  1. #11

    Joined
    Jan 2012
    Posts
    96
    Userbars
    1
    Thanks
    4
    Thanked
    10/8
    DL/UL
    26/0
    Mentioned
    16 times
    Time Online
    8h 17m
    Avg. Time Online
    N/A
    Quote Originally Posted by Reemer View Post
    For my Subeta autoquesters HTTP Live Headers and Tamper Data both said it was a POST, and after hours of frustration I changed it to a GET and it worked.
    I think it actually has something to do with other code, not the actual request. As I mentioned earlier when I use the same request in a different program it works. So I have no idea.
    Last edited by Neoquest; 02-04-2012 at 07:38 PM.

  2. #12

    Joined
    Dec 2011
    Posts
    151
    Userbars
    2
    Thanks
    4
    Thanked
    165/45
    DL/UL
    14/9
    Mentioned
    68 times
    Time Online
    6d 17h 26m
    Avg. Time Online
    2m
    Post worked for my autoplayer, I am just using a modified Gluraks wrapper (VB6). I also did not try to enter the code usiing the submit
    Code:
    &submit=I+Know!!!+Let+Me+Solve+The+Puzzle!
    Code:
    strhtml = HTTPWrapper1.PostWrapper("http://www.neopets.com/games/cliffhanger/process_cliffhanger.phtml", "solve_puzzle=" & txtAnswer.Text, "http://www.neopets.com/games/cliffhanger/cliffhanger.phtml")

  3. #13

    Joined
    Jan 2012
    Posts
    96
    Userbars
    1
    Thanks
    4
    Thanked
    10/8
    DL/UL
    26/0
    Mentioned
    16 times
    Time Online
    8h 17m
    Avg. Time Online
    N/A
    Quote Originally Posted by Soredavide View Post
    Post worked for my autoplayer, I am just using a modified Gluraks wrapper (VB6). I also did not try to enter the code usiing the submit
    Code:
    &submit=I+Know!!!+Let+Me+Solve+The+Puzzle!
    Code:
    strhtml = HTTPWrapper1.PostWrapper("http://www.neopets.com/games/cliffhanger/process_cliffhanger.phtml", "solve_puzzle=" & txtAnswer.Text, "http://www.neopets.com/games/cliffhanger/cliffhanger.phtml")
    Awesome, that worked! Thanks so much!

Posting Permissions

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