# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 26
# self = https://watcher.sour.is/conv/2zjtkea
@prologic hm, it seems to be full disk that's the issue, same problem with the avatar in tmp it seems that's mentioned earlier here. I deleted them now. I regained 33% space (9GB).
@stigatle Ahh! Please update to the latest main πŸ™
@stigatle Ahh! Please update to the latest main πŸ™
@prologic Ok, I'll get it updated today.
@stigatle Sweet πŸ‘Œ
@stigatle Sweet πŸ‘Œ
@stigatle Take a backup of the data dir in case I screwed something up πŸ™
@stigatle Take a backup of the data dir in case I screwed something up πŸ™
@prologic hm, I installed latest go (vps did not have that intalled), I then did make deps, then make server, when I use the last command it said minify was not installed, I assumed minify package was the one to get, but it fails with that. (debian).
@stigatle Run make deps. I use a non-standard (_written in Go_) minify tool
@stigatle Run make deps. I use a non-standard (_written in Go_) minify tool
@prologic I did that, and it returns no error.

eps user@server:~/backup/yarn$ make server /bin/sh: 4: minify: not found /bin/sh: 5: minify: not found /bin/sh: 6: minify: not found make: *** [Makefile:84: generate] Error 127
@prologic I did that, and it returns no error.

eps user@server:~/backup/yarn$ make server /bin/sh: 4: minify: not found /bin/sh: 5: minify: not found /bin/sh: 6: minify: not found make: *** [Makefile:84: generate] Error 127
@stigatle So make deps would have installed some tools in either $GOPATH/bin or $GOBIN. See which with go env. Chuck that in your $PATH and you're good to run make server. Normally this would be something like:


GOBIN=$HOME/go/bin
GOPATH=$HOME/go
export GOPATH GOBIN
...
@stigatle So make deps would have installed some tools in either $GOPATH/bin or $GOBIN. See which with go env. Chuck that in your $PATH and you're good to run make server. Normally this would be something like:


GOBIN=$HOME/go/bin
GOPATH=$HOME/go
export GOPATH GOBIN
...
You are reminding me that I should cut a release soonβ„’ so there are binaires you can just "download" and use for the platform of choice πŸ˜…
You are reminding me that I should cut a release soonβ„’ so there are binaires you can just "download" and use for the platform of choice πŸ˜…
@prologic Ok, thank you, I'll try that.
@stigatle Note that "Building From Source" is covered in the docs
@stigatle Note that "Building From Source" is covered in the docs
@prologic I got it working, I reinstalled go under home (instead of where go wiki tells me to install it), and pointed to that, as well as the variables you mentioned, that enabled me to compile it. deleted the old yarnd , and made sure I run the new one.
Thanks for the help (as always :) ).
@prologic I got it working, installed go under home, and pointed to that, as well as the variables you mentioned, that enabled me to compile it. deleted the old yarnd , and made sure I run the new one.
Thanks for the help (as always :) ).
@stigatle No worries at all! πŸ‘Œ
@stigatle No worries at all! πŸ‘Œ
You should have the fancy new SPA-like UI too πŸ˜… (just checked!)
You should have the fancy new SPA-like UI too πŸ˜… (just checked!)