spotube icon indicating copy to clipboard operation
spotube copied to clipboard

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

Open meinto opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] 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.

meinto avatar Aug 10 '22 11:08 meinto

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

KRTirtho avatar Aug 11 '22 03:08 KRTirtho

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

karniv00l avatar Aug 11 '22 09:08 karniv00l

Thanks a lot dude @karniv00l

KRTirtho avatar Aug 11 '22 12:08 KRTirtho

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.

meinto avatar Aug 13 '22 21:08 meinto

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

KRTirtho avatar Mar 08 '23 04:03 KRTirtho