MOSTAIN BILLAH
MOSTAIN BILLAH
error logging in: error during login: error decoding login resp: json: cannot unmarshal array into Go value of type map[string]interface {}
Handshake timeout, retry my server config file ``` [default] # server or client mode = server [server] # port range to listen hopstart = 40100 hopend = 40200 # server...
I am unable to connect with ftpserver what's wrong? Server log: ``` root@mostain:~/ftps# ./ftpserver level=info version= date= commit= event="FTP server" level=info component=server address=[::]:2121 event=Listening... level=info component=server event=Starting... level=debug component=server clientId=1...
> **make build** command gave me the following error ``` g++ -g -fmax-errors=2 -Wall -Wextra unit.cpp -o bin/lxroot-unit make: g++: No such file or directory make: *** [Makefile:46: bin/lxroot-unit] Error...
``` import brotli_enc "gopkg.in/kothar/brotli-go.v0/enc" compressor := middleware.NewCompressor(5, "text/html") compressor.SetEncoder("br", func(w http.ResponseWriter, level int) io.Writer { params := brotli_enc.NewBrotliParams() params.SetQuality(level) return brotli_enc.NewBrotliWriter(params, w) }) ``` the above code shows error, but...
``` package main import ( // "fmt" // "io" "net/http" "log" ) func HelloServer(w http.ResponseWriter, req *http.Request) { w.Header().Set("Content-Type", "text/plain") w.Write([]byte("This is an example server.\n")) } func main() { http.HandleFunc("/hello",...
Concatenated message not parsing properly specially message with data header First message: bold text are unexpected character **é@ø@/ @** Hello this is just a test sms from Mostain Billah personal...