Vu Nguyen

Results 6 issues of Vu Nguyen

root@raspberrypi:/home/pi/gotubecast/examples# ./raspi.sh Your pairing code: 538-391-572-221 SAMSUNG SM-G610F connected panic: interface conversion: interface {} is nil, not string goroutine 1 [running]: main.genericCmd(0x7, 0x0, 0x11a18890, 0xb, 0x11ae2128, 0x1, 0x1) /root/gotubecast/main.go:291 +0x40a0...

command line work but no video appear

I have 2 phones android 8 with lastest youtube app. Step 1. When i chose share ->cast now it does not work. Step 2. When i share -> copy link...

my calendar has to get data from a internal service with JWT token requirement. is there any method to custom http request header? E,g ``` $scope.eventSource = { url: $scope.dataBaseServiceUrl...

where can i run below command? AWS_ACCESS_KEY_ID="REPLACE_WITH_YOUR_KEY" \ AWS_SECRET_ACCESS_KEY="REPLACE_WITH_YOUR_SECRET" \ certbot --agree-tos -a certbot-s3front:auth \ --certbot-s3front:auth-s3-bucket REPLACE_WITH_YOUR_BUCKET_NAME \ [ --certbot-s3front:auth-s3-region your-bucket-region-name ] #(the default is us-east-1, unless you want to...

my python application connects to a socketIO server. i need 2 thread. first thread alway listen from server. and second thread alway send data to server every 1 minutes. I'd...