brostos
brostos
> Sorry you are running into this. I see it show up in a decent amount of fatal-error logs so you are not the only one. Could you let me...
run your sript on the same folder as IPy or specify where should be imported from
```shell C:\Users\rover>py -m pip install six Requirement already satisfied: six in c:\users\rover\appdata\roaming\python\python311\site-packages (1.16.0) C:\Users\rover>py -m pip install pynat ``` ```python Collecting pynat Using cached pynat-0.7.0.tar.gz (7.1 kB) Installing build dependencies...
Try using this ```python def get_ipc_path(pipe=None): ipc = 'discord-ipc-' if pipe: ipc = f"{ipc}{pipe}" if sys.platform in ('linux', 'darwin'): env_keys = ('XDG_RUNTIME_DIR', 'TMPDIR', 'TMP', 'TEMP') for env_key in env_keys: tempdir...
@R0CKH0PP3R Could you show the output of ```python print(d.services) ``` This is my output ```shell [, , ] ```
```python import upnpclient # Plucked from https://github.com/ethereum/upnp-port-forward/blob/master/upnp_port_forward/ WAN_SERVICE_NAMES = ( "WANIPConn1", "WANIPConnection.1", # Nighthawk C7800 "WANPPPConnection.1", # CenturyLink C1100Z "WANPPPConn1", # Huawei B528s-23a ) devices = upnpclient.discover() if devices ==...
whats the progress its so hard to code without the docs as a newbie
`%USERPROFILE%\.vscode\extensions`
6yrs?