Code Monkey home page Code Monkey logo

Comments (13)

kingster avatar kingster commented on August 18, 2024

Hi @saaiful I have implemented a prototype for the conference (very minimal testing as I don't have access to multiple devices at same time) , could you please give it a try and share your feedback? You should be able to download the binary build from the linked pr comments.

from tinyphone.

saaiful avatar saaiful commented on August 18, 2024

Downloaded the new version, now my tinyphone is not starting. It says port 6060 is used by another app. I Checked no one is using port 6060.

from tinyphone.

kingster avatar kingster commented on August 18, 2024

Incase you have force quit the application, the os sometimes doesn't release the port instantly. Did you try launching it after some time? If that doesn't work, try restarting your system and then launching again.

from tinyphone.

saaiful avatar saaiful commented on August 18, 2024

Restarted System & Reinstalled the program. Same Issue.

from tinyphone.

kingster avatar kingster commented on August 18, 2024

I was able to launch the application without any issue on a brand new os, please verify if the port is actually free or not. You can follow this StackOverflow question for the steps

from tinyphone.

saaiful avatar saaiful commented on August 18, 2024

netstat -ano | findStr "6060" Returns nothing, I checked in resource monitor same, no use on 6060. I will try other options.

from tinyphone.

saaiful avatar saaiful commented on August 18, 2024
2021-03-31 12:38:52.895   endpoint.cpp  pjsua_transport_create(type, &tcfg, &tid) error: Address already in use (WSAEADDRINUSE) (status=130048) [..\src\pjsua2\endpoint.cpp:1983]
2021-03-31 12:38:52.895   pjsua_core.c  Shutting down, flags=0...
2021-03-31 12:38:52.895   pjsua_core.c  PJSUA state changed: INIT --> CLOSING```

Remove All Tinyphone related files using search. 

from tinyphone.

kingster avatar kingster commented on August 18, 2024

Are you by any chance running some other Softphone?

Also can you share the entire logs?

from tinyphone.

saaiful avatar saaiful commented on August 18, 2024
2021-04-03 19:24:08.065 sip_endpoint.c  .Module "mod-tsx-layer" registered
2021-04-03 19:24:08.065 sip_endpoint.c  .Module "mod-stateful-util" registered
2021-04-03 19:24:08.065 sip_endpoint.c  .Module "mod-ua" registered
2021-04-03 19:24:08.065 sip_endpoint.c  .Module "mod-100rel" registered
2021-04-03 19:24:08.065 sip_endpoint.c  .Module "mod-pjsua" registered
2021-04-03 19:24:08.065 sip_endpoint.c  .Module "mod-invite" registered
2021-04-03 19:24:08.065   pjsua_core.c  .Trying STUN server stun.l.google.com:19302 IPv4 (1 of 1)..
2021-04-03 19:24:08.590       pa_dev.c  ..PortAudio sound library initialized, status=0
2021-04-03 19:24:08.590       pa_dev.c  ..PortAudio host api count=3
2021-04-03 19:24:08.590       pa_dev.c  ..Sound device count=28
2021-04-03 19:24:08.590          pjlib  ..select() I/O Queue created (0337FC3C)
2021-04-03 19:24:08.590       bcg729.c  ..BCG729 codec initialized
2021-04-03 19:24:08.591 sip_endpoint.c  .Module "mod-evsub" registered
2021-04-03 19:24:08.591 sip_endpoint.c  .Module "mod-presence" registered
2021-04-03 19:24:08.591 sip_endpoint.c  .Module "mod-mwi" registered
2021-04-03 19:24:08.591 sip_endpoint.c  .Module "mod-refer" registered
2021-04-03 19:24:08.591 sip_endpoint.c  .Module "mod-pjsua-pres" registered
2021-04-03 19:24:08.591 sip_endpoint.c  .Module "mod-pjsua-im" registered
2021-04-03 19:24:08.591 sip_endpoint.c  .Module "mod-pjsua-options" registered
2021-04-03 19:24:08.591   pjsua_core.c  .2 SIP worker threads created
2021-04-03 19:24:08.591   pjsua_core.c  .pjsua version 2.9 for win32-6.2/i386/msvc-19.0 initialized
2021-04-03 19:24:08.591   pjsua_core.c  .PJSUA state changed: CREATED --> INIT
2021-04-03 19:24:08.591    stunresolve !.STUN mapped address found/changed: 118.179.55.49:61542
2021-04-03 19:24:08.599   pjsua_core.c  .STUN resolution success, using stun.l.google.com:19302, address is 172.217.194.127:19302
2021-04-03 19:24:08.612   pjsua_core.c !bind() error: Address already in use (WSAEADDRINUSE) [status=130048]
2021-04-03 19:24:08.612   endpoint.cpp  pjsua_transport_create(type, &tcfg, &tid) error: Address already in use (WSAEADDRINUSE) (status=130048) [..\src\pjsua2\endpoint.cpp:1983]
2021-04-03 19:24:08.612   pjsua_core.c  Shutting down, flags=0...
2021-04-03 19:24:08.612   pjsua_core.c  PJSUA state changed: INIT --> CLOSING
2021-04-03 19:24:08.628   pjsua_call.c  .Hangup all calls..
2021-04-03 19:24:08.628  pjsua_media.c  .Call 0: deinitializing media..
2021-04-03 19:24:08.628  pjsua_media.c  .Call 1: deinitializing media..
2021-04-03 19:24:08.628  pjsua_media.c  .Call 2: deinitializing media..
2021-04-03 19:24:08.628  pjsua_media.c  .Call 3: deinitializing media..
2021-04-03 19:24:08.628   pjsua_pres.c  .Shutting down presence..
2021-04-03 19:24:09.635   pjsua_core.c  .Destroying...
2021-04-03 19:24:09.635  pjsua_media.c  .Shutting down media..
2021-04-03 19:24:10.117       pa_dev.c  ..PortAudio sound library shutting down..
2021-04-03 19:24:10.118 sip_transactio  .Stopping transaction layer module
2021-04-03 19:24:10.118 sip_transactio  .Stopped transaction layer module
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-pjsua-options" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-pjsua-im" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-pjsua-pres" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-pjsua" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-stateful-util" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-refer" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-mwi" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-presence" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-evsub" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-invite" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-100rel" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-ua" unregistered
2021-04-03 19:24:10.118 sip_transactio  .Transaction layer module destroyed
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-tsx-layer" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-msg-print" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Module "mod-pjsua-log" unregistered
2021-04-03 19:24:10.118 sip_endpoint.c  .Endpoint 013D2EDC destroyed
2021-04-03 19:24:10.118   pjsua_core.c  .PJSUA state changed: CLOSING --> NULL
2021-04-03 19:24:10.118   pjsua_core.c  .PJSUA destroyed...

from tinyphone.

kingster avatar kingster commented on August 18, 2024

This looks like your SIP port is already in use, and pjsua fails to start.

2021-04-03 19:24:08.612   pjsua_core.c !bind() error: Address already in use (WSAEADDRINUSE) [status=130048]
2021-04-03 19:24:08.612   endpoint.cpp  pjsua_transport_create(type, &tcfg, &tid) error: Address already in use (WSAEADDRINUSE) (status=130048) [..\src\pjsua2\endpoint.cpp:1983]

Please double-check if port 5060 is in use (by some other softphone/app). This mostly looks like an issue with your current system.

Also if possible, please try the application on a separate system. If that is not possible try running an old version of tinyphone to check if that still works or not (IMO that should also fail).

from tinyphone.

saaiful avatar saaiful commented on August 18, 2024

All ports from my system. Can you add an option to change port number using config file?

Proto  Local Address          Foreign Address        State           PID
  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       12528
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING       1136
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING       4
  TCP    0.0.0.0:1042           0.0.0.0:0              LISTENING       8012
  TCP    0.0.0.0:1043           0.0.0.0:0              LISTENING       8012
  TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING       12832
  TCP    0.0.0.0:3307           0.0.0.0:0              LISTENING       12868
  TCP    0.0.0.0:5040           0.0.0.0:0              LISTENING       7948
  TCP    0.0.0.0:5357           0.0.0.0:0              LISTENING       4
  TCP    0.0.0.0:6800           0.0.0.0:0              LISTENING       900
  TCP    0.0.0.0:6973           0.0.0.0:0              LISTENING       900
  TCP    0.0.0.0:7070           0.0.0.0:0              LISTENING       5092
  TCP    0.0.0.0:7680           0.0.0.0:0              LISTENING       9048
  TCP    0.0.0.0:8081           0.0.0.0:0              LISTENING       12528
  TCP    0.0.0.0:9012           0.0.0.0:0              LISTENING       8048
  TCP    0.0.0.0:9013           0.0.0.0:0              LISTENING       8048
  TCP    0.0.0.0:9030           0.0.0.0:0              LISTENING       4
  TCP    0.0.0.0:49664          0.0.0.0:0              LISTENING       936
  TCP    0.0.0.0:49665          0.0.0.0:0              LISTENING       1016
  TCP    0.0.0.0:49666          0.0.0.0:0              LISTENING       1668
  TCP    0.0.0.0:49667          0.0.0.0:0              LISTENING       1964
  TCP    0.0.0.0:49668          0.0.0.0:0              LISTENING       4580
  TCP    0.0.0.0:49671          0.0.0.0:0              LISTENING       852
  TCP    0.0.0.0:49689          0.0.0.0:0              LISTENING       5112
  TCP    0.0.0.0:55564          0.0.0.0:0              LISTENING       17344
  TCP    0.0.0.0:57621          0.0.0.0:0              LISTENING       17344
  TCP    127.0.0.1:80           0.0.0.0:0              LISTENING       12528
  TCP    127.0.0.1:1001         0.0.0.0:0              LISTENING       4
  TCP    127.0.0.1:1043         127.0.0.1:49752        ESTABLISHED     8012
  TCP    127.0.0.1:9012         127.0.0.1:49762        ESTABLISHED     8048
  TCP    127.0.0.1:9487         0.0.0.0:0              LISTENING       5104
  TCP    127.0.0.1:9487         127.0.0.1:49701        ESTABLISHED     5104
  TCP    127.0.0.1:13010        0.0.0.0:0              LISTENING       5104
  TCP    127.0.0.1:13030        0.0.0.0:0              LISTENING       5300
  TCP    127.0.0.1:13031        0.0.0.0:0              LISTENING       7796
  TCP    127.0.0.1:13032        0.0.0.0:0              LISTENING       7796
  TCP    127.0.0.1:17945        0.0.0.0:0              LISTENING       7796
  TCP    127.0.0.1:27015        0.0.0.0:0              LISTENING       4492
  TCP    127.0.0.1:42357        0.0.0.0:0              LISTENING       20328
  TCP    127.0.0.1:42357        127.0.0.1:58001        ESTABLISHED     20328
  TCP    127.0.0.1:49672        127.0.0.1:49673        ESTABLISHED     5112
  TCP    127.0.0.1:49673        127.0.0.1:49672        ESTABLISHED     5112
  TCP    127.0.0.1:49674        127.0.0.1:49675        ESTABLISHED     5112
  TCP    127.0.0.1:49675        127.0.0.1:49674        ESTABLISHED     5112
  TCP    127.0.0.1:49676        127.0.0.1:49677        ESTABLISHED     5112
  TCP    127.0.0.1:49677        127.0.0.1:49676        ESTABLISHED     5112
  TCP    127.0.0.1:49678        127.0.0.1:49679        ESTABLISHED     5112
  TCP    127.0.0.1:49679        127.0.0.1:49678        ESTABLISHED     5112
  TCP    127.0.0.1:49680        127.0.0.1:49681        ESTABLISHED     5112
  TCP    127.0.0.1:49681        127.0.0.1:49680        ESTABLISHED     5112
  TCP    127.0.0.1:49682        127.0.0.1:49683        ESTABLISHED     5112
  TCP    127.0.0.1:49683        127.0.0.1:49682        ESTABLISHED     5112
  TCP    127.0.0.1:49684        127.0.0.1:49685        ESTABLISHED     5112
  TCP    127.0.0.1:49685        127.0.0.1:49684        ESTABLISHED     5112
  TCP    127.0.0.1:49686        127.0.0.1:49687        ESTABLISHED     5112
  TCP    127.0.0.1:49687        127.0.0.1:49686        ESTABLISHED     5112
  TCP    127.0.0.1:49688        0.0.0.0:0              LISTENING       5112
  TCP    127.0.0.1:49688        127.0.0.1:64372        ESTABLISHED     5112
  TCP    127.0.0.1:49688        127.0.0.1:64736        ESTABLISHED     5112
  TCP    127.0.0.1:49688        127.0.0.1:65168        ESTABLISHED     5112
  TCP    127.0.0.1:49689        127.0.0.1:64370        ESTABLISHED     5112
  TCP    127.0.0.1:49689        127.0.0.1:64734        ESTABLISHED     5112
  TCP    127.0.0.1:49689        127.0.0.1:65166        ESTABLISHED     5112
  TCP    127.0.0.1:49690        127.0.0.1:49691        ESTABLISHED     5112
  TCP    127.0.0.1:49691        127.0.0.1:49690        ESTABLISHED     5112
  TCP    127.0.0.1:49701        127.0.0.1:9487         ESTABLISHED     7796
  TCP    127.0.0.1:49704        0.0.0.0:0              LISTENING       8316
  TCP    127.0.0.1:49704        127.0.0.1:58000        ESTABLISHED     8316
  TCP    127.0.0.1:49752        127.0.0.1:1043         ESTABLISHED     8048
  TCP    127.0.0.1:49762        127.0.0.1:9012         ESTABLISHED     7796
  TCP    127.0.0.1:58000        127.0.0.1:49704        ESTABLISHED     20904
  TCP    127.0.0.1:58001        127.0.0.1:42357        ESTABLISHED     20904
  TCP    127.0.0.1:64370        127.0.0.1:49689        ESTABLISHED     20904
  TCP    127.0.0.1:64372        127.0.0.1:49688        ESTABLISHED     5112
  TCP    127.0.0.1:64734        127.0.0.1:49689        ESTABLISHED     20904
  TCP    127.0.0.1:64736        127.0.0.1:49688        ESTABLISHED     5112
  TCP    127.0.0.1:65166        127.0.0.1:49689        ESTABLISHED     20904
  TCP    127.0.0.1:65168        127.0.0.1:49688        ESTABLISHED     5112
  TCP    192.168.31.123:139     0.0.0.0:0              LISTENING       4
  TCP    192.168.31.123:50097   51.83.239.143:80       ESTABLISHED     5092
  TCP    192.168.31.123:52382   31.45.236.62:14470     FIN_WAIT_1      15292
  TCP    192.168.31.123:54669   31.45.236.62:14470     FIN_WAIT_1      15292
  TCP    192.168.31.123:54953   31.45.236.62:14470     FIN_WAIT_1      15292
  TCP    192.168.31.123:55184   31.45.236.62:14470     FIN_WAIT_1      15292
  TCP    192.168.31.123:55566   35.190.240.63:4070     ESTABLISHED     17344
  TCP    192.168.31.123:55588   35.186.224.47:443      ESTABLISHED     17344
  TCP    192.168.31.123:55616   31.45.236.62:14470     FIN_WAIT_1      15292
  TCP    192.168.31.123:55890   31.169.96.235:1        FIN_WAIT_1      15292
  TCP    192.168.31.123:56016   31.45.236.62:14470     FIN_WAIT_1      15292
  TCP    192.168.31.123:56677   31.169.96.235:1        FIN_WAIT_1      15292
  TCP    192.168.31.123:56833   40.119.211.203:443     ESTABLISHED     13732
  TCP    192.168.31.123:56836   40.119.211.203:443     ESTABLISHED     5204
  TCP    192.168.31.123:57002   78.47.151.160:61614    ESTABLISHED     13908
  TCP    192.168.31.123:57438   31.169.96.235:1        FIN_WAIT_1      15292
  TCP    192.168.31.123:57884   31.169.96.235:1        FIN_WAIT_1      15292
  TCP    192.168.31.123:58958   31.169.96.235:1        FIN_WAIT_1      15292
  TCP    192.168.31.123:59741   31.169.96.235:1        FIN_WAIT_1      15292
  TCP    192.168.31.123:60434   40.78.238.170:443      ESTABLISHED     21656
  TCP    192.168.31.123:60528   31.169.96.235:1        FIN_WAIT_1      15292
  TCP    192.168.31.123:61013   74.125.200.94:443      ESTABLISHED     20904
  TCP    192.168.31.123:61307   74.125.130.189:443     ESTABLISHED     20904
  TCP    192.168.31.123:62174   104.21.41.234:443      ESTABLISHED     2492
  TCP    192.168.31.123:62894   31.169.96.235:1        FIN_WAIT_1      15292
  TCP    192.168.31.123:64128   104.18.13.33:443       ESTABLISHED     20904
  TCP    192.168.31.123:64238   52.98.50.18:443        ESTABLISHED     9408
  TCP    192.168.31.123:64369   185.199.111.154:443    ESTABLISHED     20904
  TCP    192.168.31.123:64373   104.20.206.62:443      ESTABLISHED     20904
  TCP    192.168.31.123:64379   185.199.109.133:443    ESTABLISHED     20904
  TCP    192.168.31.123:64381   185.199.111.154:443    ESTABLISHED     20904
  TCP    192.168.31.123:64445   206.189.132.61:22      ESTABLISHED     11656
  TCP    192.168.31.123:64725   172.217.194.105:443    ESTABLISHED     20904
  TCP    192.168.31.123:64972   140.82.112.26:443      ESTABLISHED     20904
  TCP    192.168.31.123:65097   54.226.155.31:443      TIME_WAIT       0
  TCP    192.168.31.123:65099   20.44.232.74:443       TIME_WAIT       0
  TCP    192.168.31.123:65107   40.126.52.2:443        TIME_WAIT       0
  TCP    192.168.31.123:65169   74.125.24.94:443       ESTABLISHED     20904
  TCP    192.168.31.123:65176   172.217.194.132:443    ESTABLISHED     20904
  TCP    192.168.31.123:65179   172.217.194.156:443    ESTABLISHED     20904
  TCP    192.168.31.123:65180   104.21.50.193:443      ESTABLISHED     20904
  TCP    192.168.31.123:65189   74.125.24.95:443       ESTABLISHED     20904
  TCP    192.168.31.123:65191   172.217.194.94:443     ESTABLISHED     20904
  TCP    192.168.31.123:65195   199.232.192.134:443    ESTABLISHED     20904
  TCP    192.168.31.123:65197   74.125.130.138:443     ESTABLISHED     20904
  TCP    192.168.31.123:65199   74.125.24.100:443      ESTABLISHED     20904
  TCP    192.168.31.123:65200   74.125.200.101:443     ESTABLISHED     20904
  TCP    192.168.31.123:65202   151.101.192.134:443    ESTABLISHED     20904
  TCP    192.168.31.123:65203   104.18.169.19:443      ESTABLISHED     20904
  TCP    192.168.31.123:65206   74.125.200.102:443     ESTABLISHED     20904
  TCP    192.168.31.123:65207   103.79.170.4:43544     FIN_WAIT_2      15292
  TCP    192.168.31.123:65208   151.101.192.134:443    ESTABLISHED     20904
  TCP    192.168.31.123:65210   104.18.169.19:443      ESTABLISHED     20904
  TCP    192.168.31.123:65211   151.101.192.134:443    ESTABLISHED     20904
  TCP    192.168.31.123:65212   151.101.192.134:443    ESTABLISHED     20904
  TCP    192.168.31.123:65214   199.232.194.49:443     ESTABLISHED     20904
  TCP    192.168.31.123:65215   199.232.192.134:443    ESTABLISHED     20904
  TCP    192.168.31.123:65242   103.79.170.4:43544     FIN_WAIT_2      15292
  TCP    192.168.31.123:65250   23.41.69.177:80        TIME_WAIT       0
  TCP    192.168.31.123:65255   162.216.141.42:63229   FIN_WAIT_2      15292
  TCP    192.168.31.123:65262   163.53.78.142:80       TIME_WAIT       0
  TCP    192.168.31.123:65268   52.114.159.112:443     ESTABLISHED     12776
  TCP    192.168.31.123:65269   35.186.224.25:443      ESTABLISHED     16136
  TCP    192.168.31.123:65270   204.79.197.203:443     ESTABLISHED     20904
  TCP    192.168.31.123:65271   94.140.15.16:443       TIME_WAIT       0
  TCP    192.168.31.123:65272   13.107.21.200:443      ESTABLISHED     20904
  TCP    192.168.31.123:65280   52.139.176.199:443     ESTABLISHED     20904
  TCP    192.168.31.123:65282   204.79.197.200:443     ESTABLISHED     20904
  TCP    192.168.31.123:65284   204.79.197.203:443     ESTABLISHED     20904
  TCP    192.168.31.123:65285   40.81.31.55:443        ESTABLISHED     20904
  TCP    192.168.31.123:65297   172.217.194.94:443     ESTABLISHED     20904
  TCP    192.168.31.123:65298   172.217.194.94:443     ESTABLISHED     20904
  TCP    192.168.31.123:65305   151.139.128.14:80      TIME_WAIT       0
  TCP    192.168.31.123:65306   172.67.153.42:443      ESTABLISHED     20904
  TCP    192.168.31.123:65307   117.18.237.29:80       TIME_WAIT       0
  TCP    192.168.31.123:65308   104.16.88.20:443       ESTABLISHED     20904
  TCP    192.168.31.123:65310   94.140.15.16:443       TIME_WAIT       0
  TCP    192.168.31.123:65311   172.67.3.157:443       TIME_WAIT       0
  TCP    192.168.31.123:65313   13.107.246.19:443      ESTABLISHED     20904
  TCP    192.168.31.123:65314   40.118.185.161:443     ESTABLISHED     20904
  TCP    192.168.31.123:65315   23.41.74.108:443       CLOSE_WAIT      20904
  TCP    192.168.31.123:65316   40.118.185.161:443     ESTABLISHED     20904
  TCP    192.168.31.123:65317   172.67.153.42:443      ESTABLISHED     20904
  TCP    192.168.31.123:65318   204.79.197.203:80      TIME_WAIT       0
  TCP    192.168.31.123:65319   52.74.223.119:443      ESTABLISHED     20904
  TCP    192.168.31.123:65320   151.139.128.11:443     ESTABLISHED     20904
  TCP    192.168.31.123:65321   172.67.3.157:443       TIME_WAIT       0
  TCP    192.168.31.123:65322   52.84.12.223:443       ESTABLISHED     20904
  TCP    192.168.31.123:65323   192.124.249.23:80      TIME_WAIT       0
  TCP    192.168.31.123:65324   94.140.15.16:443       TIME_WAIT       0
  TCP    192.168.31.123:65325   117.18.237.29:80       TIME_WAIT       0
  TCP    192.168.31.123:65326   172.217.194.154:443    ESTABLISHED     20904
  TCP    192.168.31.123:65327   35.72.176.6:443        ESTABLISHED     20904
  TCP    192.168.31.123:65329   151.101.2.217:443      ESTABLISHED     20904
  TCP    192.168.31.123:65334   65.8.84.71:443         ESTABLISHED     20904
  TCP    192.168.31.123:65345   20.44.232.74:443       ESTABLISHED     7856
  TCP    192.168.31.123:65347   192.168.31.212:445     ESTABLISHED     4
  TCP    [::]:80                [::]:0                 LISTENING       12528
  TCP    [::]:135               [::]:0                 LISTENING       1136
  TCP    [::]:445               [::]:0                 LISTENING       4
  TCP    [::]:1042              [::]:0                 LISTENING       8012
  TCP    [::]:1043              [::]:0                 LISTENING       8012
  TCP    [::]:3306              [::]:0                 LISTENING       12832
  TCP    [::]:3307              [::]:0                 LISTENING       12868
  TCP    [::]:3390              [::]:0                 LISTENING       12528
  TCP    [::]:5357              [::]:0                 LISTENING       4
  TCP    [::]:6800              [::]:0                 LISTENING       900
  TCP    [::]:6973              [::]:0                 LISTENING       900
  TCP    [::]:7680              [::]:0                 LISTENING       9048
  TCP    [::]:8081              [::]:0                 LISTENING       12528
  TCP    [::]:9012              [::]:0                 LISTENING       8048
  TCP    [::]:9013              [::]:0                 LISTENING       8048
  TCP    [::]:9030              [::]:0                 LISTENING       4
  TCP    [::]:49664             [::]:0                 LISTENING       936
  TCP    [::]:49665             [::]:0                 LISTENING       1016
  TCP    [::]:49666             [::]:0                 LISTENING       1668
  TCP    [::]:49667             [::]:0                 LISTENING       1964
  TCP    [::]:49668             [::]:0                 LISTENING       4580
  TCP    [::]:49671             [::]:0                 LISTENING       852
  TCP    [::]:49689             [::]:0                 LISTENING       5112
  TCP    [::1]:42357            [::]:0                 LISTENING       20328
  TCP    [::1]:49669            [::]:0                 LISTENING       5892
  UDP    0.0.0.0:500            *:*                                    4708
  UDP    0.0.0.0:1900           *:*                                    17344
  UDP    0.0.0.0:3702           *:*                                    8244
  UDP    0.0.0.0:3702           *:*                                    8244
  UDP    0.0.0.0:3702           *:*                                    2484
  UDP    0.0.0.0:3702           *:*                                    7624
  UDP    0.0.0.0:3702           *:*                                    7624
  UDP    0.0.0.0:3702           *:*                                    2484
  UDP    0.0.0.0:4500           *:*                                    4708
  UDP    0.0.0.0:5050           *:*                                    7948
  UDP    0.0.0.0:5353           *:*                                    4136
  UDP    0.0.0.0:5353           *:*                                    17344
  UDP    0.0.0.0:5353           *:*                                    20904
  UDP    0.0.0.0:5353           *:*                                    17344
  UDP    0.0.0.0:5353           *:*                                    10472
  UDP    0.0.0.0:5353           *:*                                    20904
  UDP    0.0.0.0:5353           *:*                                    10472
  UDP    0.0.0.0:5353           *:*                                    17344
  UDP    0.0.0.0:5355           *:*                                    4136
  UDP    0.0.0.0:6889           *:*                                    900
  UDP    0.0.0.0:50001          *:*                                    5092
  UDP    0.0.0.0:50166          *:*                                    8244
  UDP    0.0.0.0:50169          *:*                                    2484
  UDP    0.0.0.0:53049          *:*                                    17344
  UDP    0.0.0.0:54281          *:*                                    7624
  UDP    0.0.0.0:57621          *:*                                    17344
  UDP    127.0.0.1:1900         *:*                                    2984
  UDP    127.0.0.1:49666        *:*                                    5188
  UDP    127.0.0.1:49667        *:*                                    4492
  UDP    127.0.0.1:49668        *:*                                    4492
  UDP    127.0.0.1:55310        *:*                                    2984
  UDP    192.168.31.123:137     *:*                                    4
  UDP    192.168.31.123:138     *:*                                    4
  UDP    192.168.31.123:1900    *:*                                    2984
  UDP    192.168.31.123:2177    *:*                                    4596
  UDP    192.168.31.123:55309   *:*                                    2984
  UDP    [::]:500               *:*                                    4708
  UDP    [::]:3702              *:*                                    7624
  UDP    [::]:3702              *:*                                    2484
  UDP    [::]:3702              *:*                                    7624
  UDP    [::]:3702              *:*                                    8244
  UDP    [::]:3702              *:*                                    2484
  UDP    [::]:3702              *:*                                    8244
  UDP    [::]:4500              *:*                                    4708
  UDP    [::]:5353              *:*                                    4136
  UDP    [::]:5353              *:*                                    10472
  UDP    [::]:5353              *:*                                    17344
  UDP    [::]:5353              *:*                                    20904
  UDP    [::]:5355              *:*                                    4136
  UDP    [::]:50167             *:*                                    8244
  UDP    [::]:50170             *:*                                    2484
  UDP    [::]:54282             *:*                                    7624
  UDP    [::1]:1900             *:*                                    2984
  UDP    [::1]:55308            *:*                                    2984
  UDP    [fe80::5c6f:1280:b138:237e%9]:1900  *:*                                    2984
  UDP    [fe80::5c6f:1280:b138:237e%9]:2177  *:*                                    4596
  UDP    [fe80::5c6f:1280:b138:237e%9]:55307  *:*                                    2984

from tinyphone.

kingster avatar kingster commented on August 18, 2024

I don't see any conflicts here. And the application code has itself auto-detection of freeport, but it seems that is failing for your system.

Can you share your os & version details?

Also were you able to run this app on another system and see if it started up or not?

from tinyphone.

kingster avatar kingster commented on August 18, 2024

@saaiful Please do reopen with a new issue if you are still facing Address already in use and you have more information/logs. Conference PR has been merged into master.

from tinyphone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.