Getting build.gradle errors: Expected BEGIN_OBJECT but was STRING - gradle

I'm getting an error every time I try to use the forge mdk 1.8. The error is Expected BEGIN_OBJECT but was STRING at line 1 column 1. Before I got this error, I got a blue screen, likely because this error triggered. Here is my build.gradle:imageone imagetwo. Can someone please help me as this is very frustrating for me.

Related

Google Play Console: An unexpected error has occurred. Please try again. (7C089B92)

When I click the Start roll-out to Alpha, I get this error:
An unexpected error has occurred. Please try again. (7C089B92)]1
image

PACT error while loading pact_helper.rb (Malformed version number string )

When I run the pact test, I get the following error.
An error occurred while loading ./spec/mailers/mailing_spec.rb.
Failure/Error:
mock_service :core_service do
port "3003"
end
ArgumentError:
Malformed version number string
Any ideas around this issue?
Thanks in advance.
Can you please raise an issue in the pact-ruby and include all the relevant versions, and the steps to recreate the issue, preferably with an executable code example.

a required argument is missing: /key:[Sonarqube project key]

I am trying to run sonarqube analysis but I am getting the error
"a required argument is missing: /key:[Sonarqube project key]"
C:\Sonarqube\sonarqube-6.7\sonarqube-6.7\bin\sonar-scanner-msbuild-4.0.2.892\SonarQube.Scanner.MSBuild.exe begin /key: {projectkey} /name:{projectname} /version:{1.0}
I have used the following url
I have tried using the "" in Key and Name but still get the same error
can anyone suggest how to do this?
There's a typo in the command line: the space between /key: and {projectkey}. This is what produces this error message.

Xcode error: Command failed with exit code 1

I imported a new code into Xcode and I am getting this error:
Command
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
failed with exit code 1.
How do you fix it?
Try cmd+alt+shift+k. This cleans your derived data and might fix the issue.
As far as I know there can be multiple reasons why a compiler fails. Although cmd+alt+shift+k will help most of the time. If this fails, then click on the error message and try to debug it.
For example in the image below, if you read the message, we get to know that, there has been a name duplication. Fixing the name duplication will fix the

Sublime sass linter says there is an error but there isn't

Sublime Linter
I am using the package SublimeLinter-contrib-sass-lint and decided to test it out on some code i know compiles. I noticed an error on the very first line seen in the picture below.
The error in the footer shows up as
Error: Please check validity of the block starting from line #1. (Fatal), Line 1 Column 1
Question
My contact.scss file compiles and runs fine so why is this error being thrown? Is this a bug in the linter or does it throw errors for things that are bad practice?
Edit 1
I have stripped out all of the code bar the background image and the error persists.
.contact{
background-image: url('../images/backgrounds/lol.jpg');
}

Resources