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

Unable to log in properly #134

Closed
ghost opened this issue Jan 17, 2017 · 1 comment
Closed

Unable to log in properly #134

ghost opened this issue Jan 17, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 17, 2017

It appears that a method is being called twice.

Here's a debuggable version of this method:

@staticmethod
def user_id_and_name_from_link(link_soup):
    user_name = link_soup.text
    print("link soup " + link_soup['href'].split('/')[-2]);
    user_id = int(link_soup['href'].split('/')[-2])
    return user_id, user_name

And the relevant output from it:

link soup 242089
link soup users

What is the problem?

@Filnor
Copy link

Filnor commented Nov 15, 2018

This may be invalidated now, since the old authentication, OpenID, has been replaced.

@ghost ghost closed this as completed Nov 23, 2018
This issue was closed.
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

1 participant