From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:558:fe21:29:69:252:207:41; helo=resqmta-ch2-09v.sys.comcast.net; envelope-from=eklhad@comcast.net; receiver= Received: from resqmta-ch2-09v.sys.comcast.net (resqmta-ch2-09v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:41]) by hurricane.the-brannons.com (Postfix) with ESMTPS id BAFB4779FB for ; Sun, 14 Jan 2018 04:05:28 -0800 (PST) Received: from resomta-ch2-03v.sys.comcast.net ([69.252.207.99]) by resqmta-ch2-09v.sys.comcast.net with ESMTP id ah5eeqqyxVFg8ah5neLj1s; Sun, 14 Jan 2018 12:08:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1515931731; bh=rKtcBhQIoMoSyFCgZln6VoiBnmEgPimyk9TU2lvRV70=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=GVNZ2vn/1SD62nvFz77kUAChje1NO1SdAphwXigiRod8/fRDapIu7xYQdLQLbsShZ v7Lmkxl6yT5ZqTJSCOa5vw8+YH3tus6cctNp6f9z6J+yRbPxqEAp5JK57jYLJDgBnl crZFK4wsny8QIjci2V/ql7KRSwlZ3Pdln+E8a3/wXMiVlotZX+AARnibxMDt+/vzFm hDFpzJ+OVIa15TP/X0itKT4fd252fOtTb4pLjX9KhqEhbgdVNxhwW9V8XwMbeQB3Jc I1csnZaVw8EmIIqPrWe5nRfnnPDQa6I81Baxq5SqyPuish5MSQ0KH77ND6/gXlyBLk w1DyxthyXD6RA== Received: from unknown ([IPv6:2601:408:c300:8f09:21e:4fff:fec2:a0f1]) by resomta-ch2-03v.sys.comcast.net with SMTP id ah5me59FgfTA8ah5neZ0T1; Sun, 14 Jan 2018 12:08:51 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke User-Agent: edbrowse/3.7.1 Date: Sun, 14 Jan 2018 07:08:50 -0500 Message-ID: <20180014070850.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-763307 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfKe5CPrUXYgVfFjR+YtnCNTpwgREdjBsn/dmoC41oWOCNvRh+JUHIO7MVi5GZ+Zpn4DZNwrp76/C8HyyRizFuQvY0hbKl9VE5TFHFOM+a7MYhMntQAXJ 0r0pDRLFbfsS1cjeFYyAd5Hqx5OilsUSSwi/PmlX0QSDCVEq1PaD9CnH Subject: [Edbrowse-dev] Amazon Shortcuts X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.24 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jan 2018 12:05:28 -0000 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --nextpart-eb-763307 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Someone suggested calling up the login page instead of the home page to = save debug output and time etc, and yes that works. I took the session ID off of the login url, and all the search stuff, = and went to this page. https://www.amazon.com/gp/navigation/redirector.html/ref=3Dsign-in-redir= ect Since the session id was not in the path it barked, but oblidgingly = made me a new one, and told me to enable cookies. Fair enough. Still the login fields were there, and I put Wendys credentials in and = I'm in. http://www.eklhad.net/amazon.wendy.5 But let's take another step. After line 520 in jseng-duk.c, insert a return statement. Now there are no timers. They don't set and thus they don't run. Still I can sign in. http://www.eklhad.net/amazon.notimers.5 That eliminates more debug stuff, and the chattiness that Chuck talks = about. It also supports what I said a week ago, maybe we should have a switch = to turn timers off, that only we would use for debugging. I'll probably implement that, but not as crude as described above. Probably allow timers to set, just don't run them. Have to think about = that for a bit. Anyways, let's carry on. If any of you wants to send me your login and password I'll try login = over here, to eliminate more variables. Send privately of course, eklhad@gmail.com which is encrypted. Karl Dahlke --nextpart-eb-763307--