Giter Site home page Giter Site logo

namantam1 / channels-easy Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 5.69 MB

A thin wrapper around channel consumers to make things EASY

Home Page: https://namantam1.github.io/channels-easy

License: MIT License

Python 93.42% JavaScript 2.48% HTML 2.56% Makefile 1.55%
channels django websocket

channels-easy's Introduction

Hi there, My self Naman Tamrakar ๐Ÿ‘‹

I'm an Aspiring Fullstack Web Developer!!

  • ๐Ÿค” Iโ€™m looking for help to create an open source project for Django Socket.io.
  • ๐ŸŒฑ Iโ€™m currently learning Algorithm ๐Ÿ“š
  • ๐Ÿ“™ Education: Pursuing B.Tech from Nation Institute of Technology, Warangal
  • ๐Ÿ’ฌ Ask me about Django, React.
  • โšก Fun fact: My hobby is also coding.

Languages and Tools I used most:

bash c cplusplus css3 docker firebase git android html5 java javascript jenkins kotlin kubernetes linux mongodb mysql nginx nodejs postgresql python react reactnative webpack

channels-easy's People

Contributors

namantam1 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

channels-easy's Issues

'NoneType' object has no attribute 'group_add'

Exception inside application: 'NoneType' object has no attribute 'group_add'
Traceback (most recent call last):
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\staticfiles.py", line 44, in __call__
    return await self.application(scope, receive, send)
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\routing.py", line 71, in __call__
    return await application(scope, receive, send)
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\sessions.py", line 47, in __call__
    return await self.inner(dict(scope, cookies=cookies), receive, send)
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\sessions.py", line 263, in __call__
    return await self.inner(wrapper.scope, receive, wrapper.send)
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\auth.py", line 185, in __call__
    return await super().__call__(scope, receive, send)
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\middleware.py", line 26, in __call__
    return await self.inner(scope, receive, send)
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\routing.py", line 150, in __call__
    return await application(
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\consumer.py", line 94, in app
    return await consumer(scope, receive, send)
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\consumer.py", line 62, in __call__
    await await_many_dispatch([receive], self.dispatch)
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\utils.py", line 51, in await_many_dispatch
    await dispatch(result)
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\consumer.py", line 73, in dispatch
    await handler(message)
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels\generic\websocket.py", line 173, in websocket_connect
    await self.connect()
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\channels_app\consumers.py", line 7, in connect
    await self.join("room1")
  File "C:\Users\Naman Tamrakar\Desktop\channels-easy\example\.venv\lib\site-packages\channels_easy\generic.py", line 75, in join
    await self.channel_layer.group_add(_room, self.channel_name)
AttributeError: 'NoneType' object has no attribute 'group_add'
WebSocket DISCONNECT /ws/test/ [127.0.0.1:9867]

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.