Jump to content

Notification plugin problem


Hydro

Recommended Posts

Hi,

 

I'm new to emby plugin development and to c# so maybe this question is easy for you.

 

I'm trying to create a notification plugin for my home automation system, so I copied Pushbullet .sln

 

But every time I change namespace, I've got this error when I try to go to configuration page :

 

 

Uncaught TypeError: Cannot read property 'getAttribute' of undefined

    at Object.loadView (viewcontainer-lite.js?v=3.1.6235.2624:42)
    at ViewManager.loadView (viewmanager.js?v=3.1.6235.2624:151)
    at loadContent (router.js?v=3.1.6235.2624:385)
    at router.js?v=3.1.6235.2624:129
    at Object.execCb (require.js?v=3.1.6235.2624:1693)
    at Module.check (require.js?v=3.1.6235.2624:881)
    at Module.enable (require.js?v=3.1.6235.2624:1173)
    at Module.init (require.js?v=3.1.6235.2624:786)
    at require.js?v=3.1.6235.2624:1457

 

 

I try with Pushbullet or Pushover sln but same problem.

 

I searched for old name, but it didn't find so I guess I change every occurence.

 

Any idea where this error come from ?

Link to comment
Share on other sites

I copied Pushbullet plugin from GitHub, I change every namespace that I found and when I try to go to configuration page I've got this in chrome console.

Link to comment
Share on other sites

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...