Cannot find `websocketbridge.js` in 1.1.0
See original GitHub issueDear Colleagues,
I’ve just installed Channels 1.1.0 with: pip install channels
in empty (new) virtualenv and cannot find any JavaScript code in it. Here are details:
# I am on Mac
>>> sw_vers -productVersion
10.12.3
# Python 3.6
>>> python --version
Python 3.6.0
# Channel installation details
>>> pip show channels
Name: channels
Version: 1.1.0
Summary: Brings event-driven capabilities to Django with a channel system. Django 1.8 and up only.
Home-page: http://github.com/django/channels
Author: Django Software Foundation
Author-email: foundation@djangoproject.com
License: BSD
Location: /Users/prokher/Dev/VirtEnvsPy/PPP/lib/python3.6/site-packages
Requires: daphne, asgiref, Django
# No JavaScript installed
>>> find /Users/prokher/Dev/VirtEnvsPy/PPP/lib/python3.6/site-packages/channels -name "*.js"
Last line returns nothing and I cannot find websocketbridge.js
manually. Looks like something went wrong with 1.1.0.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
How to locate websocketbridge.js in Django using ...
the simplest workaround to clear that error in your browser is to create a file called websocketbridge.js in the path shown in the...
Read more >Channels WebSocket wrapper
Channels ships with a javascript WebSocket wrapper to help you connect to your websocket and send/receive messages. First, you must include the javascript...
Read more >mpc-js
A javascript client library for the Music Player Daemon - node package. Latest version: 1.3.2, last published: 2 years ago.
Read more >Channels Documentation
ASGI interface server, as the WSGI specification has no support for ... static/channels/js/websocketbridge.js in a Channels installation.
Read more >Runing websockets in Django with django-plotly-dash
HTTP GET /demo-four 200 [0.12, 127.0.0.1:58488] HTTP GET /static/channels/js/websocketbridge.js 404 [0.05, 127.0.0.1:58488] HTTP GET ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The Javascript client was unmaintained and is now officially removed - sorry!
That’s true, apologies for that, but the JS library had separate releases over on npm that we ceased doing a while back, so I didn’t elect to follow the versioning policy here, which was maybe a mistake. I will call it out in the next changelog.