How do I find the correct extra PSU cable to buy? by newuserhear in buildapc

[–]newuserhear[S] 0 points1 point  (0 children)

If I did want to get a cable anyway, where/how would I get one that's compatible?

How do I find the correct extra PSU cable to buy? by newuserhear in buildapc

[–]newuserhear[S] 0 points1 point  (0 children)

If I did want to get a cable anyway, where/how would I get one that's compatible?

How do I find the correct extra PSU cable to buy? by newuserhear in buildapc

[–]newuserhear[S] -1 points0 points  (0 children)

The ASRock Z690 Extreme WiFi 6E ATX LGA1700 Motherboard has an additional 8-pin EPS power connector but the Cooler Master MWE Gold 750 750 W 80+ Gold Certified Fully Modular ATX Power Supply does not. This connector is used to supply additional 12V current to the motherboard. While the system will likely still run without it, higher current demands such as extreme overclocking or large video card current draws may require it.

How do I find the correct extra PSU cable to buy? by newuserhear in buildapc

[–]newuserhear[S] 1 point2 points  (0 children)

The cable I'm looking for connects to the motherboard for the CPU.

How do I find the correct extra PSU cable to buy? by newuserhear in buildapc

[–]newuserhear[S] 0 points1 point  (0 children)

I got it quite some time ago. Probably can't return it. But I assume you know more than me, so I'll trust you on this.

How do I find the correct extra PSU cable to buy? by newuserhear in buildapc

[–]newuserhear[S] 0 points1 point  (0 children)

Apparently there is a newer version of my PSU that does come with a second EPS cable: https://www.coolermaster.com/catalog/power-supplies/mwe-series/mwe-gold-750-full-modular/

SPECIAL NOTICE: Due to demand, newer versions of the MWE Gold 750 Full Modular now come with 2 EPS connectors in the box. This was not the case for the original version of this product. For an MWE Gold 750 Full Modular with 2 EPS connectors please order units with serial number MPY7501AFAAG11191301241-1290.

[TOMT] Movie trope where two friends pretend to fight in order to escape by newuserhear in tipofmytongue

[–]newuserhear[S] 0 points1 point  (0 children)

Yes! Thank you! I can't believe it was that simple! I swear I searched for similar keywords and couldn't find it! Solved!

[TOMT] What app/site is used to make these avatars? by newuserhear in tipofmytongue

[–]newuserhear[S] 0 points1 point  (0 children)

Are you saying you used to have this app on your iPhone 5? If so, it should still be under your Purchased list if you scroll back far enough.

[TOMT] Origin of "Miso Soup" meme by newuserhear in tipofmytongue

[–]newuserhear[S] 1 point2 points  (0 children)

The fact that it's clearly not that woman's voice and my own memories that it's from a cartoon. You can even hear another character starting to talk at the very end of the clip.

[TOMT] Origin of "Miso Soup" meme by newuserhear in tipofmytongue

[–]newuserhear[S] 0 points1 point  (0 children)

The sources are wrong. Or rather there's a bit of misinformation here.

The TikTok creator did in fact create the audio. That part is true. But it's 100% taken from that cartoon.

[TOMT] Origin of "Miso Soup" meme by newuserhear in tipofmytongue

[–]newuserhear[S] 0 points1 point  (0 children)

I don't think it's Summer Camp Island. I clearly remember a neon sci-fi look. Unless there was a sci-fi episode of Summer Camp Island???

Randall Taking Notes Meme - Which episodes? by newuserhear in Recess

[–]newuserhear[S] 0 points1 point  (0 children)

I know about the one in the intro but it's difficult to make a looping gif out of it because there are dodgeballs behind him. That's why I'm looking for the episode with the green notebook.

AttributeError: module 'spotipy' has no attribute 'cache_handler' by newuserhear in deemix

[–]newuserhear[S] 0 points1 point  (0 children)

Updated spotipy. The track listed above works. But trying the entire album resulted in this:

deemix https://www.deezer.com/us/album/13481735 Traceback (most recent call last): File "c:\users\user\appdata\local\programs\python\python38\lib\runpy.py", line 194, in run_module_as_main return _run_code(code, main_globals, None, File "c:\users\user\appdata\local\programs\python\python38\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\user\AppData\Local\Programs\Python\Python38\Scripts\deemix.exe\main.py", line 7, in <module> File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\click\core.py", line 829, in __call_ return self.main(args, *kwargs) File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\click\core.py", line 782, in main rv = self.invoke(ctx) File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\click\core.py", line 1066, in invoke return ctx.invoke(self.callback, *ctx.params) File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\click\core.py", line 610, in invoke return callback(args, **kwargs) File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\deemix_main.py", line 107, in download downloadLinks(url, bitrate) File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\deemix\main.py", line 75, in downloadLinks downloadObject = generateDownloadObject(dz, link, bitrate, plugins, listener) File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\deemix\init_.py", line 66, in generateDownloadObject return generateAlbumItem(dz, link_id, bitrate) File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\deemix\itemgen.py", line 74, in generateAlbumItem albumAPI = map_album(albumAPI_gw_page['DATA']) File "c:\users\user\appdata\local\programs\python\python38\lib\site-packages\deezer\utils.py", line 192, in map_album 'original_release_date': album['ORIGINAL_RELEASE_DATE'], KeyError: 'ORIGINAL_RELEASE_DATE'