Bjorninn1

Results 15 comments of Bjorninn1

I got the same error and it only showed up on my actual device and not in the simulator. The reason for the error was the location of the database...

@berkerbilgi please check my updated answer on: [https://stackoverflow.com/a/50706384/5881884](https://stackoverflow.com/a/50706384/5881884)

> And, how to debug if I want to download native code to make modifications I can see the changes in the BodyMovin panel. I opened it directly on the...

> I follow this step. The most critical step is to set the path. var extensionDestination = '/Users/jason/Library/Application Support/Adobe/CEP/extensions/com.body.react'; It is absolute path. I set the absolute path. You can...

This sounds like you have the released version of Bodymovin open in AE and then open localhost:8092 in the CEF client. This CEF client window will of course not show...

Is it possible to debug using UXP developer tools? I see that software asks for manifest.json file I didn't see in the bodymovin project. I got this to work finally,...

> what kind of errors are you seeing? It runs on port 3000 and this is what the CEF client shows: I didn't run build anywhere, but if I run...

> are you opening it via After Effects? yes I do the following: 1. run the project from the main folder with npm run start-dev 2. open the extension in...

In 3 I open the CEF client software to debug, otherwise how do I see the console log?

This is what I did to make this work finally: I had node version 12.22.12 installed, not sure if that matters. 1. Setup AE for debugging extensions ([guide](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md#debugging-unsigned-extensions)) 2. Install...