-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
clippy.min.js no longer works #10
Comments
also, gitcdn.xyz is also down. I'm not sure if it's just temporary, but I think it would be better to bundle the assets inside the package published to npm, and then use unpkg.com like https://unpkg.com/browse/[email protected]/ - (also, the intellij config files should be excluded 😛) |
I got this working by setting |
I fixed it by changing the AWS links to point to the files within this repo. clippy.js load.js clippy.min.js I can now load the agents fine. |
I could have also just set clippy.BASE_PATH, but these URLs will presumably never work again, so might as well, right? (There's a chance the library would be updated in the future, and this change could slip through the cracks, that's the only risk.) pi0/clippyjs#10
I created a fresh version of Clippy with a modern stack here. |
There is a link in clippy.min.js to an external agents folder that is no longer active. This makes this js unable to display any agent. The latest link in this js is set to "clippy.BASE_PATH="//s3.amazonaws.com/clippy.js/Agents/", which is dead. To resolve the issue, download the agents folder from Github and edit this clippy.BASE_Path reference to point to the location of that downloaded folder on the local machine, or host it on a reliable external server and point it to there.
The text was updated successfully, but these errors were encountered: