Thunderbird stuck at "Checking password..."

11,637

I solved the problem by removing my proxy settings for FTP and SOCKS. I did this by updating my /etc/apt/apt.config file as follows:

Acquire::http::proxy "http://<username>:<password>@<proxy>:<port>/";
Acquire::https::proxy "https://<username>:<password>@<proxy>:<port>/";

I'm not sure why Thunderbird had trouble when I had the FTP and SOCKS proxy entered, so that would be an interesting question for someone to answer. For now though, I'm satisfied that the problem is fixed.

Share:
11,637

Related videos on Youtube

bjd857
Author by

bjd857

Updated on September 18, 2022

Comments

  • bjd857
    bjd857 over 1 year

    I hope it's not improper to post a question about Thunderbird on here, but I didn't find their site too helpful.

    The other day my Thunderbird stopped syncing with my email. I've tried everything I know to do (including re-installing Ubuntu) and I'm still getting a problem. Specifically, when I go to setup an account, I get to the last step and click "Done," but the account is never created because it is stuck on "Checking password..." When I first setup Ubuntu 14.04, it worked flawlessly, but now even after a re-install, Thunderbird is giving me this problem.

    Plus, all of the information I have input into Thunderbird is correct.

    • Jay Aurabind
      Jay Aurabind about 10 years
      May be its sort of configuration error with thunderbird. BTW reinstalling ubuntu was an overkill - Its the last thing you can do if at all something goes weird. Try this: sudo apt-get purge thunderbird It will remove thunderbird and all of its config files. After that, install thunderbird as usual, and check again. See if your caps lock is on while typing password.
    • Admin
      Admin about 10 years
      As Jay said, you're not in Windowsland anymore. Don't ever reinstall the whole OS for a problem like this again. ;) Having said that, you need to give more details: what kind of account, does it work in other email apps, how long has it not been working, etc. You need to do some basic troubleshooting.
    • bjd857
      bjd857 about 10 years
      So, I fixed the problem. When I set up my proxy settings, I had specified a proxy for HTTP, HTTPS, FTP, and SOCKS. I removed the proxies for FTP and SOCKS and Thunderbird works perfectly fine now. You're absolutely right about it being pointless to re-install. I was only more obliged to do that because I had just installed Ubuntu 14.04 the day before.
  • Eric
    Eric over 7 years
    This worked for me too, in thunderbird's preference, configure proxy for only http and ssl, not socket. Then it works.
  • Zanna
    Zanna about 7 years
    At the bottom of what? It seems pretty odd that you had no such file. What version of Ubuntu are you using?
  • Elder Geek
    Elder Geek about 7 years
    @Zanna It's entirely feasible. See askubuntu.com/questions/34666/what-happened-to-etc-apt-apt-c‌​onf :-) I don't have a copy of /etc/apt/apt.config on my 14.04 asystem...
  • Zanna
    Zanna about 7 years
    Thanks @ElderGeek :) I still don't understand what this answer is talking about though!
  • Elder Geek
    Elder Geek about 7 years
    @Zanna Neither do I. Manual config at the bottom is a bit unclear at best (at least to me) I'll leave it to someone who actually uses Thunderbird to correct it as I`m not currently using it.
  • brettv
    brettv almost 7 years
    I added some details that hopefully made this answer clearer. The Oauth2 method doesn't seem to work with Gmail accounts and Thunderbird under Linux and Thunderbird just hangs when choosing this option. By trial and error I found the "normal password" option.