Skip to content

issues Search Results · repo:django/channels language:Python

Filter by

1k results
 (69 ms)

1k results

indjango/channels (press backspace or delete to remove)

Firstly, thank you for the Channels project - I m thoroughly enjoying building with it. I am beginning to explore issues related to observability, primarily of the background workers. While the documentation ...
  • kbhalerao
  • 1
  • Opened 
    2 days ago
  • #2153

I m trying to write tests for a WebsocketConsumer that talks to a Postgres database. Applying djang-waffle s @ovverride_flag helper to a test causes it to error with InterfaceError: connection already ...
  • ento
  • 2
  • Opened 
    12 days ago
  • #2150

Hi, I know the issue title might sound a bit strange, but I’m not sure how to better describe what’s going on. I m currently working on test cases to improve django-eventstream. Here are the related ...
  • enzofrnt
  • 4
  • Opened 
    13 days ago
  • #2149

Django 5.2 made TestCase._pre_setup a classmethod but this isn t reflected in ChannelsLifeServerTestCase. This is leading to a crash when trying to use ChannelsLiveServerTestCase.
  • devkral
  • 1
  • Opened 
    18 days ago
  • #2148

What is the expected behavior when attempting to access a path not available in websocket_urlpatterns? Currently my application will cause a status code 500 and I would hope to have a 404 (or 403) instead. ...
  • sprezz-arthur
  • 4
  • Opened 
    21 days ago
  • #2147

This logic isn t invoked using channels==4.2.0 but got uncovered with channels==4.2.1 https://github.com/django/channels_redis/issues/409
  • hdbikeroh
  • 7
  • Opened 
    27 days ago
  • #2144

import json from channels.db import database_sync_to_async from channels.generic.websocket import AsyncWebsocketConsumer from .models import * from outh.models import User class ChatConsumer(AsyncWebsocketConsumer): ...
  • abdelbar472
  • 1
  • Opened 
    on Mar 18
  • #2140

I need some help with implementing uploading/receiving image files between end-users with Django-Channels/Websockets inside Consumers. Here are my consumers.py and also I m using VueJS as the frontend. ...
  • remoteconn-7891
  • 3
  • Opened 
    on Mar 9
  • #2137

We re integrating django channels to our existing django application built with wsgi server, but when integrating channels to our application documentation suggests to use daphne but when we hit any other ...
  • dinesh1299
  • 1
  • Opened 
    on Feb 13
  • #2134

I have created an application that receives audio every second from a websocket connection and I would like to process the audio in parallel. However, the consumers receive function seems single-threaded. ...
  • jmurua14
  • 7
  • Opened 
    on Feb 6
  • #2133
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub