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.

Error at agent start

See original GitHub issue

Looks like deprecated functionality was removed from Marionette, but leaved in inspector agent code Agent.patchMarionetteModule(Marionette.Module); This line generates error

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
agrinkocommented, Jun 19, 2016

Have got exactly the same issue in v2.4.7! I’m using Webpack modules and have included the following before Marionette is used:

if (window.__agent) {
    window.__agent.start(Backbone, Marionette);
}

However the problem is the same: Marionette instance exists, but Marionette.Module is undefined, thus firing an error in patchMarionetteModule function.

0reactions
blikblumcommented, Feb 18, 2017

Any live, public example so i can look at it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Agent Service fails to start on standalone server - SQL Server
Issue 1: On a standalone server, the MSSQLSERVER service may fail to start, and you receive the following error message: An error 1068...
Read more >
IZ61329: ITMCMD AGENT START PC FAILS TO START ... - IBM
PROBLEM DESCRIPTION: itmcmd agent start PC fails to start the agent. For example itmcmd agent start px and got the error: Starting Premium...
Read more >
Troubleshooting Management Agent Startup Errors
Management Agent fails to start due to possible port conflict. If the Management Agent cannot start and EMCTL reports that there is a...
Read more >
Restart the agent issue, Getting Error! - ServiceNow Community
Hi Community, ACC V agent unable to communicate with my Instance, so stopped the service and when I want to start the service,...
Read more >
User-ID Agent Error Start Service Failed with Error 1069"
User-ID Agent Error Start Service Failed with Error 1069" · The username and password specified for the User-ID agent are incorrect · The...
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