by Mason Chase | Jan 30, 2020 | Uncategorized
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...
by Mason Chase | Jan 24, 2020 | Uncategorized
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...
by Mason Chase | Jan 11, 2020 | Uncategorized
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...
by Mason Chase | Jan 2, 2020 | Uncategorized
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...
by Mason Chase | Dec 17, 2019 | Uncategorized
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:...
by Mason Chase | Dec 15, 2019 | Uncategorized
I have installed Dart and Flutter plugin, it doesn’t load flutter properly make a new project Solution was to ensure below plugins were enabled: Android APK Support (1.0)Android Games (1.0)Android NDK Support (1.0)CVS Integration (11)Firebase Testing (1.0)GitHub...