Menu

#759 Can't login post #758

v1.0 (example)
closed
nobody
None
5
2019-03-10
2018-06-12
RealFlash
No

Using master cloned today.

esniper encountered a bug.  It looks like your esniper version is not
current.  You have version 2.34.0, the newest version is 2.33.0.
Please go to http://esniper.sf.net/ and update your copy of esniper.

If you want to report this bug, please go to:
        http://sourceforge.net/tracker/?func=add&group_id=45285&atid=442436
paste this into "Detailed Description":
        Automated esniper bug report.
        esniper version 2.34.0
        libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3
        Error encountered in function ebayLogin in auction.c line 671
        auction = 113040154256, price = 30.25, remain = 0
        latency = 0, result = -1, error = 19
        buf = 0xf6bca0, size = 177829, read = 0xf6bca0
        time = 1528810593, offset = 0
        pagename = "Sign in or Register | eBay - Error", pageid = "(null)", srcid = "(null)"
        specified options or config values:
          2 x username(u) = ***
          2 x password() = ***
          1 x seconds(s) = 10
          2 x quantity(q) = 2
          1 x (f) = "auctions/realflash/google-home-mini"
          1 x reduce() = 1
          1 x bid() = 1
          1 x debug(d) = 1
          1 x batch(b) = 0
          1 x logdir(l) = "/home/igibbs/auctions/realflash/"
        unknown pageinfo
then upload and attach esniper.5285.1.bug.html and click submit.
Auction 113040154256: Login failed
1 Attachments

Related

Bugs: #759

Discussion

  • Michael S.

    Michael S. - 2018-06-12

    Did transmit the correct password ? I just checked my installation and the login procedure works fine.

    May you can attach the file esniper.113040154256.log ?

     
    • RealFlash

      RealFlash - 2018-06-12

      I've checked again and the password is right. I use a password manager so
      it's cut and pasted into the esniper config file.

      On 12 June 2018 at 15:43, Michael S. msporleder@users.sourceforge.net
      wrote:

      Did transmit the correct password ? I just checked my installation and the
      login procedure works fine.

      May you can attach the file esniper.113040154256.log ?

      Status: open
      Group: v1.0 (example)
      Created: Tue Jun 12, 2018 01:45 PM UTC by RealFlash
      Last Updated: Tue Jun 12, 2018 01:45 PM UTC
      Owner: nobody
      Attachments:

      Using master cloned today.

      esniper encountered a bug. It looks like your esniper version is not
      current. You have version 2.34.0, the newest version is 2.33.0.
      Please go to http://esniper.sf.net/ and update your copy of esniper.

      If you want to report this bug, please go to:
      http://sourceforge.net/tracker/?func=add&group_id=45285&atid=442436
      paste this into "Detailed Description":
      Automated esniper bug report.
      esniper version 2.34.0
      libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3
      Error encountered in function ebayLogin in auction.c line 671
      auction = 113040154256, price = 30.25, remain = 0
      latency = 0, result = -1, error = 19
      buf = 0xf6bca0, size = 177829, read = 0xf6bca0
      time = 1528810593, offset = 0
      pagename = "Sign in or Register | eBay - Error", pageid = "(null)", srcid = "(null)"
      specified options or config values:
      2 x username(u) = ***
      2 x password() = ***
      1 x seconds(s) = 10
      2 x quantity(q) = 2
      1 x (f) = "auctions/realflash/google-home-mini"
      1 x reduce() = 1
      1 x bid() = 1
      1 x debug(d) = 1
      1 x batch(b) = 0
      1 x logdir(l) = "/home/igibbs/auctions/realflash/"
      unknown pageinfo
      then upload and attach esniper.5285.1.bug.html and click submit.
      Auction 113040154256: Login failed


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/esniper/bugs/759/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #759

  • Michael S.

    Michael S. - 2018-06-12

    In the log everything starting at 2018-06-12 14:36:31.782091 looks good.

    Non alphanumeric chars should not be a problem, because their are "URL escaped" using curl_escape in util.c. Did you try a simple password for test purposes ?

     

    Last edit: Michael S. 2018-06-12
  • Michael S.

    Michael S. - 2018-06-13

    What property could be a source of trouble is the variable regurl, because the first part of it isn't escaped.

    Could you try this 2 changes in auction.c ?

    .
    .
    597                                         "",
    .
    .
    612                                         "",
    .
    .
    

    instead of

    .
    .
    597                                         headerVals[REGURL].value,
    .
    .
    612                                         headerVals[REGURL].value,
    .
    .
    

    Obviously requrl will not be needed.

     
  • ticketack

    ticketack - 2018-06-13

    Can't use esniper as well since yesterday.
    Hi Michael S. - I have tried the trick to replace "headerVals[REGURL].value," with "", - but in v2.33.0 this is in line 587 and 600.
    Nevertheless this doesn't work.

     
  • Michael S.

    Michael S. - 2018-06-13

    @ ticketack:
    You must use the whole git version:

    git clone https://git.code.sf.net/p/esniper/git <yourdir>
    ./configure
    make
    make install
    

    If this doesn't work, try the 2 changes in auction.c mentioned above.

     
  • ticketack

    ticketack - 2018-06-13

    with "signin.ebay.com" for loginHost in my .esniper config file I will get such errors:
    findAttr cannot find <label for="userid">
    getVals cannot find regUrl</label>

    When I change to "signin.ebay.de" it seems to work and esniper can login into my account.

    I have another suspicious output instead:
    Auction 253681089592: if(typeof raptor !== "undefined" && raptor.require){var Uri=raptor.require("ebay/legacy/utils/Uri");$uri=function(href){return new Uri(href);};window.raptor.extend(window.raptor, require("ebay/legacy/adaptor-utils"));}

     
  • Michael S.

    Michael S. - 2018-06-13

    Again:

    git clone https://git.code.sf.net/p/esniper/git <yourdir>
    ./configure
    make
    make install
    

    Several changes has been done in the last month !!!

     
  • ticketack

    ticketack - 2018-06-13

    Thanks - it seems to work

     
  • RealFlash

    RealFlash - 2018-06-18

    My password is already simple - just letters and numbers. It's 16 characters long. Do you still want me to try that change?

     
  • RealFlash

    RealFlash - 2018-06-18

    I have tested that change and it doesn't make a difference.

     
  • Michael S.

    Michael S. - 2018-06-18

    I cannot reproduce your error. For me and all other user it works fine.

    Did you try a rebuild from the most recent git master ?

    git clone https://git.code.sf.net/p/esniper/git <yourdir>
    cd <yourdir>
    autoreconf -i
    ./configure
    make
    make install
    

    Do you use a different configuration for the ebay host, ... ?

    The recommended configuration uses www.ebay.com.

     
  • Nils Rottgardt

    Nils Rottgardt - 2018-07-07

    Hi,

    for me ist the same. Did not invetigate or try the change in auction.c file but will. Only for information for now. Also using ebay. de and did not upgrade to 2.35 yet but will.

    Regards,
    Nils

    Auction 232794285825: Login failed
    then upload and attach esniper.6598.3.bug.html and click submit.
    unknown pageinfo
    1 x batch(b) = 1
    1 x debug(d) = 0
    1 x (f) = "232794285825.laser123_de"
    1 x (c) = ".c"
    1 x quantity(q) = 1
    1 x seconds(s) = 5
    1 x password() = ***
    1 x username(u) = ***
    specified options or config values:
    pagename = "Sign in or Register | eBay - Error", pageid = "(null)", srcid = "(null)"
    time = 1528692573, offset = 0
    buf = 0x9174ea0, size = 177544, read = 0x9174ea0
    latency = 0, result = -1, error = 19
    auction = 232794285825, price = 194, remain = 0
    Error encountered in function ebayLogin in auction.c line 658
    libcurl/7.38.0 GnuTLS/3.3.8 zlib/1.2.8 libidn/1.29 libssh2/1.4.3 librtmp/2.3
    esniper version 2.33.0
    Automated esniper bug report.
    paste this into "Detailed Description":
    http://sourceforge.net/tracker/?func=add&group_id=45285&atid=442436
    esniper encountered a bug. Please go to:
    then upload and attach esniper.6598.2.bug.html and click submit.
    getVals cannot find regUrl
    1 x batch(b) = 1
    1 x debug(d) = 0
    1 x (f) = "232794285825.laser123_de"
    1 x (c) = ".c"
    1 x quantity(q) = 1
    1 x seconds(s) = 5
    1 x password() = ***
    1 x username(u) = ***
    specified options or config values:
    pagename = "Sign in or Register | eBay", pageid = "(null)", srcid = "(null)"
    time = 1528692572, offset = 0
    buf = 0x91685a0, size = 25984, read = 0x91685a0
    latency = 0, result = -1, error = 0
    auction = 232794285825, price = 194, remain = 0
    Error encountered in function ebayLogin in auction.c line 553
    libcurl/7.38.0 GnuTLS/3.3.8 zlib/1.2.8 libidn/1.29 libssh2/1.4.3 librtmp/2.3
    esniper version 2.33.0
    Automated esniper bug report.
    paste this into "Detailed Description":
    http://sourceforge.net/tracker/?func=add&group_id=45285&atid=442436
    esniper encountered a bug. Please go to:
    then upload and attach esniper.6598.1.bug.html and click submit.
    findAttr cannot find
    1 x batch(b) = 1
    1 x debug(d) = 0
    1 x (f) = "232794285825.laser123_de"
    1 x (c) = ".c"
    1 x quantity(q) = 1
    1 x seconds(s) = 5
    1 x password() = ***
    1 x username(u) = ***
    specified options or config values:
    pagename = "Sign in or Register | eBay", pageid = "(null)", srcid = "(null)"
    time = 1528692572, offset = 0
    buf = 0x91685a0, size = 25984, read = 0x91685a0
    latency = 0, result = -1, error = 0
    auction = 232794285825, price = 194, remain = 0
    Error encountered in function ebayLogin in auction.c line 549
    libcurl/7.38.0 GnuTLS/3.3.8 zlib/1.2.8 libidn/1.29 libssh2/1.4.3 librtmp/2.3
    esniper version 2.33.0
    Automated esniper bug report.
    paste this into "Detailed Description":
    http://sourceforge.net/tracker/?func=add&group_id=45285&atid=442436
    esniper encountered a bug. Please go to:

     

    Last edit: Nils Rottgardt 2018-07-07
  • Michael S.

    Michael S. - 2018-07-07

    As I mention above:

    The recommended configuration uses www.ebay.com.

    The developers could not verify a dozen of variations of ebay in different languages.
    esniper works fine with ebay.com. You can also bid on must auctions worldwide using ebay.com as login site. There is no need to login via ebay.de.

     
  • Nils Rottgardt

    Nils Rottgardt - 2018-07-08

    Hi,

    updated to version 2.35 and everything is fine again.

    Cheers,
    Nils

     
  • Michael S.

    Michael S. - 2019-03-10
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB