You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doozerd
ps aux | grep doozerd
doozerd 9660 james 6u 0000 0,9 0 6343 anon_inode
doozerd 9660 james 7u IPv6 4737813 0t0 UDP localhost:8046
doozerd 9660 james 8u IPv6 4737814 0t0 TCP localhost:8000 (LISTEN)
doozerd 9660 james 9r CHR 1,9 0t0 1034 /dev/urandom
Browsed to localhost:8000/ page just constantly trys to reconnect to the events web socket. and the socket closes immediately prior to hand shaking.
Attempted to add a piece a data:
echo"hello, world"| doozer add /message
same deal. Also tried starting with doozerd -w ":8080" and browsing to 8080, same problem.
what am I missing?
Note: encountering same issue on v0.7, pretty sure I'm doing something wrong but have no clue what,
lack of build instructions/requirements are also make it extremely difficult to manually build and debug.
The text was updated successfully, but these errors were encountered:
Downloaded the prepacked binary (v0.8 amd64)
executed the following commands:
doozerd ps aux | grep doozerd doozerd 9660 james 6u 0000 0,9 0 6343 anon_inode doozerd 9660 james 7u IPv6 4737813 0t0 UDP localhost:8046 doozerd 9660 james 8u IPv6 4737814 0t0 TCP localhost:8000 (LISTEN) doozerd 9660 james 9r CHR 1,9 0t0 1034 /dev/urandom
Browsed to localhost:8000/ page just constantly trys to reconnect to the events web socket. and the socket closes immediately prior to hand shaking.
Attempted to add a piece a data:
same deal. Also tried starting with doozerd -w ":8080" and browsing to 8080, same problem.
what am I missing?
Note: encountering same issue on v0.7, pretty sure I'm doing something wrong but have no clue what,
lack of build instructions/requirements are also make it extremely difficult to manually build and debug.
The text was updated successfully, but these errors were encountered: