-
Notifications
You must be signed in to change notification settings - Fork 2
Unable to get play button to appear #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i went ahead and re-added the code without de-minifying it, and now it the whole web ui wont load on direct conection. here is the log mentioning emby party tho 2025-01-08 22:16:28.069 Error App: Error in EmbyParty.EntryPoint |
Hello! As the log states, your Emby instance does not have permission to write to /opt/emby-server/system/dashboard-ui/modules/embyparty . Are you running it as a user? I never had this issue with my instance (installed according to the official instructions) but you're not the first one to have it. This is a problem you'll have to solve in your instance setup by making sure emby can write to that path. Optionally you could also try installing the module there manually by downloading all the files from the corresponding path in this repository. |
So User emby just doesnt have permissions? that seems like a simple fix. also should the appheader.js file even be minified? is that normal? |
Normally it's partially minified and all in one line by default. If that bothers you, you can use a formatter to lay it out into multiple lines, but it should make no difference. |
There's a sed command in Neureka's script that you could try if you don't want to edit it manually. |
I dont mind editing manualy, could you send a screenshot of where it should be pasted? |
It's the last thing in the body of the |
Sooo `services: rest omitted` When I start the server I get this error.
2025-01-26 02:14:04.906 Info App: Entry point completed: EmbyParty.EntryPoint. Duration: 0.0021563 seconds` How would I go about changing the permissions? |
after a long battle of getting appheader.js too open properly (for me it was minified for some reason), nothing happen. the plugin IS installed. i have cleared my cashe.
The text was updated successfully, but these errors were encountered: