Coder Social home page Coder Social logo

Comments (3)

ByteCommander avatar ByteCommander commented on June 26, 2024

I suspect this has something to do with the privilege level of the bot account (http://chat.stackexchange.com/users/227130/zalgo) which has currently only 30 chat rep points.

from chatexchange.

ByteCommander avatar ByteCommander commented on June 26, 2024

Modifying browser.py around line 230 to look like this:

    @staticmethod
    def user_id_and_name_from_link(link_soup):
        print(link_soup)  # <-- added this print line
        user_name = link_soup.text
        user_id = int(link_soup['href'].split('/')[2])
        return user_id, user_name

returns the following output for user Zalgo:

<a href="http://stackexchange.com/users/login?returnurl=http%3a%2f%2fchat.stackexch‌​ange.com%2fchats%2fjoin%2ffavorite">log in</a>

If I test it with my working ByteBot account, the result is this:

<a href="/users/146720/bytebot" title="ByteBOT">ByteBOT</a>

from chatexchange.

 avatar commented on June 26, 2024

Modifying the password of the bot fixed the problem.

from chatexchange.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.