plugin-manager
plugin-manager copied to clipboard
Switching to upnpclient from upnpy
Some gamers raised concerns about no upnp device found error
while upnp was enabled so i switched to this more recent library.
OS | Tester | x86_64 | aarch64/ arm64 |
---|---|---|---|
Windows 💻 | brostos | ✔️ | ⛔ |
MacOS | Doffy | $${\color{red}PermissionError}$$ | Untested |
Linux | 3ra0S | ✔️ | Untested |
Android | Untested | Untested | Untested |
The PermissionError
occurs while trying to download and copy the modules to a directory that doesnt have the permissions tried changing it with python os
module but still same outcome.
I need testers
Try using p4a recipes to build or compile from source
A bug on discordrp that says am online when am connected to the same device on the same laptop maybe even on same network. Perform some checks to find out if the public ip address are the same or something equivalent and faster
Android uses Bionic libc
as its C library, a streamlined version tailored for mobile devices, different from glibc. So perfom a check on the device to see if its mobile then do some patching to platform.platform()
i think this function doesnt work on a mac.