question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Javascript Error (recRule.getComponent is not a function)

See original GitHub issue

Hi!

Great peace of software. I’m just reporting an issue I’m having synchronising with activesync.

The GUI shows: Calendar : Javascript Error: Check Debug, and the debug console the following:

recRule.getComponent is not a function  calendarsync.js:684
	eas.calendarsync.getWbxmlFromCalendarItem chrome://tbsync/content/provider/eas/calendarsync.js:684:33
	eas.calendarsync.sendLocalChanges< chrome://tbsync/content/provider/eas/calendarsync.js:222:62
	InterpretGeneratorResume self-hosted:1213:8
	next self-hosted:1120:9
	TaskImpl_run resource://gre/modules/Task.jsm:319:42
	bound TaskImpl_run self-hosted:957:17

I hope you can fix that! Let me know if you need further info. Thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:35 (22 by maintainers)

github_iconTop GitHub Comments

1reaction
jobisoftcommented, Jan 25, 2018

Please update to beta1, it contains a few more sanity check.

0reactions
jobisoftcommented, Feb 1, 2018

That is a different error, I do not see any reference to recRule.getComponent. Please open a new issue for this. You do not need to include the log again

Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeError: "x" is not a function - JavaScript - MDN Web Docs
The JavaScript exception "is not a function" occurs when there was an attempt to call a value from a function, but the value...
Read more >
TypeError:getComponent is not a function - Cocos Forums
Hi, I'm working on a game using Cocos Creator, which has a loading scene, on the scene I have a prefab which links...
Read more >
Component gets error this.getView is not a function
Hi I have this.setModel(oModel); in the Component.js, and the controller like the first post, but still isnt working. I have the getView() error...
Read more >
getComponent is not a function! - Ext.NET Forums
Hi, I'm trying to open a tab on my TabPanel similiar with MVC sample with the following script: function addTab(tabPanel, id, title, ...
Read more >
Scripting API: GameObject.GetComponent - Unity - Manual
Returns the component of Type type if the game object has one attached, null if it doesn't. Using gameObject.GetComponent will return the first...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found