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

Spotube instantly uploads gigabytes of whatever after launch (caused by flutter_tools.snapshot) #170

Closed
1 task done
meinto opened this issue Aug 10, 2022 · 5 comments
Closed
1 task done
Assignees
Labels
bug Something isn't working

Comments

@meinto
Copy link

meinto commented Aug 10, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Try to run spotube via flutter run -d macos.

Directly after launch the upload begins and slows the mac down. It becomes nearly unusable...

grafik

Expected Behavior

Dev mode should work on macos

Steps To Reproduce

No response

Spotube Version

No response

Operating System

Mac OS

Linux Distribution (if applicable)

No response

Operating System Version

MacOS Monterey 12.5

Installation Source

Github Release (Binary)

Additional information

Installation Source is wrong. I compiled it directly from github source code.

@KRTirtho
Copy link
Owner

@karniv00l Are you facing the same issue as this one?

@karniv00l
Copy link
Contributor

Doesn't seem to be the exact case on my end

my findings (16" M1 Max)

  • only happens in debug mode (release is fine)
  • only happens on Library tab
  • Sent Bytes are slowly rising - around 100 KB/s
  • not seeing any additional network calls on the flutter devtools
  • not seeing outgoing traffic from my machine (used Little Snitch)

conclusion - probably flutter devtools server (websocket) is generating local traffic

@KRTirtho
Copy link
Owner

Thanks a lot dude @karniv00l

@meinto
Copy link
Author

meinto commented Aug 13, 2022

Mh yea, I think you are right @karniv00l. It is local traffic.

I found that this bug is also available in the release version (2.3.0). My MacBook turns extreamly slow when I make the Spotube window larger. At some point it seems to trigger an infinite rendering loop (but that's only my first guess). The performance tab of the devtools doesn't stand still at this point. When I make the window smaller again, the performance issue is gone and the MacBook becomes usable again...

I will update the issue description when I have more time.

@KRTirtho
Copy link
Owner

KRTirtho commented Mar 8, 2023

Closing this issue as it is a Flutter's Issue, and not Spotube 's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants