Jump to content

Problem (or bug) with VirtualTV.example


Recommended Posts

VicMoore
Posted (edited)

I loaded a new Emby server onto a windows 11 OS. Now when I send channel data to Emby using the code below

                //-----------------------------------------------------
                //
                //     Send the info data to the TV Platform
                //
                //-----------------------------------------------------
                ApiClient.saveTunerHostConfiguration(info).then(function (result) {

                    console.log("===== tuner host cconfiguration Previously Saved ===== ", result);

                    //loading.hide();
                    formHelper.handleConfigurationSavedResponse();     //           <-----------------<<<<<<<<<<<<<<<< vsm

                    appRouter.show(appRouter.getRouteUrl('LiveTVSetup', {
                        SavedTunerHostId: (result || {}).Id || info.Id,
                        IsNew: myParams.id == null
                    }));

                }, function () {
                    //loading.hide();
                    //alertText({
                    //    text: globalize.translate('ErrorSavingTvProvider');
                    //});
                    helpMessage("Error Saving tuner host cconfiguration", "red");
                });

it no longer sends "info" to the server.  This started after doing a fresh install of Emby. Another difference is that I now see the following error message in the browser (Edge) Console:

 

apiclient starting message listener ActivityLogEntry with options 0,1500
apiclient.js?v=4.8.11.0:1 Sending web socket message: ActivityLogEntryStart
connectionmanager.js?v=4.8.11.0:1 
            
            
            POST https://mb3admin.com/admin/service/registration/validateDevice?serverId=dfc85c-44f6-ae8f-bd965291d929&deviceName=Microsoft+Edge+Windows&appName=Emby+Web&appVersion=4.8.11.0&viewOnly=true 404 (Not Found)
getFetchPromise @ connectionmanager.js?v=4.8.11.0:1
ajax @ connectionmanager.js?v=4.8.11.0:1
value @ connectionmanager.js?v=4.8.11.0:1
(anonymous) @ dashboard.js?v=4.8.11.0:1
(anonymous) @ dashboard.js?v=4.8.11.0:1
onNewViewDisplayed @ viewmanager.js?v=4.8.11.0:1
(anonymous) @ viewmanager.js?v=4.8.11.0:1
Promise.then
onViewChange @ viewmanager.js?v=4.8.11.0:1
(anonymous) @ viewmanager.js?v=4.8.11.0:1
Promise.then
(anonymous) @ viewmanager.js?v=4.8.11.0:1
Promise.then
ViewManager.loadView @ viewmanager.js?v=4.8.11.0:1
(anonymous) @ approuter.js?v=4.8.11.0:1
(anonymous) @ approuter.js?v=4.8.11.0:1
Promise.then
loadContentUrl @ approuter.js?v=4.8.11.0:1
(anonymous) @ approuter.js?v=4.8.11.0:1
Promise.then
initRoute @ approuter.js?v=4.8.11.0:1
(anonymous) @ approuter.js?v=4.8.11.0:1
Promise.then
(anonymous) @ approuter.js?v=4.8.11.0:1
(anonymous) @ approuter.js?v=4.8.11.0:1
Promise.then
handleRoute @ approuter.js?v=4.8.11.0:1
page.dispatch @ page.js?v=4.8.11.0:1
page.show @ page.js?v=4.8.11.0:1
show @ approuter.js?v=4.8.11.0:1
onSettingsButtonClick @ appheader.js?v=4.8.11.0:1
connectionmanager.js?v=4.8.11.0:1 ConnectionManager response status: 404, url: https://mb3admin.com/admin/service/registration/validateDevice?serverId=dfcbceac8&deviceId=e65aab42-98bd965291d929&deviceName=Microsoft+Edge+Windows&appName=Emby+Web&appVersion=4.8.11.0&viewOnly=true
connectionmanager.js?v=4.8.11.0:1 getRegistrationInfo response: 404
approuter.js?v=4.8.11.0:1 

I need help. What is going on?

Vic

embyserver (21).txt

Edited by VicMoore
Posted

Hi, did you configure emby premiere on your new server?

Quote

it no longer sends "info" to the server.

What makes you think this?

VicMoore
Posted

@Lukebecause I am stupid, stupid, stupid.  I forgot to enter in the "Premium Key."  The problem was me.

Vic

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...