autolingo icon indicating copy to clipboard operation
autolingo copied to clipboard

I GOT IT WORKING EVERYONE!!!

Open nikitos123456789 opened this issue 2 years ago • 13 comments

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 :)

nikitos123456789 avatar Apr 04 '23 14:04 nikitos123456789

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!

averageun1x avatar Apr 04 '23 23:04 averageun1x

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 :/

nikitos123456789 avatar Apr 05 '23 11:04 nikitos123456789

Thank nikito, it worked perfectly!!!

Oztrike avatar Apr 06 '23 13:04 Oztrike

Suggested fix doesn't appear to work, extension still unresponsive to the site. Duo must have made another update.

Ire-Ty avatar May 08 '23 12:05 Ire-Ty

it works for me and several others. you may have done an error while applying the fix.

averageun1x avatar May 08 '23 18:05 averageun1x

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

nikitos123456789 avatar May 08 '23 21:05 nikitos123456789

I have a repository with the corrected scripts made by me, try downloading that and using it, and see what it does then :)

nikitos123456789 avatar May 08 '23 21:05 nikitos123456789

image

Ire-Ty avatar May 09 '23 11:05 Ire-Ty

.......... 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 :)

nikitos123456789 avatar May 09 '23 18:05 nikitos123456789

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?

SkyFireKnight avatar Jun 04 '23 15:06 SkyFireKnight

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

:(

nikitos123456789 avatar Jun 04 '23 16:06 nikitos123456789

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...

nikitos123456789 avatar Jun 04 '23 16:06 nikitos123456789

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.

Jomarnordvik avatar Jul 04 '23 02:07 Jomarnordvik