0 votes

I am trying to embed GuidedTrack into a React app. I pasted the scripts, and they worked initially. However, I am now getting the following error:

Uncaught ReferenceError: RetryRequestQueue is not defined

Has anyone else come across this?

by (120 points)

1 Answer

0 votes

This sounds like interpreter.js is removed at some point, possibly after the relevant component is unmounted. The GuidedTrack program, when it loads, starts listening for certain events to figure out when it's time to sync the data with the server. It might be that one of those is trying to run after interpreter.js is already not on the page.

Could you describes the exact steps you take before running into this problem? Are there any adverse effects other than seeing the error you describe in the console?

by (1.8k points)
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users