Credentials do not work for “docker login”

@mustaccio was correct. The Docker Hub website allows you to login with either your username OR your email, and the website does not require a case-correct username. docker login DOES require a case-correct username, and DOES NOT work with your email address. When I signed up I chose a camel-cased username e.g.: MyUsername Docker forces … Read more

Spring-Security-Oauth2: Full authentication is required to access this resource

The client_id and client_secret, by default, should go in the Authorization header, not the form-urlencoded body. Concatenate your client_id and client_secret, with a colon between them: abc@gmail.com:12345678. Base 64 encode the result: YWJjQGdtYWlsLmNvbToxMjM0NTY3OA== Set the Authorization header: Authorization: Basic YWJjQGdtYWlsLmNvbToxMjM0NTY3OA==

ADB Android Device Unauthorized

It’s likely that the device is no longer authorized on ADB for whatever reason. 1. Check if authorized: <ANDROID_SDK_HOME>\platform-tools>adb devices List of devices attached 4df798d76f98cf6d unauthorized 2. Revoke USB Debugging on phone If the device is shown as unauthorized, go to the developer options on the phone and click “Revoke USB debugging authorization” (tested with … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)