Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

how do i fix "After Effects warning: Expression Disabled. Error at line 1 in property 'Opacity' of layer 2 ('Particles.mp4') in comp 'comp 1' Unterminated string constant.

New Here ,
Aug 22, 2016 Aug 22, 2016

When i do this expression: thisComp.layer("Sound Keys").effect("Sound Keys")("Output 3")"2 I get an error: "After Effects warning: Expression Disabled. Error at line 1 in property 'Opacity' of layer 2 ('Particles.mp4') in comp 'comp 1' Unterminated string constant. How do i fix it?

TOPICS
Error or problem
31.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 22, 2016 Aug 22, 2016

it appears you applied the expression in a wrong way. it would be easier to see what's wrong with a screenshots of your Timeline and Composition panels and showing the layers and values that you are trying to connect with expressions. also specify what exactly are you trying to accomplish.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 22, 2016 Aug 22, 2016

Unterminated string constant here:

thisComp.layer("Sound Keys").effect("Sound Keys")("Output 3")"2

Sort out your quote marks and use the correct syntax.

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 27, 2016 Aug 27, 2016

what does that mean? what would the correct one be?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Aug 27, 2016 Aug 27, 2016

Strings always have to be opened & closed with quotation marks.  When you type the first quotation mark "after effects" thinks you are going to enter a string so when you fail type the second quotation mark you get an "unterminated" string.  Besides not making any sense even if it was temrinated, the "2 at the end of your expression is an unterminated string which is why you're getting an error telling you you have an untemrinated string.   If you do not know what strings are, or what syntax is then you've got some research to do.

~Gutterfish
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 27, 2016 Aug 27, 2016

Even corrected your expression is not going to do much unless you properly set up Sound Keys. Once properly set up you should be able to just use the Pickwhip to create your expression.

You can find some good examples by typing Sound Keys in the search help field at the top right corner of AE. You should find some good tutorials on how to use that plug-in.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 30, 2016 Aug 30, 2016

I would do that but now i get error 16 when i try to start ae i have looked online for a fix but the articles i have found don'y have a fix for windows 10

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 08, 2018 Mar 08, 2018
LATEST

thisComp.layer("Sound Keys").effect("Sound Keys")("Output 3")+"2"

try this

Thanks DULSARA DHANUKA

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines