We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't seem to get it working, I have linked all the files in the index.html file and all I am getting is js errors..
clippy.min.js:1 GET file://s3.amazonaws.com/clippy.js/Agents/Merlin/agent.js 0 () clippy.load._loadScript @ clippy.min.js:1 clippy.load._loadAgent @ clippy.min.js:1 clippy.load @ clippy.min.js:1 (anonymous) @ index.html:16 clippy.min.js:1 GET file://s3.amazonaws.com/clippy.js/Agents/Merlin/sounds-mp3.js 0 () clippy.load._loadScript @ clippy.min.js:1 clippy.load._loadSounds @ clippy.min.js:1 clippy.load @ clippy.min.js:1 (anonymous) @ index.html:16 s3.amazonaws.com/clippy.js/Agents/Merlin/map.png:1 GET file://s3.amazonaws.com/clippy.js/Agents/Merlin/map.png 0 () Image (async) clippy.load._loadMap @ clippy.min.js:1 clippy.load @ clippy.min.js:1 (anonymous) @ index.html:16
Doesn't even appear on the screen.
The text was updated successfully, but these errors were encountered:
I guess you need to modify the variable clippy.BASE_PATH in clippy.min.js in order to correctly point to to the agents folder rather than AWS.
clippy.BASE_PATH
For instance I changed to
clippy.BASE_PATH = 'agents/';
Sorry, something went wrong.
No branches or pull requests
I can't seem to get it working, I have linked all the files in the index.html file and all I am getting is js errors..
clippy.min.js:1 GET file://s3.amazonaws.com/clippy.js/Agents/Merlin/agent.js 0 ()
clippy.load._loadScript @ clippy.min.js:1
clippy.load._loadAgent @ clippy.min.js:1
clippy.load @ clippy.min.js:1
(anonymous) @ index.html:16
clippy.min.js:1 GET file://s3.amazonaws.com/clippy.js/Agents/Merlin/sounds-mp3.js 0 ()
clippy.load._loadScript @ clippy.min.js:1
clippy.load._loadSounds @ clippy.min.js:1
clippy.load @ clippy.min.js:1
(anonymous) @ index.html:16
s3.amazonaws.com/clippy.js/Agents/Merlin/map.png:1 GET file://s3.amazonaws.com/clippy.js/Agents/Merlin/map.png 0 ()
Image (async)
clippy.load._loadMap @ clippy.min.js:1
clippy.load @ clippy.min.js:1
(anonymous) @ index.html:16
Doesn't even appear on the screen.
The text was updated successfully, but these errors were encountered: