Replies: 9 comments
-
|
Sorry. I don't know where the correct place to open the issue. I'm new on this site |
Beta Was this translation helpful? Give feedback.
-
|
hello, it seems that the place is the right one, they usually respond very quickly @paradajz I do not know what's going on |
Beta Was this translation helpful? Give feedback.
-
|
See https://github.com/shanteacontrols/OpenDeckUI/blob/master/.github/workflows/deploy.yml#L53 |
Beta Was this translation helpful? Give feedback.
-
|
I was watchig the file you told me but I'm still not knowing what to do. Please, I just need a little help. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, I don't use nor support Windows for any kind of OpenDeck development. |
Beta Was this translation helpful? Give feedback.
-
|
I have installed Linux 18.04.6 LTS
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/vnd.dlna.mpeg-tts". Strict MIME type checking is enforced for module scripts per HTML spec.
Please, can you tell me what I have to do in order to get an OpendeckConfigurator.exe file as you have in your Realease Section? Thanks |
Beta Was this translation helpful? Give feedback.
-
|
I have now added the ability to run the development environment for this project in a Docker container. Check the README for more info. |
Beta Was this translation helpful? Give feedback.
-
|
I have dowloaded the last version from https://github.com/shanteacontrols/OpenDeckUI/releases/tag/202310150636 I have made /home/ubuntu/OpenDeck directory as you see in the image with all permissions. http:\\localhost:3002 doesn't work The command: make PLATFORM=win32 just starts the server. greetings |
Beta Was this translation helpful? Give feedback.
-
|
I have added new information to this discussion and nobody says anything. Thanks |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
I have made few changes in the project, mainly translating texts. It works fine using "yarn dev".
I open Chrome and I can view my changes in "localhost:3002"
I'm trying to package the project with "yarn electron-packager . OpendeckConfigurator --overwrite --platform=win32 --arch=x64" but when I execute OpendeckConfigurator.exe and the window shows nothing. I used CTRL-SHIFT-I to show the problem. I saw that "index.html" couldn't find the file "main.ts". I solved this problem changing "<script type="module" src="/src/main.ts"></script>" for "<script type="module" src="./src/main.ts"></script>"
I have packaged the project again, and still is not working. This time. the error showed in the windows of the OpenDescConfigurator refering to the "main.ts", is:
"Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "video/vnd.dlna.mpeg-tts". Strict MIME type checking is enforced for module scripts per HTML spec."
I haven't made changes in files like "main.js", "main.ts", "tsconfig.json", "package.json".
To be sure, I downloaded 202306291358 again. I tried to package and the result was the same. I had to correct "index.html" and finally I get the same problem.
I'm sure that I'm doing something wrong but I have no idea what.
Any suggestions?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions