I have a TypeError problem and cannot find the solution to fix it - typeerror

I am currently trying to code a Minecraft Ban Checker and had this issue for 2 days now and tried fixing it for 8h and cannot still find the problem. I know I am a dumb coder and I am a newbie and came to python 3 days ago. Just would like some help sorry for disturbing <3
Code Photo
Error Photo

Related

View a 3D-Model in Vue 3

I'm looking for a way to embed my 3D-Model (.glb, .gltf, fbx. doesn't matter) onto my website, which i built in vue 3.
However, I am unable to find any package or work around to do so. The only npm-package i could find was vue-3d-model, sadly it's still not supporting vue 3, see here: https://github.com/hujiulong/vue-3d-model/issues/287.
The other thing i stumbled across was model-viewer, which didn't work for me either, i added screenshots of the errors which i got, i used the code posted here.
Does anybody know a way how i could fix this? Or maybe an alternative to the two ways above?
Help would be much appreciated
Cheers, Josch

Several of my end users keep getting error 910 on play store

Several of my end users cannot install my app due to them getting the 910 error message. I have already tried asking them to delete their cache and other similar solutions I have found on several websites, none of them have been able to download my app after trying this. I was wondering if there is a chance this is a programming error on my part and if so what can I do?
I believe there is very little chance this is a programming error on your part. Unfortunately this is a pretty rare error code. There are a few things you can do if you have good communication with the users:
Find out what version of the Play Store they are on, and if it is not the latest encourage them to update
if they seem reasonably good at doing slightly technical things you could get them to take a bug report and then you contact Google Play developer support using the contact button on the help menu with that bug report.

httpclient not working anywhere except in windows phone

I followed the [ToDoRest][1] example in github, it works there but it don't working my app I don't understand what I am missing.
Things look same in both projects but still it's not working in mine please help me I am looking into this from last 3 days without any luck. Please help me.
I figured it out, I need to put .ConfigureAwait(false) at the end each call then it works in IOS and android

Exceptions using htmlagilitypack

i am working with html-agility-pack in vb.net and facing a problem. my project was working fine 2 days ago, but now it is generating some kind of exceptions . i am wondering that what is happening . can anyone please help. screen shots are attached thanks
i resolved the problem. thanks everyone for valueable commenting. the proble was due to proxy settings in my default browser. code is totally right.

Generating QR code in iOS app

In my app I am looking to generate a QR code. Now I have already looked at a couple of classes online but none of them seem to work, including this one https://github.com/myang-git/QR-Code-Encoder-for-Objective-C which seems to have problems (I am getting an error every time I try to run it).
What is an easy straight forward way to make QR codes? I am really desperate here and have been looking online for hours now.