Release P2P-Streams - SopCast and AceStream for Kodi
(2015-08-25, 20:45)grey Wrote: are these errors okay?

Code:
2015-08-25 18:43:54,479|MainThread|acestream.coreapp|__init__: failed to get memory class
Traceback (most recent call last):
  File "core.c", line 392, in
  File "/system/data/data/org.acestream.engine/files/python/lib/python27.zip/android.py", line 34, in __init__
    self.conn = socket.create_connection(addr)
  File "/system/data/data/org.acestream.engine/files/python/lib/python27.zip/socket.py", line 553, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
gaierror: [Errno 8] hostname nor servname provided, or not known
2015-08-25 18:43:54,486|MainThread|acestream|get_default_api_version: 2
2015-08-25 18:43:54,486|MainThread|acestream.coreapp|use fixed i2i_port: 62062
sh: /bin/netstat: not found
sh: /sbin/ifconfig: not found
2015-08-25 18:43:54,536|MainThread|acestream.SocketHandler.InterruptSocket|bound on 127.0.0.1:37099
2015-08-25 18:43:54,539|MainThread|acestream.SocketHandler.SocketHandler|bind: socket bound: host=0.0.0.0 port=8621
2015-08-25 18:43:54,540|MainThread|acestream.LM|listen on 8621
2015-08-25 18:43:54,584|MainThread|dht|init_bootstrap_nodes: error
Traceback (most recent call last):
  File "ACEStream/Core/DecentralizedTracking/pymdht/core/controller.py", line 72, in init_bootstrap_nodes
gaierror: [Errno 7] No address associated with hostname
2015-08-25 18:43:54,585|MainThread|dht|init_bootstrap_nodes: error
Traceback (most recent call last):
  File "ACEStream/Core/DecentralizedTracking/pymdht/core/controller.py", line 72, in init_bootstrap_nodes
gaierror: [Errno 7] No address associated with hostname
2015-08-25 18:43:54,592|AceStreamCoreThread|acestream.LM|start_multicast: error
Traceback (most recent call last):
  File "ACEStream/Core/APIImplementation/LaunchManyCore.py", line 997, in start_multicast
  File "ACEStream/Core/BitTornado/RawServer.py", line 380, in create_multicast_sockets
  File "ACEStream/Core/BitTornado/SocketHandler.py", line 794, in create_multicast_sockets
  File "ACEStream/Core/BitTornado/SocketHandler.py", line 898, in get_local_ips
gaierror: [Errno 7] No address associated with hostname

The ones related to android are. I say they "are" due to the intrinsic nature of how the addon is getting the engine to work, not that these errors are normal as if they were supposed to happen.
You are not running a full android rom/system, you're running linux and chrooting into an android filesystem. That being said, you don't have access to stuff like the android property service or the netd stack. Despite those errors, the engine works properly and does it job. Plus one can't just change code or even check what exactly is being done on those lines due to the fact that the acestream engine is closed source!.

PS: I think I reproduced or faced the error at 1000 kbs. I don't think this is related to the 1000kbs mark but for some reason the addon is sending a shutdown command to the engine.


Messages In This Thread
How to enter Sopcast link? - by qknet - 2014-11-21, 12:48
RE: P2P-Streams - SopCast and AceStream for Kodi - by enen92 - 2015-08-25, 21:06
Logout Mark Read Team Forum Stats Members Help
P2P-Streams - SopCast and AceStream for Kodi14