Jort
Jort
Took me a little while to get the publishable test-project to the same state as my internal one, but it's there now. It throws with the same error: ``` TypeError:...
New update: After changing things around a lot (see https://github.com/MagicLegend/ts-testing-project/commit/6aefd5a414520c79f86508adcee44d87cb730818); I found out that if you ignore the error given by the transpiler, the debugger will happily start and build...
Hi @leonetosoft Nice tool, and certainly useful for other people! However, the legacy models still need to be available to the rest of the codebase; since updating the entire codebase...
No worries @RobinBuschmann , life can be busy :) For our goals, I think I've figured out on my own how to do this; it's working for us now. >...
@anthonylavado I just installed Jellyfin from the homebrew channel, and also have a -27 error code. I can confirm that deleting the app and reinstalling it does _not_ allow me...
@anthonylavado Yes, these are the steps I took as well. Note that the comment speaks of an `X`, but for me it is a trash can (version difference?) like in...
Ah yes, the other issue was truly what I was looking for. Removing the `X-Frame-Options: SAMEORIGIN` and adding the `Access-Control-Allow-Origin "*" always;` headers resolved the crash. Now I get to...
Yes, I only tried this on my actual LG tv :)
No, my issue really was with the nginx reverse proxy that I was using. So the URL was correct, but the reverse proxy had `X-Frame-Options: SAMEORIGIN` set (as per the...
Are there logs on the TV itself you'd be interested in; or just NGINX conf + logs and Jellyfin's? I'll probably get to this on Wednesday if that's okay.