Git Product home page Git Product logo

bs-26's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bs-26's Issues

Issue on Android 13

Traceback (most recent call last):
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in
start(fakepyfile,mainpyfile)
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start
exec(open(mainpyfile).read(), main.dict)
File "", line 6, in
File "/storage/emulated/0/Download/BS-26-main/BS-26-main/database/DataBase.py", line 4, in
from tinydb import TinyDB, Query, database
ModuleNotFoundError: No module named 'tinydb'

[Program finished]

Crash on player join

$ sh core.sh
Server | Lobby started! 0.0.0.0:9339
Server | Battle started! 0.0.0.0:6969
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/home/andrey/BS-26/core.py", line 94, in run
message.process()
File "/home/andrey/BS-26/Client/Login/LoginMessage.py", line 55, in process
FriendListMessage(self.client, self.player).send()
File "/home/andrey/BS-26/Utils/Writer.py", line 43, in send
self.encode()
File "/home/andrey/BS-26/Server/Friend/FriendListMessage.py", line 18, in encode
friends_json = user[22]
TypeError: 'NoneType' object is not subscriptable

No module called 'database'

Traceback (most recent call last):
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in
start(fakepyfile,mainpyfile)
File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start
exec(open(mainpyfile).read(), main.dict)
File "", line 6, in
ModuleNotFoundError: No module named 'database'

[Program finished]

Error: sqlite3.OperationalError: table plrs has 32 columns but 27 values were supplied

Traceback (most recent call last):
File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
self.run()
File "", line 94, in run
File "/storage/emulated/0/Download/BS-26-main/Client/Login/LoginMessage.py", line 41, in process
DataBase.createAccount(self)
File "/storage/emulated/0/Download/BS-26-main/database/DataBase.py", line 67, in createAccount
self.cur.execute("INSERT INTO plrs VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)", var)
sqlite3.OperationalError: table plrs has 32 columns but 27 values were supplied

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.