Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 Internal Server Error #147

Open
bchanda1 opened this issue Jun 10, 2017 · 1 comment
Open

500 Internal Server Error #147

bchanda1 opened this issue Jun 10, 2017 · 1 comment

Comments

@bchanda1
Copy link

Hi Manish,

I am getting this error while connecting to SE.

Traceback (most recent call last):
  File "C:\Shiro\Shiro-master\Shiro-master\bot.py", line 470, in <module>
    main()
  File "C:\Shiro\Shiro-master\Shiro-master\bot.py", line 80, in main
    client.login(email, password)
  File "C:\Shiro\Shiro-master\Shiro-master\chatexchange\client.py", line 140, in login
    self._br.login_site(self.host)
  File "C:\Shiro\Shiro-master\Shiro-master\chatexchange\browser.py", line 169, in login_site
    'openid_identifier': 'https://openid.stackexchange.com/'
  File "C:\Shiro\Shiro-master\Shiro-master\chatexchange\browser.py", line 190, in _se_openid_login_with_fkey
    response = self.post(post_url, data, with_chat_root=False)
  File "C:\Shiro\Shiro-master\Shiro-master\chatexchange\browser.py", line 113, in post
    return self._request('post', url, data, headers, with_chat_root)
  File "C:\Shiro\Shiro-master\Shiro-master\chatexchange\browser.py", line 102, in _request
    response.raise_for_status()
  File "C:\Python27\lib\site-packages\requests\models.py", line 929, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
HTTPError: 500 Server Error: Internal Server Error for url: https://stackexchange.com/error?aspxerrorpath=/users/authenticate/

Any idea's what could be the issue? I have checked everything starting from the user id,password. reputation required for chat room, trying out chat room, manually logging in, etc Not sure what is going wrong here.

@Filnor
Copy link

Filnor commented Nov 23, 2018

I guess it's the same issue as here: #149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants