plugin-manager icon indicating copy to clipboard operation
plugin-manager copied to clipboard

Switching to upnpclient from upnpy

Open brostosjoined opened this issue 11 months ago • 4 comments

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.

brostosjoined avatar Mar 18 '24 20:03 brostosjoined

I need testers

brostosjoined avatar Mar 19 '24 04:03 brostosjoined

Try using p4a recipes to build or compile from source

brostosjoined avatar Aug 12 '24 18:08 brostosjoined

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

brostosjoined avatar Aug 30 '24 04:08 brostosjoined

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.

brostosjoined avatar Sep 03 '24 22:09 brostosjoined