question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find `websocketbridge.js` in 1.1.0

See original GitHub issue

Dear 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:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
andrewgodwincommented, Oct 30, 2018

The Javascript client was unmaintained and is now officially removed - sorry!

0reactions
andrewgodwincommented, Oct 30, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found