airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
30.54k stars 2.87k forks source link

Bodymovin doesn't load Compositions #1982

Open Somull opened 4 years ago

Somull commented 4 years ago

Hi i got Bodymovin 5.6.3 + AE CC17 on windows 10. The Compositions in the bodymovin window doesn't load up as you can see in pic. Untitled-1

I've installed it using the bodymovin ZXP and the zxp installer from aescripts, Any hints? Thank you!

santiagove96 commented 4 years ago

Hi, I have the same problem. My compositions are not loaded on the panel. I use the latest version of Bodymovin and AE CC 18

FVolral commented 4 years ago

Same for me, AE CC 17, Mac OS, Bodymovin 5.6.4. :(

bodymovin commented 4 years ago

Hi, with the extension open, can you navigate to http://localhost:8092/ and see if there is any message?

Somull commented 4 years ago

HI, I solved it on windows upgrading to AE 2020 and Bodymoving 5.6.4

Il giorno mer 19 feb 2020 alle ore 01:19 hernan notifications@github.com ha scritto:

Hi, with the extension open, can you navigate to http://localhost:8092/ and see if there is any message?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/airbnb/lottie-web/issues/1982?email_source=notifications&email_token=ADZ3DAZWDLMFJFFHBMOUPS3RDR3KFA5CNFSM4KSNXLK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMF3SNY#issuecomment-587970871, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZ3DA2INAXLPUXGMCDYZ6TRDR3KFANCNFSM4KSNXLKQ .

FVolral commented 4 years ago

Using http://localhost:8092/, I see

Inspectable WebContents
React App

When I click on React App it I'm prompted on a console which indicate the following error message :Uncaught TypeError: Cannot read property 'require' of undefined for the following file : main.2efb8a5f.js at line 33708.

Which correspond to this part of code :

function proxy_path() {
    return window.cep_node.require('path');
}