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

src/kahootServer.py: Unfixed #signal #1

Closed
Toblobs opened this issue Dec 17, 2021 · 3 comments
Closed

src/kahootServer.py: Unfixed #signal #1

Toblobs opened this issue Dec 17, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@Toblobs
Copy link
Owner

Toblobs commented Dec 17, 2021

  • As of v1.0.7, some errors with signal (socket wrapper) have been bugging me:

Upon running the code:

from netlib import Server, Signal
from netlib.net.server.connection import Connection
from uuid import uuid4

A TypeError occurs:

def __init__(self, payload: dict | idict, route="/"):
TypeError: unsupported operand type(s) for |: 'type' and 'type'

@suchasaltylemon and me are trying to fix the problem on his signal repo. Until then, production on kahootOnline will mainly be non-signal tests in src/tests.

@Toblobs Toblobs added the bug Something isn't working label Dec 17, 2021
@suchasaltylemon
Copy link

Fixed on latest version. Go to Signal github repo and download latest to fix. https://github.com/suchasaltylemon/Signal

@Toblobs
Copy link
Owner Author

Toblobs commented Dec 19, 2021

Thanks @suchasaltylemon

@Toblobs
Copy link
Owner Author

Toblobs commented Dec 24, 2021

Sam fixed bug, updated #signal

@Toblobs Toblobs closed this as completed Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants