Mason Chase
passion for technology
My Story
I’m passionate technology geek who started programming at age 11, this is my first personal weblog that I intent to keep track of daily technical issues that I face and solve. this can be useful for anyone including myself when I forget how did I solve a problem. I hope you enjoy this website.
My Mission
My mission is to create a better world through coding. bring more people into the area and solve world’s problem with technology solution.
Is Facebook honest about WhatsApp end-to-end encryption?
To my surprise no one is raising alarm about this! As part of court evidence in the case against Donal Trump's intention to use US government resources to investigate his political opponent, there have been documents submitted to the court that shows WhatsApp...
VirtualBox error: (VERR_NEM_MISSING_KERNEL_API). VT-x is not available (VERR_VMX_NO_VMX). Result Code: E_FAIL (0x80004005)
Running Virtualbox recently has caused this issue even though Virtualization is enabled in Bios and Hyper-v is disabled in Windows 10's Feature settings. (VERR_NEM_MISSING_KERNEL_API). VT-x is not available (VERR_VMX_NO_VMX). Result Code: E_FAIL (0x80004005)...
Apache : Proxy Error – AH00957: HTTP: attempt to connect to localhost:6001 (*) failed
Accessing a docker container behind apache's reverse proxy bump into error: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /. Reason: Error reading from remote server Additionally, a...
Docker error: lstat /var/lib/docker/overlay2/$HASH/merged/src: stale NFS file handle
Once running a docker build I ran into the error: docker build --rm -t project-backend:06b1206 . Sending build context to Docker daemon 994.7MB Step 1/28 : FROM microsoft/dotnet:2.2-aspnetcore-runtime AS base ---> e7e3b238011c Step 2/28 : WORKDIR /app ---> Using cache...
Asterisk PJSIP Error: h
using blink connecting to asterisk 16 running PJSIP TLS transport, getting below error: [Dec 15 06:46:09] WARNING[16535]: pjproject: <?>: SSL SSL_ERROR_SSL (Handshake): Level: 0 err: <336109761> <SSL routines-ssl3_get_client_hello-no shared cipher> len: 0...
Laravel path mismatch with Jailkit under ISPConfig
Rebuilding config cache under Jailkit will cause a mismatch between command line and web server, Laravel store the path under bootstrap/cache/config.php path.
ASP Net Core Docker failed at release build:
Receiving many errors below when trying to build /usr/share/dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets(155,5): warning MSB3026: Could not copy...
Fresh Flutter project has error: The function ‘runApp’ isn’t defined
I'm trying to test flutter with flutter create app_name and using Android Studio and VS Code I get the error on runApp isn't defined, and indeed no where in the flutter library I can see this is being defined. Strangely, first time I created a...
Xero NetStandard API runs into Error 500:
Running Xero NetStandard oAuth2 Sample API runs into error: Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request starting HTTP/1.1 GET https://localhost:5000/home/signup Microsoft.AspNetCore.Routing.EndpointMiddleware:Information: Executing endpoint...
Asterisk PJ_SIP response Not accepted to SRTP Call: SIP/2.0 488 Not Acceptable Here
Calling PJ_SIP responds media is not accepted after enable SRTP in client with error SIP/2.0 488 Not Acceptable Here: <--- Received SIP request (1876 bytes) from TLS:90.90.90.90:18243 ---> INVITE sip:66@voip.system.com:56061;transport=tls SIP/2.0 Via: SIP/2.0/TLS...