Page 7 of 9 FirstFirst ... 56789 LastLast
Results 61 to 70 of 88

Thread: SDB Auto Pricer

  1. #61
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by ribossoma View Post
    I've used this tons of times but now it always crashes before finishing...
    Since the error message only shows up for like half second, I recorded it and this is what the program says before closing:

    That portuguese bit in end means something along the lines of: "A connection attempt failed because the connected component didn't answer correctly after a period of time or the connection failed because the connected host didn't answer."

    Any ideas how to solve this?
    Most likely a timeout :/.
    You can run it from cmd/IDLE so it doesn't close when an error pops up

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  2. #62
    ribossoma's Avatar
    Joined
    Apr 2013
    Posts
    332
    Userbars
    22
    Thanks
    177
    Thanked
    259/115
    DL/UL
    115/0
    Mentioned
    68 times
    Time Online
    58d 5h 51m
    Avg. Time Online
    20m
    Quote Originally Posted by Accelerator View Post
    Most likely a timeout :/.
    You can run it from cmd/IDLE so it doesn't close when an error pops up
    I can't seem to make it run from cmd. It just stays like this (I changed the folder name):

    I left it like this for like an hour while having lunch but nothing happened. :/

    I have no idea how to run it from IDLE though xD I tried pressing "Run" after opening the source code file with python but it gives me some error too

  3. #63
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by ribossoma View Post
    I can't seem to make it run from cmd. It just stays like this (I changed the folder name):

    I left it like this for like an hour while having lunch but nothing happened. :/

    I have no idea how to run it from IDLE though xD I tried pressing "Run" after opening the source code file with python but it gives me some error too
    to run the .exe (and be able to see the error ) shift+right-click it and select 'copy as path' then paste that in cmd. Source code shouldn't give you any error if you have the required python libraries tho' (in this case just 'mechanize' since the others come pre-installed with python) :/.

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  4. #64
    ribossoma's Avatar
    Joined
    Apr 2013
    Posts
    332
    Userbars
    22
    Thanks
    177
    Thanked
    259/115
    DL/UL
    115/0
    Mentioned
    68 times
    Time Online
    58d 5h 51m
    Avg. Time Online
    20m
    Quote Originally Posted by Accelerator View Post
    to run the .exe (and be able to see the error ) shift+right-click it and select 'copy as path' then paste that in cmd. Source code shouldn't give you any error if you have the required python libraries tho' (in this case just 'mechanize' since the others come pre-installed with python) :/.
    I installed python and mechanize, restarted my computer, executed the source code and this is all I get:


    And I still can't run it from cmd, it stays exactly like on last post's image (with a more detailed path) :/

    Any ideas?

  5. #65
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by ribossoma View Post
    I installed python and mechanize, restarted my computer, executed the source code and this is all I get:


    And I still can't run it from cmd, it stays exactly like on last post's image (with a more detailed path) :/

    Any ideas?
    is the 'users.text' file in the same folder as the source code? (the .py file) even though I think it doesn't matter cause if the file isn't there it should ask you to input your neo details :/

    Sent from my SM-G530M using Tapatalk

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  6. #66
    ribossoma's Avatar
    Joined
    Apr 2013
    Posts
    332
    Userbars
    22
    Thanks
    177
    Thanked
    259/115
    DL/UL
    115/0
    Mentioned
    68 times
    Time Online
    58d 5h 51m
    Avg. Time Online
    20m
    Quote Originally Posted by Accelerator View Post
    is the 'users.text' file in the same folder as the source code? (the .py file) even though I think it doesn't matter cause if the file isn't there it should ask you to input your neo details :/

    Sent from my SM-G530M using Tapatalk
    Moving the users.txt to the same file worked on making it run, but it still crashes x_x It gives me a traceback also and the exact same message in portuguese in the end.
    Urgh why? It always worked perfectly -_- Maybe some problem on jellyneo's end? Because it always crashes when checking the prices with them?

    EDIT: Same thing is happening with Neoquester. I guess my computer just doesn't like Python xD
    Last edited by ribossoma; 08-08-2015 at 04:03 PM.

  7. #67
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by ribossoma View Post
    Moving the users.txt to the same file worked on making it run, but it still crashes x_x It gives me a traceback also and the exact same message in portuguese in the end.
    Urgh why? It always worked perfectly -_- Maybe some problem on jellyneo's end? Because it always crashes when checking the prices with them?

    EDIT: Same thing is happening with Neoquester. I guess my computer just doesn't like Python xD
    Just tried using it (source code, since I'm using x86/32-bit), and yeah, for some reason it's getting stuck. Try the file I uploaded (you need an account to see links), that seems to work for me (and it should work whether you have an x86 or x64 PC...)

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  8. #68
    ribossoma's Avatar
    Joined
    Apr 2013
    Posts
    332
    Userbars
    22
    Thanks
    177
    Thanked
    259/115
    DL/UL
    115/0
    Mentioned
    68 times
    Time Online
    58d 5h 51m
    Avg. Time Online
    20m
    Quote Originally Posted by Accelerator View Post
    Just tried using it (source code, since I'm using x86/32-bit), and yeah, for some reason it's getting stuck. Try the file I uploaded (you need an account to see links), that seems to work for me (and it should work whether you have an x86 or x64 PC...)
    It worked! Thanks, you're the man!
    Any chance you want to compile the Neoquester too to see if it works as well?

  9. #69
    Accelerator's Avatar
    Joined
    Jul 2013
    Posts
    4,995
    Userbars
    26
    Thanks
    1,986
    Thanked
    3,789/1,696
    DL/UL
    178/0
    Mentioned
    744 times
    Time Online
    335d 1h 18m
    Avg. Time Online
    2h 2m
    Quote Originally Posted by ribossoma View Post
    It worked! Thanks, you're the man!
    Any chance you want to compile the Neoquester too to see if it works as well?
    Doubt it ... I'll edit the post if I manage to do it tho'

    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)
    (you need an account to see links)

    "Date et dabitur vobis"
    「Let's fight 恐れはない」


    "A quantum supercomputer calculating for a thousand years could not even approach the number of f��ks I do not give"

    「君が望むモノは何?」

  10. #70

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m
    That time out just needs a try/except statement by the coder , sometimes neos servers to crap out and a try / except can be made to retry if it happens .

Posting Permissions

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