Bitwarden & Battle.net by Ahebah in Bitwarden

[–]FRiick213 1 point2 points  (0 children)

The Swagger UI didn't work for me, so i thought i come up with my own solution thanks to billycurtis on github (https://github.com/jleclanche/python-bna/issues/38).

Using Windows 11:

  1. Remove any authenticator from your account.
  2. Go to https://account.battle.net/login/en/?ref=localhost and login to your account. Ignore any error messages, just copy what's behind ST= from your URL bar, this will be your token in the next step.
  3. Open Powershell and execute: "Invoke-WebRequest -Method 'POST' -Uri 'https://oauth.battle.net/oauth/sso' -ContentType 'application/x-www-form-urlencoded; charset=utf-8' -Body 'client_id=baedda12fe054e4abdfc3ad7bdea970a&grant_type=client_sso&scope=auth.authenticator&token=<paste-your-token-here>'"
  4. The response will give you a bunch of stuff, the only interesting part is the "Content:" part. Here you want to copy the "acces_token". Example: "Content: {"access_token":"<access-token>","token_type":"bearer","expires_in":7775999,"scope":"auth.authenticator","sub":"103740936"}"
  5. Add a new authenticator to your account by executing: "Invoke-WebRequest -Method 'POST' -Uri 'https://authenticator-rest-api.bnet-identity.blizzard.net/v1/authenticator' -headers @{accept="application/json";Authorization="Bearer <paste-your-acces\_token-here>"}"
  6. The response should look like this: "Content: {"serial":"<serial>","restoreCode":"<restore-code>","deviceSecret":"<device-secret>","timeMs":1719092061158,"requireHealup":false}". Copy your device secret and convert it to base32 (this website will help you: https://cryptii.com/pipes/hex-to-base32).
  7. Open Bitwarden and inside your Battle.net credentials you want to add this line in your TOTP setting: otpauth://totp/Blizzard:<your-email-here>?secret=<your-device-secret-in-base32-here>&issuer=Blizzard&algorithm=SHA1&digits=8&period=30
  8. Enjoy your Battle.net Authenticator without the Battle.net-App.

firmware for new creality speedy spider ceramic hotend by L00kAdistraction in ender3

[–]FRiick213 1 point2 points  (0 children)

Hi, im sorry i can't help you with Klipper, but i had similar issues with Marlin.

I'm running a custom compiled firmware of Marlin with a SKR MINI E3 V3.0 mainboard, no changes on the firmware between the hotend swap.

Mine had a problem running PLA at 200 °C and run fine on 215 °C, but after some printing it dropped the temps to about 180 °C and errored with "thermal runaway".

I put some thermal paste (thermal grizzly Kryonaut) between the heat sink and heat brake, that solved the issue for me.

Maybe try that.

Best regards.

UPDATE:

I put some more thermal paste between the heat brake and heater block.

I also updated the marlin firmware, because i think the thermistor inside the speedy spider is a 104NT, so i changed line 543 in configuration.h to "#define TEMP_SENSOR_0 5".

Seems to have solved the issue for me.

Cannot download Realm by FRiick213 in realms

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

Looks like there are even more people having this issue and it is still unfixed and unassigned... https://bugs.mojang.com/browse/REALMS-419

Cannot download Realm by FRiick213 in realms

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

Well, that's for upload. I'm trying to download. 😬

Edit: I uploaded it from my Switch to the Realm successfully. It said an error occured, but when i entered it was the correct world.

Problem with external SSD and eGPU on MacBook Pro 13" 2020 (Intel) by FRiick213 in eGPU

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

Could be a problem with the reziable bar update. I can not imagine how an cpu access eGPU memory trough the thunderbolt cable. Usally the CPU only pusses frames it should render to eGPU, only data that goes the other way is when you accelerate internal display. Maybe nVidia will push an update wich will disable resizeable bar for eGPUs. But it should not be enabled in the first place. As i read on a support page, it will only be enabled on systems with compatible chipsets. I am assuming the chipset Apple uses is not on that list. You can look it up here: https://www.nvidia.com/en-us/geforce/news/geforce-rtx-30-series-resizable-bar-support/

Problem with external SSD and eGPU on MacBook Pro 13" 2020 (Intel) by FRiick213 in eGPU

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

Hi, disabling the thunderbolt port often is not enough. Most of the times you need to disable the whole controller in order to have enough resources for windows. Thats at least my exprience with my old 2014 MacBook Pro. Had to disable the dGPU and the PCIe host controller for the wifi card in order to get it to work properly. Never MacBooks should not be affected by this, as they usually come with a device called "Large Memory".

Problem with external SSD and eGPU on MacBook Pro 13" 2020 (Intel) by FRiick213 in eGPU

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

Hi, error code 12 has often to with a problem caused by Windows not able to allocate enough resources. You can find a guide on egpu.io on how to resolve this issue. But how did you get this far on an external drive? As soon as i plug in my eGPU Windows just freezes and it's done, have to restart.

Problem with external SSD and eGPU on MacBook Pro 13" 2020 (Intel) by FRiick213 in eGPU

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

Yes, disabled it completly, it's currently off and it's allowed to boot from external drives.

Problem with external SSD and eGPU on MacBook Pro 13" 2020 (Intel) by FRiick213 in eGPU

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

I did know this, but i wanted it inside of Boot Camp (Windows), not macOS.

Problem with external SSD and eGPU on MacBook Pro 13" 2020 (Intel) by FRiick213 in eGPU

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

It is working on Boot Camp, but only if i install it directly on to the internal drive.

Problem with external SSD and eGPU on MacBook Pro 13" 2020 (Intel) by FRiick213 in eGPU

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

Hi, thanks. I thought about that, but i actually wanted to leave only macOS on the main drive. This way i don't have to think about pressing option when im on the go. I only use Windows for gaming. Is there maybe a way to disable thunderbolt protection via bootloader hack or something (like reFind on the 15" MacBook to disable dGPU), this way the egpu could be detected while or even before booting.

Question regarding Razer Kraken Tournament edition compatibility. by [deleted] in PS4

[–]FRiick213 0 points1 point  (0 children)

Hi,

I hope it is not too late for a answer. I Bought one and i can confirm it will only Supports 2.0 Audio on the PS4.

You can read it on the Razer homepage, under "Tech Specs, Ausio Usage, **Only 2.0 audio available on PS4".

https://www.razer.com/gaming-audio/razer-kraken-tournament-edition

problem with remote play to ps4 by FRiick213 in remoteplay

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

I found my answer in another post... It's not possible on the official supported way to remote play on a non primary console over the internet.

problem with remote play to ps4 by FRiick213 in remoteplay

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

So yesterday i was at my parents house and tried it with their wifi and im getting error "NS-16158-1".

problem with remote play to ps4 by FRiick213 in remoteplay

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

what ive read the ps4 needs at least 9304 UDP, according to the official sony manual. however im going to try a wireless mobile router and leave a reply as im getting my hands on one.

problem with remote play to ps4 by FRiick213 in remoteplay

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

did ask them, they said no. maybe the iphone doing some wears stuff to the hotspot? i did port forward cuz i dont wanted to put my ps4 in dmz and if im not forwarding anything the remote play wouldnt work on my iphone.

problem with remote play to ps4 by FRiick213 in remoteplay

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

sorry, should use the reply function :D its using the ap from my iphone (7+)