I GOT IT WORKING EVERYONE!!!
Hello all that are having issues, Duolingo seem to have updated which creates an error which doesnt allow the extension to function. THE FOLLOWING IS THE EASY STEP TO FIX:
-- go into extension file -- go into content scripts --go into the DUOLINGO CHALLENGE --right near the top are the lines about making sure typing is enabled. --SIMPLY DELETE THE WHOLE THING --save the file --AND VIOLA it should be working now
thanks :)
thanks! FYI for anyone reading this
import ReactUtils from "./ReactUtils.js";
export default class DuolingoChallenge extends ReactUtils {
constructor() {
super();
// get the react internals for the current lesson
this.challenge_internals = this.get_challenge_internals();
console.logger(this.challenge_internals);
// get the react internals for the current challenge
this.challenge_node = this.challenge_internals.currentChallenge;
this.skill_node = this.challenge_internals.skill;
console.logger(this.challenge_node);
if (this.challenge_node) {
this.source_language = this.challenge_node.sourceLanguage;
this.target_language = this.challenge_node.targetLanguage;
is what it should look like after applying the fix!
yes :) , just delete the typing enabled, im not sure why it stopped working now, as the error was present before and all was working, well not all as the matching and fill in exercises don't work, but some languages do for me.
maybe duolingo updated something :/
Thank nikito, it worked perfectly!!!
Suggested fix doesn't appear to work, extension still unresponsive to the site. Duo must have made another update.
it works for me and several others. you may have done an error while applying the fix.
Suggested fix doesn't appear to work, extension still unresponsive to the site. Duo must have made another update.
it works for me, could you give me the error code screenshot? thanks
I have a repository with the corrected scripts made by me, try downloading that and using it, and see what it does then :)
.......... you didnt delete the script or youre running the wrong program.
- delete the current extension
- make sure you deleted the right part of the script
- and re install the extension to the browser from the files.
......... thats the same issue everyone had, looks like you maybe didtn delete or deleted wrong thing.
i have a repositry that is fixed try that and it will work
or you can delete the "make sure typing is enabled ..... " in the script
youre welocme :)
Is it working as of June 4th? I downloaded your FIXED repo and after installing, it does not work. The extension installs, but clicking the autocomplete button or any for the others does nothing. The extension doesn't do anything. Did it break again? Are there any other alternative Duo bots?
Hi, It only works for the questions where it can type or select a multiple choice answer...
I havn't had time with all the motorbikes to look at the issue, and have just been setting it to autocomplete and doing the questions it cannot do by hand and then the bot autocompletes all the other questions it can do...
It's annoying that duolingo has changed something, but I suspect there will be a lot of code re-writing needed to get it 100% working for every language
:(
There are NO alternatives, the alternatives that exist are very hard to set up and get to work... unfortunately whoever uses the autolingo that I updated recently will just have to complete some exercises by hand that the bot cannot do, and let it do everything else...
Autocomplete does not continue Independently, and barely functions. When encountering a sentence building challenge it halts and immediately tries to solve when a word is clicked, instantly failing that challenge. Only way to exit out of this soft lock is by exiting the extension completely. (which resets the entire lesson, making the extension more of a hassle to use than actually doing the lessons.
Pair matching too struggles, even though the script runs into no Visible issues, and should Theoretically work. I even tried arrayShuffling to see if it would do anything at all even randomly, but nada.