Giter Club home page Giter Club logo

rsa-based-chat-application's People

Contributors

neehu613 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rsa-based-chat-application's Issues

Don't know maybe DB issue

ERRORS:
rsaDemo.userModel.user: (fields.E304) Reverse accessor for 'rsaDemo.userModel.user' clashes with reverse accessor for 'rsaDemo.userModel.user_ptr'.
HINT: Add or change a related_name argument to the definition for 'rsaDemo.userModel.user' or 'rsaDemo.userModel.user_ptr'.
rsaDemo.userModel.user: (fields.E305) Reverse query name for 'rsaDemo.userModel.user' clashes with reverse query name for 'rsaDemo.userModel.user_ptr'.
HINT: Add or change a related_name argument to the definition for 'rsaDemo.userModel.user' or 'rsaDemo.userModel.user_ptr'.
rsaDemo.userModel.user_ptr: (fields.E304) Reverse accessor for 'rsaDemo.userModel.user_ptr' clashes with reverse accessor for 'rsaDemo.userModel.user'.
HINT: Add or change a related_name argument to the definition for 'rsaDemo.userModel.user_ptr' or 'rsaDemo.userModel.user'.
rsaDemo.userModel.user_ptr: (fields.E305) Reverse query name for 'rsaDemo.userModel.user_ptr' clashes with reverse query name for 'rsaDemo.userModel.user'.
HINT: Add or change a related_name argument to the definition for 'rsaDemo.userModel.user_ptr' or 'rsaDemo.userModel.user'.

WARNINGS:
rsaDemo.createsModel: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the RsademoConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
rsaDemo.roomHasMessages: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
HINT: Configure the DEFAULT_AUTO_FIELD setting or the RsademoConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.

when i trying to encrypt the message such error come. help please

``

Decrypting your message

108
108
108
108
HTTP POST /home/createRoom/project/ 200 [1.17, 127.0.0.1:64588]
WebSocket HANDSHAKING /ws/chat/project/ [127.0.0.1:52054]
Exception inside application: call() missing 1 required positional argument: 'send'
Traceback (most recent call last):
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\staticfiles.py", line 44, in call
return await self.application(scope, receive, send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\routing.py", line 71, in call
return await application(scope, receive, send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\sessions.py", line 47, in call
return await self.inner(dict(scope, cookies=cookies), receive, send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\sessions.py", line 263, in call
return await self.inner(wrapper.scope, receive, wrapper.send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\auth.py", line 185, in call
return await super().call(scope, receive, send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\middleware.py", line 26, in call
return await self.inner(scope, receive, send)
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\channels\routing.py", line 150, in call
return await application(
File "C:\Users\Vishal\AppData\Roaming\Python\Python39\site-packages\asgiref\compatibility.py", line 35, in new_application
return await instance(receive, send)

TypeError: call() missing 1 required positional argument: 'send'
WebSocket DISCONNECT /ws/chat/project/ [127.0.0.1:52054]

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.