Replies: 3 comments 10 replies
-
I believe you've uncovered a bug. I'll look into it. For now comment out your FInderid in the config.ini to get past this. |
Beta Was this translation helpful? Give feedback.
-
Hi, I know it is not a good practice but it works. I think it is a very ideal solution: free, fast, and run 24hrs/7days. |
Beta Was this translation helpful? Give feedback.
-
Here's some iptables rules from my AWS instance. 65432 is for my server. 22 is ssh. I think this is all you need -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT |
Beta Was this translation helpful? Give feedback.
-
I was thinking about getting a mini pc or rasberri pi to run linux for the purpose of running slinger server. Then I think of the idea if we can run it on oracle cloud server, which has free 2 vm. I tried hard from last night to this morning but couldn't get it working.
I wonder if it is too much to ask anyway. Having getting it running on mac, and windows with python and exe.
I really appreciate the great work and the effort spent on coding this piece of software.
[slingbox@instance-20220911-0539 ~]$ python3 slingbox_server.py
Version : 3.07 Running on Linux-5.15.0-1.43.4.1.el9uek.x86_64-x86_64-with-glibc2.34 pid= 47310
Using config file config.ini
Connection Manager Running on port 8080 with 10 max streams....
Streamer Running: 10 config.ini 8080
starting up on port 8080
Checking for slingbox at ('125.228.xx.xx', 5216)
Reading Custom Remote definition from remote.txt
Error reading remote definition file, using defaults
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
Press CTRL+C to quit
09/11/2022, 01:44:43 Registering Slingboxes {'xxxxxxxxxxxxxxx7CD334': 8080}
Getting external IP address
Error connecting to ('125.228.xx.xx', 5216)
No valid slingbox ip info found in config.ini
Finding Slingbox on local network. My IP Info = 02:00:17:xx:xx:xx
Finding Slingbox on local network. My IP Info = 10.0.0.254
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib64/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/lib64/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/home/slingbox/slingbox_server.py", line 539, in streamer
for port in stati.keys:
TypeError: 'builtin_function_or_method' object is not iterable
Register: Error Getting Exteral IP Address, Retrying in 10 minutes
Please look into it only if you have time. I got the mac version running now. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions