Menu

Can't login....

Help
nirtal
2005-09-10
2013-04-22
  • nirtal

    nirtal - 2005-09-10

    When I have started gmail-notifier and have run "Gmail Notifier Config" and pushed "OK" I get a error message that says "Login appers to be invalid". I don't know whats wrong becouse I can login whith the same Username and password on gmail.com

     
    • cyberom

      cyberom - 2005-09-11

      it seems gmail have change URL :

      http://mail.google.com/mail/

       
    • juangrande

      juangrande - 2005-09-15

      nirtal,

      It seems like Gmail has changed it's authentication method, not only the URL of their web site. We are working on a solution that is going to be released in the next days. Please be patient.

      Thanks

      Juan Grande
      Developer
      Buenos Aires - Argentina

       
    • myhat123

      myhat123 - 2005-09-23

      i delete libgmail.py included its package.i use libgmail of the recent version 0.1.3 directly.
      and i comment the line 275 "info=thread.info"
      the line 279 "sender=removetags(info[4])" is modified as
      "sender=removetags(thread._author)"

      now it work corrently.
      and i 'm waiting for author's new version to fix the bug.

       
    • Dan

      Dan - 2005-09-23

      tried your hack, but i get the following error:

      connection successful... continuing
      Traceback (most recent call last):
        File "./notifier.py", line 430, in ?
          gmailnotifier = GmailNotify()
        File "./notifier.py", line 149, in __init__
          self.mail_check()
        File "./notifier.py", line 196, in mail_check
          attrs = self.has_new_messages()
        File "./notifier.py", line 253, in has_new_messages
          inboxmessagescount=self.connection.getUnreadMsgCount()
        File "/home/dcastelhano/myfiles/downloads/gmail-notify-1.6/libgmail.py", line 529, in getUnreadMsgCount
          return items[D_THREADLIST_SUMMARY][TS_TOTAL_MSGS]
      IndexError: list index out of range

       
    • myhat123

      myhat123 - 2005-09-23

      File "/home/dcastelhano/myfiles/downloads/gmail-notify-1.6/libgmail.py", line 529,
      you should delete libmail.py in gmail-notify-1.6 directory.
      and install libgmail 0.1.3.
      then you try it.

       
    • Trey Blancher

      Trey Blancher - 2005-09-23

      I tried myhat's changes, and I still couldn't get it to work.

      Gmail Notifier v1.6b (2005/09/23 13:14:02)
      ----------
      xmllangs: XML file succesfully parsed
      Configuration read (/home/trey/gmail-notify-1.6/notifier.conf)
      selected language: English
      connecting...
      connection successful... continuing
      ----------
      checking for new mail (2005/09/23 13:14:08)
      connecting...
      connection successful... continuing
      HTTP Error 502: Bad Gateway
      Traceback (most recent call last):
        File "./notifier.py", line 431, in ?
          gmailnotifier = GmailNotify()
        File "./notifier.py", line 149, in __init__
          self.mail_check()
        File "./notifier.py", line 196, in mail_check
          attrs = self.has_new_messages()
        File "./notifier.py", line 253, in has_new_messages
          inboxmessagescount=self.connection.getUnreadMsgCount()
        File "/home/trey/gmail-notify-1.6/libgmail.py", line 527, in getUnreadMsgCount    q = "is:" + U_AS_SUBSET_UNREAD)
        File "/home/trey/gmail-notify-1.6/libgmail.py", line 404, in _parseSearchResult
          return self._parsePage(_buildURL(**params))
        File "/home/trey/gmail-notify-1.6/libgmail.py", line 373, in _parsePage
          items = _parsePage(self._retrievePage(urlOrRequest))
        File "/home/trey/gmail-notify-1.6/libgmail.py", line 91, in _parsePage
          lines = pageContent.splitlines()
      AttributeError: 'NoneType' object has no attribute 'splitlines'

       
    • myhat123

      myhat123 - 2005-09-24

      in two days,i found some bugs any more.and corrected the bugs.
      gmail notifier can't run with libgmail 0.1.3.1,it only run on libgmail 0.1.3.
      hope its author can release the new version as possible as quickly.

       
    • juangrande

      juangrande - 2005-09-26

      Hi!
      I want to notice you that the new version has been released today. Now gmail-notify is libgmail independent, so it works better than the previous version. Download and try it, I am waiting for your comments.

      Thanks!

      Juan Grande
      Developer
      Buenos Aires - Argentina

       
    • Headholio

      Headholio - 2005-10-16

      Well, I tried the most recent version today and I am still getting the "Login appears to be invalid" error.

       
    • Dan Moore

      Dan Moore - 2005-10-19

      Gmail Notifier v1.6b (2005/10/19 13:31:16)

      I too get the "Login appears to be invalid" message. I am using the correct username and password.

      I'm setting behind a firewall and normally use a proxy to access the web. Does this program use a proxy if necessary -- I didn't see any configuration for such?

      Dan

       
      • juangrande

        juangrande - 2005-10-19

        Hi,

        Gmail-notify is not using proxy at this time. This feature is in our priority list and is going to be added in the next release.

        Thanks!

        Juan Grande

         

Log in to post a comment.