crunch icon indicating copy to clipboard operation
crunch copied to clipboard

A real-time chat application where users can create profiles, workspaces and multiple channels within workspaces, join workspaces, share images etc, build using Flask, socket-io, HTML, CSS, JavaScript...

Results 3 crunch issues
Sort by recently updated
recently updated
newest added

ValueError ValueError: Must supply api_key Traceback (most recent call last) File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2464, in __call__ return self.wsgi_app(environ, start_response) File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask_socketio\__init__.py", line 45, in __call__ return super(_SocketIOMiddleware, self).__call__(environ, File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\engineio\middleware.py",...

Resolving https://github.com/pri1311/crunch/issues/7, when creating a workspace or channel, it adds the initial object to the user or workspace and does not create any new queries to the database.

If a user creates a new workspace or channel with a name that already exists, the old channel or workspace will be added to the user or channel. This bug...