-
Right now as I am writing this, snapdrop.net isn't working with the error being `The Snapdrop-Server cannot be reached.`
This isn't a complain, I just wanna learn what does it mean exactly? What serv…
-
OS => windows server 2019 ( any windows OS will give this same problem)
Step 1 => Formatted my computer. installed new OS.
Step 2 => Downloaded pm2-installer file. extract it and run the command.…
-
Hi,
Since my other post was closed, I figured I would explain where I am now. The read.me is not clear and the code example in the config.yml is not working for me.
After trying to use the ins…
-
It is possible to have the mesh gateway poll running services for schema changes? Or trigger it to reload its sources somehow?
Current code snippet I am experimenting with:
```
const { ApolloSe…
-
## Current behavior
When i try start server in production mode i got next errors in logs and server don't start
When start server using command
`yarn start`
```
1|server | Error: Cannot find m…
-
When the module is installed and the configurations are added to the config file the magic mirror stops opening. When I refresh it it just shows "Loading..." and then when i restart it it just doesn't…
-
This is an excellent solution. Unfortunately our business requirement is such that we can only used published npm packages. Would it be possible to publish it over npm packages?
-
Analytics don't load sometimes, need refresh around 5-10 times for init it correctly
cfg
```
# -*- coding: utf-8 -*-
import logging
from colorama import Fore
from TwitchChannelPointsMiner im…
-
Having issues getting this to work with Binance. Downloaded latest version, generated new API key in Binance and copied the *API secret* into the config, but when I start it up, i get the following er…
-
Finall I managed to run the server with sudo command as:
`
sudo env PATH="$PATH" pm2 start deployment/pm2/prod.config.js
`
and by running only server:
`
sudo env PATH="$PATH" pnpm server:start
…