Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm getting 0 download kbps using OpenWrt Chaos Calmer 15.05 #23

Closed
Mercurial opened this issue Jan 10, 2017 · 10 comments
Closed

I'm getting 0 download kbps using OpenWrt Chaos Calmer 15.05 #23

Mercurial opened this issue Jan 10, 2017 · 10 comments

Comments

@Mercurial
Copy link

need help, thanks!

screen shot 2017-01-11 at 12 16 48 am

@pyrovski
Copy link
Owner

Can you send me the output of the following commands run as root on the OpenWrt device?

iptables -nvL
iptables -nvL -t mangle

I would also like to see your DB file. You can email me at peter.eldridge.bailey@gmail.com

@Mercurial
Copy link
Author

Hello here are the results

iptables -nvL

Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
 229K   23M delegate_input  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
9966K  695M delegate_forward  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
 179K   72M delegate_output  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain delegate_forward (1 references)
 pkts bytes target     prot opt in     out     source               destination         
9966K  695M forwarding_rule  all  --  *      *       0.0.0.0/0            0.0.0.0/0            /* user chain for forwarding */
   35  6608 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate RELATED,ESTABLISHED
9966K  695M zone_lan_forward  all  --  br-lan *       0.0.0.0/0            0.0.0.0/0           
    0     0 zone_wan_forward  all  --  eth1   *       0.0.0.0/0            0.0.0.0/0           
    0     0 reject     all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain delegate_input (1 references)
 pkts bytes target     prot opt in     out     source               destination         
 3838  367K ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0           
 226K   23M input_rule  all  --  *      *       0.0.0.0/0            0.0.0.0/0            /* user chain for input */
 178K   20M ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate RELATED,ESTABLISHED
   60  3840 syn_flood  tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp flags:0x17/0x02
47905 2970K zone_lan_input  all  --  br-lan *       0.0.0.0/0            0.0.0.0/0           
    0     0 zone_wan_input  all  --  eth1   *       0.0.0.0/0            0.0.0.0/0           

Chain delegate_output (1 references)
 pkts bytes target     prot opt in     out     source               destination         
 3838  367K ACCEPT     all  --  *      lo      0.0.0.0/0            0.0.0.0/0           
 176K   72M output_rule  all  --  *      *       0.0.0.0/0            0.0.0.0/0            /* user chain for output */
 160K   71M ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate RELATED,ESTABLISHED
15455 1065K zone_lan_output  all  --  *      br-lan  0.0.0.0/0            0.0.0.0/0           
    0     0 zone_wan_output  all  --  *      eth1    0.0.0.0/0            0.0.0.0/0           

Chain forwarding_lan_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain forwarding_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain forwarding_wan_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain input_lan_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain input_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain input_wan_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain output_lan_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain output_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain output_wan_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain reject (3 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 REJECT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            reject-with tcp-reset
    0     0 REJECT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            reject-with icmp-port-unreachable

Chain syn_flood (1 references)
 pkts bytes target     prot opt in     out     source               destination         
   60  3840 RETURN     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp flags:0x17/0x02 limit: avg 25/sec burst 50
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain zone_lan_dest_ACCEPT (4 references)
 pkts bytes target     prot opt in     out     source               destination         
9981K  696M ACCEPT     all  --  *      br-lan  0.0.0.0/0            0.0.0.0/0           

Chain zone_lan_forward (1 references)
 pkts bytes target     prot opt in     out     source               destination         
9966K  695M forwarding_lan_rule  all  --  *      *       0.0.0.0/0            0.0.0.0/0            /* user chain for forwarding */
9966K  695M zone_wan_dest_ACCEPT  all  --  *      *       0.0.0.0/0            0.0.0.0/0            /* forwarding lan -> wan */
    0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate DNAT /* Accept port forwards */
9966K  695M zone_lan_dest_ACCEPT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain zone_lan_input (1 references)
 pkts bytes target     prot opt in     out     source               destination         
47905 2970K input_lan_rule  all  --  *      *       0.0.0.0/0            0.0.0.0/0            /* user chain for input */
    0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate DNAT /* Accept port redirections */
47905 2970K zone_lan_src_ACCEPT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain zone_lan_output (1 references)
 pkts bytes target     prot opt in     out     source               destination         
15455 1065K output_lan_rule  all  --  *      *       0.0.0.0/0            0.0.0.0/0            /* user chain for output */
15455 1065K zone_lan_dest_ACCEPT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain zone_lan_src_ACCEPT (1 references)
 pkts bytes target     prot opt in     out     source               destination         
47905 2970K ACCEPT     all  --  br-lan *       0.0.0.0/0            0.0.0.0/0           

Chain zone_wan_dest_ACCEPT (2 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 ACCEPT     all  --  *      eth1    0.0.0.0/0            0.0.0.0/0           

Chain zone_wan_dest_REJECT (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 reject     all  --  *      eth1    0.0.0.0/0            0.0.0.0/0           

Chain zone_wan_forward (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 forwarding_wan_rule  all  --  *      *       0.0.0.0/0            0.0.0.0/0            /* user chain for forwarding */
    0     0 zone_lan_dest_ACCEPT  esp  --  *      *       0.0.0.0/0            0.0.0.0/0            /* @rule[7] */
    0     0 zone_lan_dest_ACCEPT  udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:500 /* @rule[8] */
    0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate DNAT /* Accept port forwards */
    0     0 zone_wan_dest_REJECT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain zone_wan_input (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 input_wan_rule  all  --  *      *       0.0.0.0/0            0.0.0.0/0            /* user chain for input */
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:68 /* Allow-DHCP-Renew */
    0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0            icmptype 8 /* Allow-Ping */
    0     0 ACCEPT     2    --  *      *       0.0.0.0/0            0.0.0.0/0            /* Allow-IGMP */
    0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate DNAT /* Accept port redirections */
    0     0 zone_wan_src_REJECT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain zone_wan_output (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 output_wan_rule  all  --  *      *       0.0.0.0/0            0.0.0.0/0            /* user chain for output */
    0     0 zone_wan_dest_ACCEPT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain zone_wan_src_REJECT (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 reject     all  --  eth1   *       0.0.0.0/0            0.0.0.0/0           

iptables -nvL -t mangle

Chain PREROUTING (policy ACCEPT 8526K packets, 559M bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 MARK       tcp  --  vtun+  *       0.0.0.0/0            0.0.0.0/0            MARK xset 0x2/0xff
    0     0 DSCP       all  --  eth0   *       0.0.0.0/0            0.0.0.0/0            DSCP match !0x00 DSCP set 0x00
  10M  719M fwmark     all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain INPUT (policy ACCEPT 172K packets, 18M bytes)
 pkts bytes target     prot opt in     out     source               destination         
 237K   24M RRDIPT_INPUT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain FORWARD (policy ACCEPT 8351K packets, 540M bytes)
 pkts bytes target     prot opt in     out     source               destination         
  10M  717M RRDIPT_FORWARD  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
9966K  695M mssfix     all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain OUTPUT (policy ACCEPT 137K packets, 55M bytes)
 pkts bytes target     prot opt in     out     source               destination         
 191K   74M RRDIPT_OUTPUT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
28264 3067K DSCP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0            multiport ports 123,53 DSCP set 0x24

Chain POSTROUTING (policy ACCEPT 8483K packets, 595M bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 QOS_MARK_eth0  all  --  *      eth0    0.0.0.0/0            0.0.0.0/0           [goto]  mark match 0x0/0xff

Chain QOS_MARK_eth0 (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 MARK       all  --  *      *       0.0.0.0/0            0.0.0.0/0            MARK xset 0x2/0xff
    0     0 MARK       all  --  *      *       0.0.0.0/0            0.0.0.0/0            DSCP match 0x08 MARK xset 0x3/0xff
    0     0 MARK       all  --  *      *       0.0.0.0/0            0.0.0.0/0            DSCP match 0x30 MARK xset 0x1/0xff
    0     0 MARK       all  --  *      *       0.0.0.0/0            0.0.0.0/0            DSCP match 0x2e MARK xset 0x1/0xff
    0     0 MARK       all  --  *      *       0.0.0.0/0            0.0.0.0/0            DSCP match 0x24 MARK xset 0x1/0xff
    0     0 MARK       all  --  *      *       0.0.0.0/0            0.0.0.0/0            tos match0x10/0x3f MARK xset 0x1/0xff

Chain RRDIPT_FORWARD (1 references)
 pkts bytes target     prot opt in     out     source               destination         
 488K   61M RETURN     all  --  *      *       192.168.254.14       0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.14      
    0     0 RETURN     all  --  *      *       192.168.254.25       0.0.0.0/0           
   24  4211 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.25      
 157K   14M RETURN     all  --  *      *       192.168.254.2        0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.2       
93564 6809K RETURN     all  --  *      *       192.168.254.3        0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.3       
 4248  557K RETURN     all  --  *      *       192.168.254.18       0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.18      
 214K   17M RETURN     all  --  *      *       192.168.254.4        0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.4       
32084 7837K RETURN     all  --  *      *       192.168.254.27       0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.27      
6911K  390M RETURN     all  --  *      *       192.168.254.150      0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.150     
    0     0 RETURN     all  --  *      *       192.168.254.251      0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.251     
    0     0 RETURN     all  --  *      *       192.168.254.252      0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.252     
    0     0 RETURN     all  --  *      *       192.168.254.253      0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.253     
    0     0 RETURN     all  --  *      *       192.168.254.17       0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.17      
 174K   14M RETURN     all  --  *      *       192.168.254.11       0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.11      
 168K   14M RETURN     all  --  *      *       192.168.254.6        0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.6       
59771 4696K RETURN     all  --  *      *       192.168.254.7        0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.254.7       

Chain RRDIPT_INPUT (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 RETURN     all  --  eth0   *       0.0.0.0/0            0.0.0.0/0           

Chain RRDIPT_OUTPUT (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 RETURN     all  --  *      eth0    0.0.0.0/0            0.0.0.0/0           

Chain fwmark (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain mssfix (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 TCPMSS     tcp  --  *      eth1    0.0.0.0/0            0.0.0.0/0            tcp flags:0x06/0x02 /* wan (mtu_fix) */ TCPMSS clamp to PMTU

@Mercurial
Copy link
Author

usage.db


#mac,ip,iface,in,out,total,first_date,last_date
f0:d1:a9:67:97:8e,192.168.254.11,br-lan,0,0,0,10-01-2017_20:38:51,10-01-2017_20:38:51
00:0c:29:e9:af:85,192.168.254.14,br-lan,0,19909650,19909650,10-01-2017_16:00:15,10-01-2017_20:43:55
08:60:6e:80:b5:a3,192.168.254.25,br-lan,0,0,0,10-01-2017_16:00:15,10-01-2017_16:00:15
9c:5c:f9:8b:5a:4b,192.168.254.2,br-lan,0,145474,145474,10-01-2017_16:00:15,10-01-2017_20:40:39
9a:8a:4f:31:2e:4c,192.168.254.17,br-lan,0,1891348,1891348,10-01-2017_17:02:42,10-01-2017_18:23:05
b8:4f:d5:6f:63:5c,192.168.254.3,br-lan,0,88640,88640,10-01-2017_16:00:15,10-01-2017_20:42:12
3a:c8:79:5d:5c:38,192.168.254.18,br-lan,0,295232,295232,10-01-2017_16:00:15,10-01-2017_20:43:55
4c:57:ca:a8:4f:ca,192.168.254.4,br-lan,0,63478895,63478895,10-01-2017_16:00:15,10-01-2017_20:38:51
40:8d:5c:4d:8f:57,192.168.254.27,br-lan,0,83002486,83002486,10-01-2017_16:00:15,10-01-2017_20:38:51
8c:7c:92:0a:d6:4f,192.168.254.6,br-lan,0,0,0,10-01-2017_20:38:51,10-01-2017_20:38:51
84:63:d6:96:8a:9c,192.168.254.7,br-lan,0,788,788,10-01-2017_20:38:51,10-01-2017_20:43:55
50:1a:c5:61:5f:09,192.168.254.150,br-lan,0,6048881,6048881,10-01-2017_16:00:15,10-01-2017_20:38:51
90:61:0c:26:b2:7d,192.168.254.251,br-lan,0,0,0,10-01-2017_16:00:15,10-01-2017_16:00:15
90:61:0c:29:e0:4c,192.168.254.252,br-lan,0,0,0,10-01-2017_16:00:15,10-01-2017_16:00:15
90:61:0c:1e:a1:bb,192.168.254.253,br-lan,0,0,0,10-01-2017_16:00:15,10-01-2017_16:00:15

@Mercurial
Copy link
Author

thank you very much for your help

@pyrovski

I also tried https://github.com/wtc0der/wtBRMon/ I also seem to be getting similar results

@pyrovski
Copy link
Owner

pyrovski commented Jan 13, 2017 via email

@kukudemajia
Copy link

I encountered the same problem.

@pyrovski
Copy link
Owner

pyrovski commented Jul 1, 2017

Could you send me (privately) the output of 'ifconfig' and 'route -n'?

@SharmPRO
Copy link

SharmPRO commented Jan 5, 2018

Hi, trying to make it works but always 0kb...
I have a bridged connection wifi -> ethernet to extend my wifi network with an ethernet cable from adsl router.
Thank for your time.

root@OpenWrt:/tmp# cat usage.db
#mac,ip,iface,in,out,total,first_date,last_date
f0:b4:79:15:2b:8f,192.168.1.103,br-lan,0,0,0,05-01-2018_09:49:06,05-01-2018_09:49:06
54:be:53:73:de:14,192.168.1.1,br-lan,0,0,0,05-01-2018_09:49:06,05-01-2018_09:49:06

root@OpenWrt:/tmp# iptables -nvxL -t mangle
Chain PREROUTING (policy ACCEPT 2 packets, 156 bytes)
pkts bytes target prot opt in out source destination

Chain INPUT (policy ACCEPT 2 packets, 156 bytes)
pkts bytes target prot opt in out source destination
1419 121304 RRDIPT_INPUT all -- * * 0.0.0.0/0 0.0.0.0/0

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 RRDIPT_FORWARD all -- * * 0.0.0.0/0 0.0.0.0/0

Chain OUTPUT (policy ACCEPT 1 packets, 104 bytes)
pkts bytes target prot opt in out source destination
1301 235212 RRDIPT_OUTPUT all -- * * 0.0.0.0/0 0.0.0.0/0

Chain POSTROUTING (policy ACCEPT 1 packets, 104 bytes)
pkts bytes target prot opt in out source destination

Chain RRDIPT_FORWARD (1 references)
pkts bytes target prot opt in out source destination
0 0 RETURN all -- * * 192.168.1.103 0.0.0.0/0
0 0 RETURN all -- * * 0.0.0.0/0 192.168.1.103
0 0 RETURN all -- * * 192.168.1.1 0.0.0.0/0
0 0 RETURN all -- * * 0.0.0.0/0 192.168.1.1

Chain RRDIPT_INPUT (1 references)
pkts bytes target prot opt in out source destination
0 0 RETURN all -- eth0 * 0.0.0.0/0 0.0.0.0/0

Chain RRDIPT_OUTPUT (1 references)
pkts bytes target prot opt in out source destination
0 0 RETURN all -- * eth0 0.0.0.0/0 0.0.0.0/0

root@OpenWrt:/tmp# ifconfig
br-lan Link encap:Ethernet HWaddr 00:24:D2:1A:5F:81
inet addr:192.168.1.23 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::224:d2ff:fe1a:5f81/64 Scope:Link
inet6 addr: fdec:55a8:6fc2::1/60 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6198 errors:0 dropped:0 overruns:0 frame:0
TX packets:6055 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:663951 (648.3 KiB) TX bytes:1263052 (1.2 MiB)

eth0 Link encap:Ethernet HWaddr 00:24:D2:1A:5F:81
inet6 addr: fe80::224:d2ff:fe1a:5f81/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9827 errors:0 dropped:0 overruns:0 frame:0
TX packets:8680 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4099385 (3.9 MiB) TX bytes:1638822 (1.5 MiB)
Interrupt:14

eth0.1 Link encap:Ethernet HWaddr 00:24:D2:1A:5F:81
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9791 errors:0 dropped:0 overruns:0 frame:0
TX packets:8665 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3919393 (3.7 MiB) TX bytes:1602456 (1.5 MiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1147 (1.1 KiB) TX bytes:1147 (1.1 KiB)

wlan0 Link encap:Ethernet HWaddr 00:24:D2:1A:5F:82
inet6 addr: fe80::224:d2ff:fe1a:5f82/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2983 errors:0 dropped:0 overruns:0 frame:0
TX packets:3574 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:385154 (376.1 KiB) TX bytes:3349048 (3.1 MiB)

root@OpenWrt:/tmp# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 br-lan
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 br-lan

@paulcmal
Copy link

Have you tried running 'wrtbwmon remove' followed by the setup command?

I had the same problem and removing the rules and reapplying them as you suggested fixed the issue. Thank you 👍

@pyrovski
Copy link
Owner

I suspect this is the same issue as #37.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants