GithubHelp home page GithubHelp logo

znc-aka's Introduction

znc-aka's People

Contributors

scooter-it avatar

Watchers

 avatar  avatar

znc-aka's Issues

Not all parameters were used in the SQL statement

[2023-05-20 20:53:21.517716] modpython: KindOne/aka/OnJoin failed: Traceback (most recent call last):\x0A File "/tmp//modules/aka.py", line 55, in OnJoin\x0A self.process_user(self.GetNetwork().GetName(), user.GetNick(), user.GetIdent(), user.GetHost(), channel.GetName())\x0A File "/tmp//modules/aka.py", line 75, in process_user\x0A self.cur.execute("INSERT OR IGNORE INTO users (network, nick, ident, host, channel, time) VALUES (?, ?, ?, ?, ?, strftime('%s', 'now'));", (network.lower(), nick.lower(), ident.lower(), host.lower(), channel.lower()))\x0A File "/home/kindone/.local/lib/python3.9/site-packages/mysql/connector/cursor.py", line 542, in execute\x0A raise errors.ProgrammingError(\x0Amysql.connector.errors.ProgrammingError: Not all parameters were used in the SQL statement\x0A

I've tried researching the error message and I found you need to use %s instead of ?. I've tried that but that also failed.

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.