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

Not Detecting Internet Activity #33

Open
EmmanuelCy opened this issue Mar 20, 2024 · 13 comments
Open

Not Detecting Internet Activity #33

EmmanuelCy opened this issue Mar 20, 2024 · 13 comments

Comments

@EmmanuelCy
Copy link

The new GUI doesnt seem to detect the activity, I am using Wifi and the traffic says 0 and the IDLE starts counting down

@diogomartino
Copy link
Owner

If you use disk monitor, does it detect any activity there?

@NickBosworth
Copy link

I can confirm the same issue, tested on 2x windows 11 devices.

There is no disk or network activity detected or displayed at the bottom of the screen.

Tested all interfaces under normal and run as admin permissions.

If I get a chance ill pull the source and debug on one of those devices to see if we can see what the underlying issue is.

@diogomartino
Copy link
Owner

@NickBosworth if you could debug it, that would be awesome. I have no way of knowing what's happening because for me (and I'm assuming most people) is working fine. Tested just now with both ethernet and wifi and it's working.

image

Some guesses:

  • It might be possible (but really unlikely) that the frontend cannot attach to the wails runtime to get the values. To check this, open the settings (right corner), in the monitor disk section, click on the icon that's on the side of steam.exe. Is there any processes in the modal to pick from?
  • If not, the best place to start debugging is network-manager.go in the GetInterfaceDownloadSpeed function. It should be pretty easy to find the issue, not so sure if it's easy to fix it.

@EmmanuelCy
Copy link
Author

During the past 2 weeks I've been using Ethernet for now since my WIFI activity isn't detected and also disk activity is kinda unreliable for me it shutdowns sometimes and waking up to downloads at 50-60%.

@diogomartino
Copy link
Owner

@EmmanuelCy yes, the counters are kinda unreliable. You can try to increase the shutdown timer and the speed threshold in the settings a bit. That might help. About the Wifi not being detected, I can't do much because I can't reproduce the issue, I would need someone that has that problem to debug it on their machine.

@EmmanuelCy
Copy link
Author

EmmanuelCy commented Apr 19, 2024

@diogomartino, I've encountered another bug where no activity is detected on both Network and Disk on all interfaces. Sometimes a restart resolves the issue, but not always. I would revert to the older version, but the max Idle Threshold is insufficient for my needs.

I'd like to debug this myself and try to find the issue, since you guys can't seem to reproduce the bug on your end.

@jusparr
Copy link

jusparr commented Jul 22, 2024

I can also confirm it does nothing for me on the latest win 11

@nzdus
Copy link

nzdus commented Sep 12, 2024

I think i might have found a fix for this issue. For me it was because it was detecting the "Microsoft Wifi Direct Virtual Adapter" and displaying it as "Local Area Connection 2" which wasn't receiving or sending any data. I had to go into device manaver, click on view, show hidden devices, than under network it should be there to disable. I did a restart to be safe, and it now notices my steam downloads with both hdd and network reads. I'll check to see if it picks up on a download from anything else.

Edit: I have checked with my browser and a download manager for browser downloads and it notices both. I think this may be the solution to the issue.

@diogomartino
Copy link
Owner

@nzdus thanks for that, that might help some people. Just a question, your correct network adapter was not showing in the list for you to pick instead of your that "Microsoft Wifi Direct Virtual Adapter"? And after you disable that adapter, did it detect the correct adapter correctly on startup?

@nzdus
Copy link

nzdus commented Sep 15, 2024

@diogomartino My correct adapter and the "Local Area Connection 2" were selected at the same time (but the local area connection would take priority). Like they were connected somehow, and yes It displayed the correct adapter on startup after disabling. Even before I disabled it it would show it on startup, but than it would switch to the other one within 30 seconds to a minute.

@SanCigo
Copy link

SanCigo commented Nov 11, 2024

I had same problem, windows 11.

Fixed running as administrator, so it may be a permissions issue (?)

@KafkaOnTheMoon
Copy link

I also have the same problem, although I fixed it by turning Steam back on (I turned it off earlier), although what I'm installing has nothing to do with Steam. I guess it's not called "Steam auto shutdown" for no reason 🤣🤣.

@RPullen1
Copy link

RPullen1 commented Dec 4, 2024

I have started to receive this issue recently, the app just doesn't detect movement on the network or disk. I have just installed 4.0 which is working perfectly and detecting the download and install correctly. I'm wondering if the 6.0 issue is related to the Window's Defender warning I get when I load it up, attached screenshot.

Any fixes?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants