Skip to content
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

Questions #376

Open
AlexBarlas opened this issue Dec 5, 2023 · 5 comments
Open

Questions #376

AlexBarlas opened this issue Dec 5, 2023 · 5 comments
Labels
Help / Issue General or specific issues that just require some additional assistance to solve

Comments

@AlexBarlas
Copy link

Do I need to keep the channels open in order to track progress? Example I have an active campaign but the % stays the same 70% of 240 minutes... even if I click refresh after 1 minute or 15 minutes..

Also, It shows as X Not linked but my twitch account is linked.

@SimonAkers
Copy link

Hi, in my experience the progress should update as normal, as if you were watching the stream yourself.

Are you using the latest development version? The Twitch API changes occasionally which breaks old versions, the latest updates to the repo should work right now. The latest release version is not functional to my knowledge.

@DevilXD DevilXD added the Help / Issue General or specific issues that just require some additional assistance to solve label Dec 5, 2023
@DevilXD
Copy link
Owner

DevilXD commented Dec 5, 2023

Hello @AlexBarlas,

Please ensure you're using the latest development version of the miner. The latest release version isn't supported anymore, and some of the older dev versions won't progress the campaigns properly, and instead cause exactly what you're reporting. The issue was fixed by this commit: bb51bf7. Let me know if the latest version solves your issue.

@AlexBarlas
Copy link
Author

Hi @DevilXD, It was working fine yesterday and today my windows defender decided it doesn't like the app due to a virus and deleted the .exe file and I can't download it again either (chrome blocks the download with a "virus found" label).. I tried downloading the dev-build and building the .exe myself but I'm being hit with a "No module named 'yarl' found" when I run build.dat and pip install yarl yields a "Could not build wheels for multidict

@biast12
Copy link

biast12 commented Dec 6, 2023

Hey @AlexBarlas you can add an exclusion for the app in your windows defender, you can read move about how here: https://support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26

@DevilXD
Copy link
Owner

DevilXD commented Dec 6, 2023

my windows defender decided it doesn't like the app due to a virus and deleted the .exe file and I can't download it again either (chrome blocks the download with a "virus found" label)

  1. Don't use Windows Defender as your antivirus - I can recommend ESET myself, but even BitDefender is smarter than that.
  2. If you absolutely have to stick with Windows Defender, add it as a scanning exception.

I tried downloading the dev-build and building the .exe myself but I'm being hit with a "No module named 'yarl' found" when I run build.dat and pip install yarl yields a "Could not build wheels for multidict

build.bat won't work without the virtual environment setup first - for that, use the setup_env.bat before building. If you'd be running into permission errors, running the scripts as Administrator may help. Alternatively, you can follow the manual instructions as well.

If you'd mess up the venv setup, or somehow still get errors about missing modules, remember than you can always delete the env folder and recreate it by running setup_env.bat again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help / Issue General or specific issues that just require some additional assistance to solve
Projects
None yet
Development

No branches or pull requests

4 participants