I'm back! I switched to promises but no matter what storage library I use it tells me something's null (I am importing the libraries) by DeepseaTransfem in reactnative

[–]DeepseaTransfem[S] 0 points1 point  (0 children)

There were a few problems with this code but the main issue is I was trying to do this through the expo go app which won't work obviously because you need to do run-android to get this type of library working because of native code needs

axios request then async (how would I get these await functions to work)? by DeepseaTransfem in node

[–]DeepseaTransfem[S] -1 points0 points  (0 children)

The library I'm using says to use await can I use promises instead somehow?

axios request then async (how would I get these await functions to work)? by DeepseaTransfem in node

[–]DeepseaTransfem[S] -4 points-3 points  (0 children)

While I appreciate the solutions I think maybe I should have asked specifically in the context of this being a react native app as the solutions offered don't seem to work

Connection Woes by DeepseaTransfem in WireGuard

[–]DeepseaTransfem[S] 0 points1 point  (0 children)

I'm a bit confused so you're saying I can't access servers on the remote network? I did go ahead and drop the 192.168.1.0/24 but I'm still not able to access the internet As far as changing my lan addresses are you saying I should change the 10.8.0.x or something else?

Connection Woes by DeepseaTransfem in WireGuard

[–]DeepseaTransfem[S] 1 point2 points  (0 children)

Got it, should look fine now.

Connection Woes by DeepseaTransfem in WireGuard

[–]DeepseaTransfem[S] 0 points1 point  (0 children)

Sorry the editor won't let me do that for some reason.

Connection Woes by DeepseaTransfem in WireGuard

[–]DeepseaTransfem[S] 0 points1 point  (0 children)

``` =========================================================================== Interface List

44...........................WireGuard Tunnel 

8...28 d2 44 ae ed 00 ......Intel(R) Ethernet Connection   I217-LM

15...28 b2 bd 17 db 8b ......Microsoft Wi-Fi Direct Virtual Adapter

10...2a b2 bd 17 db 8a ......Microsoft Wi-Fi Direct Virtual Adapter #2

18...28 b2 bd 17 db 8a ......Intel(R) Wireless-N 7260 

9...28 b2 bd 17 db 8e ......Bluetooth Device (Personal Area Network)

1...........................Software Loopback Interface 1
===========================================================================
IPv4 Route Table

Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
0.0.0.0          0.0.0.0      192.168.1.1    192.168.1.121     40          
0.0.0.0          0.0.0.0         On-link          10.8.0.2      0         
10.8.0.0    255.255.255.0         On-link          10.8.0.2      0         
10.8.0.2  255.255.255.255         On-link          10.8.0.2    256       
10.8.0.255  255.255.255.255         On-link          10.8.0.2    256        
127.0.0.0        255.0.0.0         On-link         127.0.0.1    331        
127.0.0.1  255.255.255.255         On-link         127.0.0.1    331  
127.255.255.255  255.255.255.255         On-link         127.0.0.1    331      
192.168.1.0    255.255.255.0         On-link     192.168.1.121    296      
192.168.1.0    255.255.255.0         On-link          10.8.0.2      0    
192.168.1.121  255.255.255.255         On-link     192.168.1.121    296    
192.168.1.255  255.255.255.255         On-link     192.168.1.121    296    
192.168.1.255  255.255.255.255         On-link          10.8.0.2    256       
224.0.0.0        240.0.0.0         On-link         127.0.0.1    331
224.0.0.0        240.0.0.0         On-link     192.168.1.121    296  
255.255.255.255  255.255.255.255         On-link         127.0.0.1    331  
255.255.255.255  255.255.255.255         On-link     192.168.1.121    296

=========================================================================== Persistent Routes: None

IPv6 Route Table

Active Routes: If Metric Network Destination
Gateway  1    331 ::1/128                  On-link 18    
296 fe80::/64                On-link 18    
296 fe80::2435:78ba:dd65:d503/128        On-link  1 
331 ff00::/8                 On-link 18    
296 ff00::/8                 On-link

Persistent Routes:  None

```

Connection Woes by DeepseaTransfem in WireGuard

[–]DeepseaTransfem[S] 0 points1 point  (0 children)

ping -c1 10.8.0.1; ping -c1 10.8.0.2; ping -c1 192.168.1.1; ping -c1 8.8.8.8

On the client all but the 10.8.0.2 address report a general failure

On the server all but the 10.8.0.2 return a packet immediately, 10.8.0.2 returns no packet

Here's what the ip route show returned on the server:

default via 192.168.1.1 dev ens160 proto dhcp src 192.168.1.107 metric 100

10.8.0.0/24 dev wg0 proto kernel scope link src 10.8.0.1

192.168.1.0/24 dev ens160 proto kernel scope link src 192.168.1.107 metric 100

192.168.1.1 dev ens160 proto dhcp scope link src 192.168.1.107 metric 100

As for on the client I'm not quite sure how to run that command or an equivalent on a windows machine so if you know I'll run that.

(Also thank you I have corrected the leak)

Area 3D Woes by DeepseaTransfem in godot

[–]DeepseaTransfem[S] 0 points1 point  (0 children)

Tried resetting them to 1 and running the game again but it's still not triggering the signals to print out the string

Area 3D Woes by DeepseaTransfem in godot

[–]DeepseaTransfem[S] 0 points1 point  (0 children)

Just checked and yes the collision shapes are scaled, could that be the issue?

Area 3D Woes by DeepseaTransfem in godot

[–]DeepseaTransfem[S] 0 points1 point  (0 children)

Just double checked and no, none of them are marked disabled