Roman

Results 14 comments of Roman

Even in 2018, it is still a problem – lastLogin does not updated when i use OAuth bundle. I need to write some glue code (that many other people already...

Same here with bark model ( https://github.com/chenxwh/bark.git ). Any solutions? There's no just "Output" or "Matting".

Interesting, because i'm using exactly v0.9.5. Prerequisites: ```bash brew install cog cog --version # cog version 0.9.5 (built 2024-03-15T18:18:50+0000) git clone https://github.com/chenxwh/bark.git ./chenxwh_bark cd ./chenxwh_bark ``` Actual result after doing...

> expected, v0.9.5 release was cut **before** my PR merge, on same day. Here is what was included in 0.9.5: > > https://github.com/replicate/cog/releases/tag/v0.9.5. > > so the fix will be...

Because you can see in journal that systemctl tries to run RC with another node version, i suggest you to double check configuraton in `/lib/systemd/system/rocketchat.service` (or any other system name...

Double check that you are using right node version. Your systemd is using `/usr/bin/node` from which is not obvious exact version. And i'd suggest first to install needed version as...

Re-install RC with a correct node: ```bash cd /opt/Rocket.Chat/ /usr/local/bin/npm install --production ``` If there's an error – solve it. If no error, then you can try to start RC...

> npm WARN saveError ENOENT: no such file or directory, open '/opt/Rocket.Chat/package.json' Seems like your installation is broken somehow or you cd'ed into incorrect directory. I suggest you to download...

There is no point of moving or downloading things around except to fix your broken installation. I don't know what's inside your `/opt/rocketchat` but anyways this seems incorrect anyway. I...