@logicalpath@yogk I assume both of your incoming traffic is blocked. So the TCP listener was created and it is listening - like @yogk indicates above - but cannot receive data. Please check your firewall settings whether the incoming traffic on port 8905 is allowed. I will do some work ASAP on this, so when there is no incoming traffic allowed then we will make that clear for user. The route of the problem is how RPC works. Via the RPC module you can send out data which explains why could you publish your data, but the receive of the reply is already blocked. We need to do more work on handling these scenarios and informing users about the errors via the UI. When the port is opened, the firewall is sorted out then Streembit seems works OK, but when there are some errors the situation is confusing. @logicalpath please email me your log file.
Eddie Dickey
@logicalpath
@zsoltpardi I'll check ports on my cable modem - emailed logs
yogk
@yogk
@mschwab56 : i still dont see your names after you have accepted request. As TZ pardi suggests that it could be that the tcp port is listening but cannot receive data. Dont know how to test this or which tool is available on linux ubuntu for testing this on tcp port 8905.
yogk
@yogk
I mean how to test whether receiving is blocked on a particular tcp port (in this case 8905) or not .
I will be online for awhile if anyone wants to test their streembit
Marc Schwab
@mschwab56
@yogk@logicalpath I have tested Streembit with @zsoltpardi and another person and all of the features are working for us. Let me know if you want to test again today if you got your ports open. If you are unable to get the port open you could use the Websocket fallback.
Eddie Dickey
@logicalpath
Hi @mschwab56 I'll give it a go on a few hours.. I'm on Pacific Time
Marc Schwab
@mschwab56
Ok sounds good! I'm on Mountain time
Eddie Dickey
@logicalpath
Hello
port 8905 is blocked
Marc Schwab
@mschwab56
Ok what all have you tried to get it open?
Eddie Dickey
@logicalpath
I enabled upnp - that did not help
Im going to do port forwarding next
I dont see where the port is acutally blocked
in the router/cable modem
Marc Schwab
@mschwab56
ok great! I had trouble with mine as well, for some reason unless I had a static IP it would forward the port
Eddie Dickey
@logicalpath
comcast?
Marc Schwab
@mschwab56
naw I use cableone
Eddie Dickey
@logicalpath
still no joy
Eddie Dickey
@logicalpath
got it to work - with port forwarding - putting that here for the record
yogk
@yogk
with the tool http://www.yougetsignal.com/tools/open-ports/, i get "Port 8905 is closed on 1xx.5.1xx.3". I will have to now check how can i open this port 8905. But even the standard http tcp port 80 also shows as closed, then how can i receive web data if its closed.
T Z Pardi
@zsoltpardi
@yogk You can receive data over the HTTP protocol in your browser because the browser app sends data to the listening port in the web server as a TCP client, and then it receives the message back on the very same socket. So that is a send-receive topology on the TCP client socket. In order to receive data over the HTTP protocol (browser) you don't need a TCP listener, but you use a TCP client. (See my post and proposal about the WS problem in the Google group, which describes how to use such TCP client). So to get web data in your browser you never open a listening port. So don't be confused from that TCP client and TCP listener sockets are different things. For a P2P application you need a TCP listener socket. What you wrote clearly indicates that your TCP listener is not operational. I suggested this could be the issue. If you forward your port on your router then the Streembit client will be reachable by other peers. Thanks for trying :-) let us know if you need anymore help.
I think this infor should be added to the official README.md
T Z Pardi
@zsoltpardi
@drasko Thanks for pointing this out. We will try to improve the Readme as soon as it is possible.
Peter Gervai
@grinapo
re first ever video call over a p2p network: heh nobody seem to have tried tox then ;)
logicerpsolution
@logicerpsolution
Hello All, I am trying to run the source code of https://github.com/streembit/streembitui on window machine . can you please give me some instructions how to run on it?
suyashinpilani
@suyashinpilani
@zsoltpardi I tried streembit by running the exe file provided, however i am getting upnp port mapping error, for which i have disabled my firewall, even though i am getting this error. Please tell me where i am going wrong and what should i do next?