jadeye

Results 11 comments of jadeye

I'm having a similar issue: ``` Traceback (most recent call last): File "./backend/whatsapp_web_backend.py", line 15, in from SimpleWebSocketServer import SimpleWebSocketServer, WebSocket; ModuleNotFoundError: No module named 'SimpleWebSocketServer' [nodemon] app crashed -...

Just added this line to `requirements.txt` and installation is on it's way. Still I get other errors now: ``` Using cached https://files.pythonhosted.org/packages/c4/f4/770ae9385990f5a19a91431163d262182d3203662ea2b5739d0fcfc080f1/tabulate-0.8.7-py3-none-any.whl Collecting tqdm (from ludwig>=0.2.1->plato==0.2) Cache entry deserialization failed,...

I googled and experimented with solutions. Still got errors of different kinds... **Here's what worked for me:** ``` Command "/home/username/plato-research-dialogue-system/plato-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-yft6k6uf/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))"...

And to resolve this last issue I executed: `pip --use-feature=2020-resolver install -e .`. I am on: `Ubuntu 18.04.5` `Python 3.6.9` `pip 20.2.2`

I read everything I could find here but still I only get 2 digits for days. Here's my code: ``` jQuery(document).ready(function($) { $('#counter').countdown({ image: "wp-content/themes/sometheme/img/digits.png", format: "ddd:hh:mm:ss", endTime: new Date('12/29/16...

I am using lusca with express-session, I have on server side: ``` var opts = { csrf: { angular: true } }; server.use(lusca({ csrf: {key: "_csrf", header: "x-xsrf-token"}, xframe: "SAMEORIGIN",...

@PhilippeCorreges , thanx...but isn't that the same as: ``` var opts = { csrf: { angular: true } }; server.use(lusca(opts)); ``` I have both on my `server.js` but still can't...

Hello all/contributors... Today (Dec 2) and still same error.... Anyone??? We will all celebrate 1 year birthday for this bug very soon.... Truly unbelievable :-1: