Æ

Results 12 comments of Æ

It worked @Kartik079, thank you soo much!

Heyyy, I'm facing the same issue, I think its a storage problem or something, according to this [video](https://www.youtube.com/watch?v=qmpJzgJmoiw) I found online.

> Wow. Same here Actually after digging for a while, [this](https://github.com/Hax4us/Nethunter-In-Termux/issues/201#issuecomment-1902606181) might be the answer!...

It worked, after waiting for a bit everything went into place! #201

> Configuring NetHunter for Termux ... > > ./install-nethunter-termux: line 360: chroot/kali-arm64/etc/resolv.conf: No such file or directory Try maybe reinstalling, later on I'll try to help you out.

I'm also new here, and thank you so much for this fix, hope this gets fixed soon.

@vassbo Yep, I am using windows 11. Unfortunately the private network solution didn't really work for me.

Thanks for your help! In v2, is there still a way to promote/demote/set-rank users in groups?

Could this potentially work out? ```python from Roblox import Client from fastapi import FastAPI, Body app = FastAPI() @app.post("/promote") async def promote(user_id: int, group_id: int): client = Client() client.promote_group_member(group_id, user_id)...

Never mind, looking at it further, it seems that that won't work out unless I create a function with the name, "promote" and "demote".