Home > error calling > brightcove error calling method on npobject

Brightcove Error Calling Method On Npobject

Contents

in my app (no actionscript!). Is it possible that this error comes from some newrelic.jar class ? tdoherty 2014-07-07 15:33:00 UTC #3 Hi Daniel, It is difficult to say what might be causing this. But as error calling method on npobject applet an initial troubleshooting step, lets try to eliminate some of your browswer addons. Can you

Error Calling Method On Npobject Javascript

try use Chrome in Incognito mode, or with all addons disabled and see if this helps? Please let us know how that goes

Error Calling Method On Npobject Android Webview

for you. Also, it would be very useful to know if your page has any adds in it, Google, Bing etc. Tom daniel_goldberg 2014-07-07 18:21:31 UTC #4 Hi Tom, thanks for reply.We don't have any addon in our

Error Calling Method On Npobject Firefox

page. I could not reproduce the error. I tested the page with IE, Firefox and Chrome (Mac and Windows environment) and nothing happens but in our page, in the last six hours, we had 65 NPObject error.We only have one js library (Strophe - https://github.com/strophe/strophejs) but it doesn't need any flash file. Do you have additional information about this error in our app? alexis 2014-07-08 16:40:04 UTC #5 To help us investigate this further, can you provide error calling method on npobject safari a URL to the page on your site where you're seeing this error occur? That way we can take a look at how the New Relic monitoring scripts are being injected and what they may be interacting with. NPObject is not only used for Flash or Actionscript (although this is a very common case where it appears); it's an interface to any foreign (non-Javascript) code. It also would be helpful if you could provide a permalink to the application your site is reporting to in New Relic. To create a permalink to any page within the New Relic user interface, scroll to the bottom and click 'Permalink ∞' all the way on the right next to 'Kiosk Mode.' This will show us the exact page and time period that you are observing. It's safe to post a permalink on the forum; only New Relic staff and users with existing access to your account will be able to use it. daniel_goldberg 2014-07-08 19:08:51 UTC #6 Hi Alexis, It's not possible to give you a link now, only certain users could access to this part of the site. I've asked to security department some dummy users for you but I need to wait for that. I could give you the development environment. Have you some secure way to do that? permalink:https://rpm.newrelic.com/accounts/39947/browser/3385755/js_errors?tw[end]=1404845872&tw[start]=1404824272 alexis 2014-07-08 19:43:00 UTC #7 Thanks for the permalink! S

first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. error calling method on npobject flash Results 1 to 7 of 7 Thread: [RESOLVED] NPObject? Tweet Thread Tools Show Printable Version Email uncaught error error calling method on npobject this Page… Subscribe to this Thread… Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode 02-16-2006,05:11 PM #1 Chippy View Profile View what is npobject Forum Posts Registered User Join Date Dec 2005 Posts 11 [RESOLVED] NPObject? Hello all. I am simply trying to use javascript to SetVariable to a flash document, however whenever I try I get "Error calling method on NPObject" (using Firefox, https://discuss.newrelic.com/t/error-calling-method-on-npobject/2964 error may be different in other browsers). I can't find a THING on this (nothing relevant anyway). The relevant line is "flash.SetVariable(var_name, var_val);" (flash is a var containing the document.getElementById. Any ideas? Help is HUGELY appreciated... I've been stuck on this for over a week! Reply With Quote 02-17-2006,01:05 AM #2 blah1985 View Profile View Forum Posts IE Gives me a headache... Join Date May 2005 Location US of A, Ohio Posts 342 try expanding it out( document.getElementById('whatever') if you http://www.webdeveloper.com/forum/showthread.php?95598-RESOLVED-NPObject still have issues try renaming your function. I know it sounds crazy but it sometimes works(reserverd strings) if that does not work gemme some more code oh BTW http://www.mozilla.org/projects/plug....html#NPObject What???? Reply With Quote 02-17-2006,01:53 AM #3 Chippy View Profile View Forum Posts Registered User Join Date Dec 2005 Posts 11 I don't QUITE get what you mean by expand, so I'll wait on that. It shouldn't be the function name, because I took the code (and dunction name) from a working example (this is for a production product, so I will rewrite the example code once I get it actually working). Reply With Quote 02-20-2006,05:29 PM #4 Chippy View Profile View Forum Posts Registered User Join Date Dec 2005 Posts 11 Ok, so I have broken it down, and got an interesting result. When I use this line: Code: if(document.GWFlash) document.GWFlash.SetVariable(\"time\", \"1\"); I get an error. This tells me that the object EXISTS (and is definetly the intended flash object) however, for some reason SetVariable will not work.... Anyone have any ideas? Could it have to do with my flash? As always, help is appreciated EDIT: So, I continued to work on it a bit, and the perplexity of the problem increases: I tried to use an example of the web, and that worked perfectly. I then created a text object on my player exactly the same way the example did it, and ALL I did was c

a GitHub account Sign in Create a gist now Instantly share code, https://gist.github.com/bcls/7535049 notes, and snippets. Star 3 Fork 1 bcls/basic-setup.html Last active Apr 11, 2016 Embed What would you like to do? Embed Embed this gist in your website. Embed Share Copy sharable URL for this gist. Share Clone via HTTPS Clone with Git or checkout with SVN using the error calling repository's web address. HTTPS Learn more about clone URLs Download ZIP Code Revisions 3 Stars 3 Forks 1 Code for Smart Player API Basic Setup doc Raw basic-setup.html Smart Player API: Basic Setup error calling method