zaquest
zaquest
Indeed seems like npm@7 broke it and not just on Windows. It appears that npm@7 runs `install` hook before dependencies are installed which means `opencv4nodejs` can't find OpenCV library that...
Not sure if it's related, but I have a similar issue where Transmission 3.00 (bb6b5a062e) (daemon) won't find/show any peers and won't start a newly added torrent. I have noticed...
RuntimeError: <RobustConnection: "amqp://guest:******@192.168.99.110/" 5 channels> connection closed
Seems like it's trying to reconnect, even if the connection was closed by user ``` import os import asyncio import logging import aio_pika as aiopika logger = logging.getLogger(__name__) AMQP_BROKER =...
RuntimeError: <RobustConnection: "amqp://guest:******@192.168.99.110/" 5 channels> connection closed
This seems to solve the issue for me ``` import os import asyncio import logging import aio_pika as aiopika logger = logging.getLogger(__name__) AMQP_BROKER = os.getenv('AMQP_BROKER') class Connection(aiopika.RobustConnection): def _on_connection_close(self, connection,...
RuntimeError: <RobustConnection: "amqp://guest:******@192.168.99.110/" 5 channels> connection closed
Am I in the wrong thread?) Is my issue related?
RuntimeError: <RobustConnection: "amqp://guest:******@192.168.99.110/" 5 channels> connection closed
Also that thing above, seems like it doesn't actually work and just masks the issue. Now I get other errors.
I expect ```css h1 { color: black; } ``` And I get it as long as `@primary: @blue;` is commented out. So the issue is that additional variable alias breaks...