Amazon-Vine-Explorer / AmazonVineExplorer

Makes the Amazon Vine Website evan a bit better
MIT License
16 stars 8 forks source link

AutoScan Issue Stuck at "Init Autoscan, please wait..." #11

Open Earththing opened 5 months ago

Earththing commented 5 months ago

Turned off background scan, tried autoscan, it leaves this message up forever: "Init Autoscan, please wait..." (translated) I have left it this way over night. I don't know much about javascript, or Tampermonkey, but I did modify the code to translate parts of it into English so I can tell what things are supposed to do. I can reason out some of what the code is supposed to be doing, and I see it is writing to a console somewhere, but I don't know where to get those messages. Sorry I am sure that they would help troubleshoot.

Christof121 commented 5 months ago

Hi, please provide us with some more information. Go into AVE Einstellungen / AVE Settings and set the Debug Level to 10. Then Follow these Steps:

Also please provide the Version you are using, since in 0.10.3.4 I could not reproduce it.

Earththing commented 5 months ago

I can no longer get to the settings page, or I would turn this off. It either does not appear to load all the way and then after a bit of time that message covers the whole page and I can do nothing else. Still I attempt to do as you ask. I re-installed it today, so I assume the latest version. 0.10.3.4 is what appears on the page.

I see in the console messages from other extensions, so I have disabled most of them and tried again. Still seems to be the same thing.

Honestly just a way to clear out whatever memory that is holding the script in this state and to reset everything to default would be helpful. I had disabled the script, and even removed tampermonkey. Then reinstalled tampermonkey and the script from git hub and still it jumps right back to the Init Autoscan screen…

Again sorry I can’t get to where I can set the Debug level. If there is a way in the script to set it, I could try to do that in the code perhaps…

Attached are some things I captured….

Thanks for looking at it.

// shortened by Christof

Christof121 commented 5 months ago

You shoud be able to abort the Scan with the following commands. Press F12 -> go to Console -> paste it in there -> reload the Page localStorage.setItem('AVE_AUTO_SCAN_IS_RUNNING', false); localStorage.setItem('AVE_INIT_AUTO_SCAN', false);

You can also try: vve.config.EnableBackgroundScan = true; // Enables back the Background Scan, maybe hides the Scan Page vve.config.DebugLevel = 10; // Sets the Debug Level to 10 vve.config.save(); //Saves the config

Earththing commented 5 months ago

This is cool. I am learning!

I tried all these commands. It would warn me about pasting commands and seem to not let me paste more , but eventually I think I managed. the script also for a short time seem to be loaded and I could get to the setting page where I was able to manually set the debug level (It was still set to 0 there, even after pasting in commands.) Soon after that, the Init Autoscan screen came up even though it was supposed to be off now. I don’t get it.

I think I got a better log now… Too big for email… 512kb limit on PasteBin?...Now attempting to share with GoogleDrive: https://drive.google.com/file/d/1bE5zuMmNM3xV3zd8ZYbI8uOyQoWlWI5q/view?usp=sharing

I will keep playing with it. I may also try this with a different browser. If you get to the point that you don’t have anymore ideas, and don’t know what else to try, let me know and I will stop giving you updates… unless something changes or I figure something out. This may be the reason I need to learn JavaScript! 😉

From: Christof @.> Sent: Sunday, January 7, 2024 1:40 AM To: Amazon-Vine-Explorer/AmazonVineExplorer @.> Cc: Earththing @.>; Author @.> Subject: Re: [Amazon-Vine-Explorer/AmazonVineExplorer] AutoScan Issue Stuck at "Init Autoscan, please wait..." (Issue #11)

You shoud be able to abort the Scan with the following commands. Press F12 -> go to Console -> paste it in there -> reload the Page localStorage.setItem('AVE_AUTO_SCAN_IS_RUNNING', false); localStorage.setItem('AVE_INIT_AUTO_SCAN', false);

You can also try: vve.config.EnableBackgroundScan = true; // Enables back the Background Scan, maybe hides the Scan Page vve.config.DebugLevel = 10; // Sets the Debug Level to 10 vve.config.save(); //Saves the config

— Reply to this email directly, view it on GitHub https://github.com/Amazon-Vine-Explorer/AmazonVineExplorer/issues/11#issuecomment-1880006676 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP74UJMZXNSZCMJTK27ZFDYNJUNXAVCNFSM6AAAAABBPWQNFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBQGAYDMNRXGY . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AAP74UNAOW7WULCOCZK5NO3YNJUNXA5CNFSM6AAAAABBPWQNFWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTQB2QBI.gif Message ID: < @.> @.>

Earththing commented 5 months ago

I got the script working again! And was able to turn off the Autoscan. I see what I missed with pasting in the codes below and they are working. (tell chrome it is OK, yes I really do wan to paste the code in…)

If this is something you want me to continue to try and narrow down the behavior, let me know and I can keep trying troubleshooting steps.

From: Christof @.> Sent: Sunday, January 7, 2024 1:40 AM To: Amazon-Vine-Explorer/AmazonVineExplorer @.> Cc: Earththing @.>; Author @.> Subject: Re: [Amazon-Vine-Explorer/AmazonVineExplorer] AutoScan Issue Stuck at "Init Autoscan, please wait..." (Issue #11)

You shoud be able to abort the Scan with the following commands. Press F12 -> go to Console -> paste it in there -> reload the Page localStorage.setItem('AVE_AUTO_SCAN_IS_RUNNING', false); localStorage.setItem('AVE_INIT_AUTO_SCAN', false);

You can also try: vve.config.EnableBackgroundScan = true; // Enables back the Background Scan, maybe hides the Scan Page vve.config.DebugLevel = 10; // Sets the Debug Level to 10 vve.config.save(); //Saves the config

— Reply to this email directly, view it on GitHub https://github.com/Amazon-Vine-Explorer/AmazonVineExplorer/issues/11#issuecomment-1880006676 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP74UJMZXNSZCMJTK27ZFDYNJUNXAVCNFSM6AAAAABBPWQNFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBQGAYDMNRXGY . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AAP74UNAOW7WULCOCZK5NO3YNJUNXA5CNFSM6AAAAABBPWQNFWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTQB2QBI.gif Message ID: @. @.> >