aerth / go-quitter

Experimental GNU Social ( statusnet ) client and library
https://godoc.org/github.com/aerth/go-quitter
MIT License
15 stars 3 forks source link

First byte of node address is always truncated #14

Closed anonimal closed 7 years ago

anonimal commented 8 years ago
$ go-quitter config
##########      go-quitter v0.0.8       ##############################
Creating config file. You will be asked for your user, node, and password.
Your password will not echo.
GNU Social username: test
Which GNU Social node? Example: gnusocial.de: test.com
GNU Social password: will not echo 
Create a password to encrypt config file:
Press ENTER for no password
Config Password: 
Config file saved at /home/anonimal/.go-quitter 
Total size is 68 bytes.
$ go-quitter read
##########      go-quitter v0.0.8       ##############################
node: est.com
Get https://est.com/api/statuses/public_timeline.json: x509: certificate is valid for *.inmotionhosting.com, inmotionhosting.com, not est.com
$

Notes:

aerth commented 7 years ago

Thanks @anonimal !