I keep getting below error, please help!

1 Like

Hi @hashmiabrar1, hope you are great.

Would you please share your code so we can help you get a better picture of the issue?

You can use the “Preformatted Text” Button to encapsulate any kind of code you want to show.


function formatText(){
X	
let words = “I’m a preformatted Text box, Please use me wisely!”

}

prefromatted_text-animated

Carlos Z.

It is in the C++ boost so slightly different message. But I think stems from the same issue…
https://ethereum.stackexchange.com/questions/78557/exceptions-when-compiling-a-contract-using-solidity-version-0-6-0-on-remix
https://github.com/ethential/ethcode/issues/13

Gitter that they mention is at: https://gitter.im/ethereum/remix
You may want to try using a older version of ‘Solidity’ and see if it works there (it has seemed to work that way for others - not a solution but a sanity check). And the other option is try with the alpha version of remix: http://remix-alpha.ethereum.org/ and see if it is working in that version.