GerryDazoo / Slinger

Reuse SlingBox hardware without SlingBox Servers
170 stars 34 forks source link

new router , same files - 500 won't connect again #33

Closed sp222222 closed 1 year ago

sp222222 commented 1 year ago

500 works fine with normal paid app

I get this running python. only thing changed is my router....

S:\S2022\SLING VLC\SLING VLC\ST500_2022>ss.py config.ini Version : 3.07 Running on Windows-7-6.1.7601-SP1 pid= 9832 Using config file config.ini Connection Manager Running on port 5960 with 10 max streams.... Streamer Running: 10 config.ini 5960 starting up on port 5960 Checking for slingbox at ('192.168.1.88', 5224) Reading Custom Remote definition from S:\S2022\SLING VLC\SLING VLC\ mote_500.txt

Starting remote control stream handler for ('192.168.1.8', 56592) Remote Control Connected Remote Code: 2 0x0 0x0 0x2 Button Clicked ImmutableMultiDict([('Power', '1'), ('Digits', '')])

sp222222 commented 1 year ago

it's driving me nuts :)

GerryDazoo commented 1 year ago

The IP address/port for your Slingbox has changed.

“Error connecting to ('192.168.1.88', 5224)”

When that happens and it can’t find the slingbox it tries to probe for it on the network like the Sling code does. But you are missing a python module that’s needed to do the probing (“netifaces’). You should be able to install that with PIP or you can run the sling code and get the new IP/port.

From: sp222222 @.> Sent: Wednesday, August 31, 2022 2:48 AM To: GerryDazoo/Slinger @.> Cc: Subscribed @.***> Subject: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

500 works fine with normal paid app

I get this running python. only thing changed is my router....

S:\S2022\SLING VLC\SLING VLC\ST500_2022>ss.py config.ini Version : 3.07 Running on Windows-7-6.1.7601-SP1 pid= 9832 Using config file config.ini Connection Manager Running on port 5960 with 10 max streams.... Streamer Running: 10 config.ini 5960 starting up on port 5960 Checking for slingbox at ('192.168.1.88', 5224) Reading Custom Remote definition from S:\S2022\SLING VLC\SLING VLC mote_500.txt

Starting remote control stream handler for ('192.168.1.8', 56592) Remote Control Connected Remote Code: 2 0x0 0x0 0x2 Button Clicked ImmutableMultiDict([('Power', '1'), ('Digits', '')])

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQMRKITBHDJUD7JE3QLV3352TANCNFSM6AAAAAAQBCG6UU . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/AYOYVQO2E4RVYZEHG3MSTTTV3352TA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFBYCEPY.gif Message ID: @.***>

tom76017 commented 1 year ago

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

sp222222 commented 1 year ago

I gave it static IP and gave it same port IP it had before on the old router.

pip netifaces will resolve it? funny the remote page works but not the sling500 itself

On Wed, Aug 31, 2022 at 7:20 AM GerryDazoo @.***> wrote:

The IP address/port for your Slingbox has changed.

“Error connecting to ('192.168.1.88', 5224)”

When that happens and it can’t find the slingbox it tries to probe for it on the network like the Sling code does. But you are missing a python module that’s needed to do the probing (“netifaces’). You should be able to install that with PIP or you can run the sling code and get the new IP/port.

  • Gerry

From: sp222222 @.> Sent: Wednesday, August 31, 2022 2:48 AM To: GerryDazoo/Slinger @.> Cc: Subscribed @.***> Subject: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

500 works fine with normal paid app

I get this running python. only thing changed is my router....

S:\S2022\SLING VLC\SLING VLC\ST500_2022>ss.py config.ini Version : 3.07 Running on Windows-7-6.1.7601-SP1 pid= 9832 Using config file config.ini Connection Manager Running on port 5960 with 10 max streams.... Streamer Running: 10 config.ini 5960 starting up on port 5960 Checking for slingbox at ('192.168.1.88', 5224) Reading Custom Remote definition from S:\S2022\SLING VLC\SLING VLC mote_500.txt

  • Serving Flask app 'ss'
  • Debug mode: off WARNING: This is a development server. Do not use it in a productio Use a production WSGI server instead.
  • Running on all addresses (0.0.0.0)
  • Running on http://127.0.0.1:5961/
  • Running on http://192.168.1.8:5961/ Press CTRL+C to quit Error connecting to ('192.168.1.88', 5224) Exception in thread Thread-2: Traceback (most recent call last): File "C:\Program Files\Python38\lib\threading.py", line 932, in _ er self.run() File "C:\Program Files\Python38\lib\threading.py", line 870, in r self._target(*self._args, **self._kwargs) File "S:\S2022\SLING VLC\SLING VLC\ST500_2022\ss.py", line 527, i boxes = find_slingbox_info() File "S:\S2022\SLING VLC\SLING VLC\ST500_2022\ss.py", line 78, in x_info import netifaces ModuleNotFoundError: No module named 'netifaces' 08/31/2022, 02:33:01 RemoteControl connection from ('192.168.1.8'

Starting remote control stream handler for ('192.168.1.8', 56592) Remote Control Connected Remote Code: 2 0x0 0x0 0x2 Button Clicked ImmutableMultiDict([('Power', '1'), ('Digits', '')])

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQMRKITBHDJUD7JE3QLV3352TANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you are subscribed to this thread. < https://github.com/notifications/beacon/AYOYVQO2E4RVYZEHG3MSTTTV3352TA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFBYCEPY.gif> Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232805690, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG3NKOOH3O3UDGOOC6TV345XHANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @.***>

GerryDazoo commented 1 year ago

Can you send the startup output from the server. This will help in figuring out what’s happening.

From: tom76017 @.> Sent: Wednesday, August 31, 2022 9:01 AM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232907549 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQIYQ4URN47GZWZ42CLV35JQXANCNFSM6AAAAAAQBCG6UU . You are receiving this because you commented. https://github.com/notifications/beacon/AYOYVQNVVUTRMAC3MRZPK4TV35JQXA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPSWR2.gif Message ID: @. @.> >

sp222222 commented 1 year ago

that’s what I posted on the github issue

On Wed, Aug 31, 2022 at 2:02 PM GerryDazoo @.***> wrote:

Can you send the startup output from the server. This will help in figuring out what’s happening.

From: tom76017 @.> Sent: Wednesday, August 31, 2022 9:01 AM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232907549> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQIYQ4URN47GZWZ42CLV35JQXANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you commented. < https://github.com/notifications/beacon/AYOYVQNVVUTRMAC3MRZPK4TV35JQXA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPSWR2.gif> Message ID: @. @.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG5LYEJUPO4S4ERGJILV36M3LANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @.***>

GerryDazoo commented 1 year ago

Sorry Mike that was meant for someone else.

From: sp222222 @.> Sent: Wednesday, August 31, 2022 2:04 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

that’s what I posted on the github issue

On Wed, Aug 31, 2022 at 2:02 PM GerryDazoo @. <mailto:@.> > wrote:

Can you send the startup output from the server. This will help in figuring out what’s happening.

From: tom76017 @. <mailto:@.> > Sent: Wednesday, August 31, 2022 9:01 AM To: GerryDazoo/Slinger @. <mailto:@.> > Cc: GerryDazoo @. <mailto:@.> >; Comment @. <mailto:@.> > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232907549> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQIYQ4URN47GZWZ42CLV35JQXANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you commented. < https://github.com/notifications/beacon/AYOYVQNVVUTRMAC3MRZPK4TV35JQXA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPSWR2.gif> Message ID: @. <mailto:@.> @. <mailto:@.> > >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG5LYEJUPO4S4ERGJILV36M3LANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @. <mailto:@.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233251542 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQLSSGVEFZLKFJDZBYTV36M7ZANCNFSM6AAAAAAQBCG6UU . You are receiving this because you commented. https://github.com/notifications/beacon/AYOYVQOCH6NWB7KUVETV3UTV36M7ZA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQHWNM.gif Message ID: @. @.> >

sp222222 commented 1 year ago

GerryDazoo/Slinger:

Can we schedule a time tomorrow afternoon to guide me through these commands? Am I using putty remotely to get into my parent’s router? And also my stumble with my 500 since switching routers. I will try the slingsetup from Dish (owners) and see if that works. I don’t see why my other two solos went fine once I took them iut of dhcp pool and gave them same static IP and port they had before, hit quickly button on the back and they both started working again.

On Wed, Aug 31, 2022 at 2:19 PM GerryDazoo @.***> wrote:

Sorry Mike that was meant for someone else.

From: sp222222 @.> Sent: Wednesday, August 31, 2022 2:04 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

that’s what I posted on the github issue

On Wed, Aug 31, 2022 at 2:02 PM GerryDazoo @. <mailto:@.>

wrote:

Can you send the startup output from the server. This will help in figuring out what’s happening.

From: tom76017 @. <mailto:@.> > Sent: Wednesday, August 31, 2022 9:01 AM To: GerryDazoo/Slinger @. <mailto:@.> > Cc: GerryDazoo @. <mailto:@.> >; Comment @. <mailto:@.> > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232907549> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQIYQ4URN47GZWZ42CLV35JQXANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQNVVUTRMAC3MRZPK4TV35JQXA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPSWR2.gif

Message ID: @. <mailto:@.> @. <mailto:@.>

— Reply to this email directly, view it on GitHub <https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/A2NHSG5LYEJUPO4S4ERGJILV36M3LANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233251542> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQLSSGVEFZLKFJDZBYTV36M7ZANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you commented. < https://github.com/notifications/beacon/AYOYVQOCH6NWB7KUVETV3UTV36M7ZA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQHWNM.gif> Message ID: @. @.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG3ERO3VXNU4AARUFNLV36O3FANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @.***>

GerryDazoo commented 1 year ago

Sure we can do that. What time did you have in mind? Aren’t you working days?

From: sp222222 @.> Sent: Wednesday, August 31, 2022 3:21 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

GerryDazoo/Slinger:

Can we schedule a time tomorrow afternoon to guide me through these commands? Am I using putty remotely to get into my parent’s router? And also my stumble with my 500 since switching routers. I will try the slingsetup from Dish (owners) and see if that works. I don’t see why my other two solos went fine once I took them iut of dhcp pool and gave them same static IP and port they had before, hit quickly button on the back and they both started working again.

On Wed, Aug 31, 2022 at 2:19 PM GerryDazoo @. <mailto:@.> > wrote:

Sorry Mike that was meant for someone else.

From: sp222222 @. <mailto:@.> > Sent: Wednesday, August 31, 2022 2:04 PM To: GerryDazoo/Slinger @. <mailto:@.> > Cc: GerryDazoo @. <mailto:@.> >; Comment @. <mailto:@.> > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

that’s what I posted on the github issue

On Wed, Aug 31, 2022 at 2:02 PM GerryDazoo @. <mailto:@.> mailto:***@***.***

wrote:

Can you send the startup output from the server. This will help in figuring out what’s happening.

From: tom76017 @. <mailto:@.> mailto:***@***.*** > Sent: Wednesday, August 31, 2022 9:01 AM To: GerryDazoo/Slinger @. <mailto:@.> mailto:***@***.*** > Cc: GerryDazoo @. <mailto:@.> mailto:***@***.*** >; Comment @. <mailto:@.> mailto:***@***.*** > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232907549> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQIYQ4URN47GZWZ42CLV35JQXANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQNVVUTRMAC3MRZPK4TV35JQXA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPSWR2.gif

Message ID: @. <mailto:@.> mailto:***@***.*** @. <mailto:@.> mailto:***@***.***

— Reply to this email directly, view it on GitHub <https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/A2NHSG5LYEJUPO4S4ERGJILV36M3LANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> mailto:***@***.*** >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233251542> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQLSSGVEFZLKFJDZBYTV36M7ZANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you commented. < https://github.com/notifications/beacon/AYOYVQOCH6NWB7KUVETV3UTV36M7ZA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQHWNM.gif> Message ID: @. <mailto:@.> @. <mailto:@.> > >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG3ERO3VXNU4AARUFNLV36O3FANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @. <mailto:@.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233329604 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQNOUWIDNOOR25JZCHDV36WADANCNFSM6AAAAAAQBCG6UU . You are receiving this because you commented. https://github.com/notifications/beacon/AYOYVQL4D52N6WPUZN6O25DV36WADA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQMO4I.gif Message ID: @. @.> >

sp222222 commented 1 year ago

I should be home by 1pm ET tomorrow if you can start then. I fixed the port issue on 500 using 3.07. I guess the default 500 port is 5213 mine was forced to 5224 but simple changes to router fixed it. I could not get into slingbox setuo though which makes me leary on buying another one on ebay.

We can attempt the ssh stuff tomorrow. I put the public key on parents router and have both files ready to go. public and private key files.

Call me afternoon

Thanks

On Wed, Aug 31, 2022 at 4:43 PM GerryDazoo @.***> wrote:

Sure we can do that. What time did you have in mind? Aren’t you working days?

  • Gerry

From: sp222222 @.> Sent: Wednesday, August 31, 2022 3:21 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

GerryDazoo/Slinger:

Can we schedule a time tomorrow afternoon to guide me through these commands? Am I using putty remotely to get into my parent’s router? And also my stumble with my 500 since switching routers. I will try the slingsetup from Dish (owners) and see if that works. I don’t see why my other two solos went fine once I took them iut of dhcp pool and gave them same static IP and port they had before, hit quickly button on the back and they both started working again.

On Wed, Aug 31, 2022 at 2:19 PM GerryDazoo @. <mailto:@.>

wrote:

Sorry Mike that was meant for someone else.

From: sp222222 @. <mailto:@.> > Sent: Wednesday, August 31, 2022 2:04 PM To: GerryDazoo/Slinger @. <mailto:@.> > Cc: GerryDazoo @. <mailto:@.> >; Comment @. <mailto:@.> > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

that’s what I posted on the github issue

On Wed, Aug 31, 2022 at 2:02 PM GerryDazoo @. <mailto:@.> mailto:***@***.***

wrote:

Can you send the startup output from the server. This will help in figuring out what’s happening.

From: tom76017 @. <mailto:@.> mailto:***@***.*** > Sent: Wednesday, August 31, 2022 9:01 AM To: GerryDazoo/Slinger @. <mailto:@.> mailto:***@***.***

Cc: GerryDazoo @. <mailto:@.> mailto:***@***.*** ; Comment @. <mailto:@.> mailto:***@***.*** > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

— Reply to this email directly, view it on GitHub <

https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232907549> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQIYQ4URN47GZWZ42CLV35JQXANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQNVVUTRMAC3MRZPK4TV35JQXA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPSWR2.gif

Message ID: @. <mailto:@.> mailto:***@***.*** @. <mailto:@.> mailto:***@***.***

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 > , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/A2NHSG5LYEJUPO4S4ERGJILV36M3LANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> mailto:***@***.*** >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233251542> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQLSSGVEFZLKFJDZBYTV36M7ZANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQOCH6NWB7KUVETV3UTV36M7ZA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQHWNM.gif

Message ID: @. <mailto:@.> @. <mailto:@.>

— Reply to this email directly, view it on GitHub <https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/A2NHSG3ERO3VXNU4AARUFNLV36O3FANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233329604> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQNOUWIDNOOR25JZCHDV36WADANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you commented. < https://github.com/notifications/beacon/AYOYVQL4D52N6WPUZN6O25DV36WADA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQMO4I.gif> Message ID: @. @.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233401698, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG2RTQV5P6ZIGOEN32DV367WFANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @.***>

GerryDazoo commented 1 year ago

OK, sounds like a plan.

From: sp222222 @.> Sent: Wednesday, August 31, 2022 5:45 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I should be home by 1pm ET tomorrow if you can start then. I fixed the port issue on 500 using 3.07. I guess the default 500 port is 5213 mine was forced to 5224 but simple changes to router fixed it. I could not get into slingbox setuo though which makes me leary on buying another one on ebay.

We can attempt the ssh stuff tomorrow. I put the public key on parents router and have both files ready to go. public and private key files.

Call me afternoon

Thanks

On Wed, Aug 31, 2022 at 4:43 PM GerryDazoo @. <mailto:@.> > wrote:

Sure we can do that. What time did you have in mind? Aren’t you working days?

  • Gerry

From: sp222222 @. <mailto:@.> > Sent: Wednesday, August 31, 2022 3:21 PM To: GerryDazoo/Slinger @. <mailto:@.> > Cc: GerryDazoo @. <mailto:@.> >; Comment @. <mailto:@.> > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

GerryDazoo/Slinger:

Can we schedule a time tomorrow afternoon to guide me through these commands? Am I using putty remotely to get into my parent’s router? And also my stumble with my 500 since switching routers. I will try the slingsetup from Dish (owners) and see if that works. I don’t see why my other two solos went fine once I took them iut of dhcp pool and gave them same static IP and port they had before, hit quickly button on the back and they both started working again.

On Wed, Aug 31, 2022 at 2:19 PM GerryDazoo @. <mailto:@.> mailto:***@***.***

wrote:

Sorry Mike that was meant for someone else.

From: sp222222 @. <mailto:@.> mailto:***@***.*** > Sent: Wednesday, August 31, 2022 2:04 PM To: GerryDazoo/Slinger @. <mailto:@.> mailto:***@***.*** > Cc: GerryDazoo @. <mailto:@.> mailto:***@***.*** >; Comment @. <mailto:@.> mailto:***@***.*** > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

that’s what I posted on the github issue

On Wed, Aug 31, 2022 at 2:02 PM GerryDazoo @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

wrote:

Can you send the startup output from the server. This will help in figuring out what’s happening.

From: tom76017 @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** > Sent: Wednesday, August 31, 2022 9:01 AM To: GerryDazoo/Slinger @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

Cc: GerryDazoo @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** ; Comment @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

— Reply to this email directly, view it on GitHub <

https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232907549> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQIYQ4URN47GZWZ42CLV35JQXANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQNVVUTRMAC3MRZPK4TV35JQXA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPSWR2.gif

Message ID: @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 > , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/A2NHSG5LYEJUPO4S4ERGJILV36M3LANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233251542> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQLSSGVEFZLKFJDZBYTV36M7ZANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQOCH6NWB7KUVETV3UTV36M7ZA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQHWNM.gif

Message ID: @. <mailto:@.> mailto:***@***.*** @. <mailto:@.> mailto:***@***.***

— Reply to this email directly, view it on GitHub <https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822 https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/A2NHSG3ERO3VXNU4AARUFNLV36O3FANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> mailto:***@***.*** >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233329604> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQNOUWIDNOOR25JZCHDV36WADANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you commented. < https://github.com/notifications/beacon/AYOYVQL4D52N6WPUZN6O25DV36WADA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQMO4I.gif> Message ID: @. <mailto:@.> @. <mailto:@.> > >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233401698, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG2RTQV5P6ZIGOEN32DV367WFANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @. <mailto:@.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233451321 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQICDXQZZTHZLLVRR4LV37G7JANCNFSM6AAAAAAQBCG6UU . You are receiving this because you commented. https://github.com/notifications/beacon/AYOYVQN2U5RFTUUXPSUYTWDV37G7JA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQT4TS.gif Message ID: @. @.> >

sp222222 commented 1 year ago

if we need a thumb drive installed on the parents router then I’ll need to postpone this ssh meeting. Not sure they have one but I’ll check. I have some to give them this weekend if need be

On Wed, Aug 31, 2022 at 5:51 PM GerryDazoo @.***> wrote:

OK, sounds like a plan.

From: sp222222 @.> Sent: Wednesday, August 31, 2022 5:45 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I should be home by 1pm ET tomorrow if you can start then. I fixed the port issue on 500 using 3.07. I guess the default 500 port is 5213 mine was forced to 5224 but simple changes to router fixed it. I could not get into slingbox setuo though which makes me leary on buying another one on ebay.

We can attempt the ssh stuff tomorrow. I put the public key on parents router and have both files ready to go. public and private key files.

Call me afternoon

Thanks

On Wed, Aug 31, 2022 at 4:43 PM GerryDazoo @. <mailto:@.>

wrote:

Sure we can do that. What time did you have in mind? Aren’t you working days?

  • Gerry

From: sp222222 @. <mailto:@.> > Sent: Wednesday, August 31, 2022 3:21 PM To: GerryDazoo/Slinger @. <mailto:@.> > Cc: GerryDazoo @. <mailto:@.> >; Comment @. <mailto:@.> > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

GerryDazoo/Slinger:

Can we schedule a time tomorrow afternoon to guide me through these commands? Am I using putty remotely to get into my parent’s router? And also my stumble with my 500 since switching routers. I will try the slingsetup from Dish (owners) and see if that works. I don’t see why my other two solos went fine once I took them iut of dhcp pool and gave them same static IP and port they had before, hit quickly button on the back and they both started working again.

On Wed, Aug 31, 2022 at 2:19 PM GerryDazoo @. <mailto:@.> mailto:***@***.***

wrote:

Sorry Mike that was meant for someone else.

From: sp222222 @. <mailto:@.> mailto:***@***.*** > Sent: Wednesday, August 31, 2022 2:04 PM To: GerryDazoo/Slinger @. <mailto:@.> mailto:***@***.***

Cc: GerryDazoo @. <mailto:@.> mailto:***@***.*** ; Comment @. <mailto:@.> mailto:***@***.*** > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

that’s what I posted on the github issue

On Wed, Aug 31, 2022 at 2:02 PM GerryDazoo @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

wrote:

Can you send the startup output from the server. This will help in figuring out what’s happening.

From: tom76017 @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** > Sent: Wednesday, August 31, 2022 9:01 AM To: GerryDazoo/Slinger @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

Cc: GerryDazoo @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** ; Comment @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

— Reply to this email directly, view it on GitHub <

https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232907549> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQIYQ4URN47GZWZ42CLV35JQXANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQNVVUTRMAC3MRZPK4TV35JQXA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPSWR2.gif

Message ID: @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** @. <mailto:@.> mailto:***@***.*** <mailto: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/A2NHSG5LYEJUPO4S4ERGJILV36M3LANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

— Reply to this email directly, view it on GitHub <

https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233251542> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQLSSGVEFZLKFJDZBYTV36M7ZANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQOCH6NWB7KUVETV3UTV36M7ZA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQHWNM.gif

Message ID: @. <mailto:@.> mailto:***@***.*** @. <mailto:@.> mailto:***@***.***

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822 < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822 > , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/A2NHSG3ERO3VXNU4AARUFNLV36O3FANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> mailto:***@***.*** >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233329604> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQNOUWIDNOOR25JZCHDV36WADANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQL4D52N6WPUZN6O25DV36WADA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQMO4I.gif

Message ID: @. <mailto:@.> @. <mailto:@.>

— Reply to this email directly, view it on GitHub <https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233401698 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/A2NHSG2RTQV5P6ZIGOEN32DV367WFANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233451321> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQICDXQZZTHZLLVRR4LV37G7JANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you commented. < https://github.com/notifications/beacon/AYOYVQN2U5RFTUUXPSUYTWDV37G7JA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQT4TS.gif> Message ID: @. @.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233455433, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG3BR7B42VLSISXSRFTV37HUTANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @.***>

sp222222 commented 1 year ago

they still have the brand new one I gave them. it is now in top slot on their router

On Wed, Aug 31, 2022 at 5:51 PM GerryDazoo @.***> wrote:

OK, sounds like a plan.

From: sp222222 @.> Sent: Wednesday, August 31, 2022 5:45 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I should be home by 1pm ET tomorrow if you can start then. I fixed the port issue on 500 using 3.07. I guess the default 500 port is 5213 mine was forced to 5224 but simple changes to router fixed it. I could not get into slingbox setuo though which makes me leary on buying another one on ebay.

We can attempt the ssh stuff tomorrow. I put the public key on parents router and have both files ready to go. public and private key files.

Call me afternoon

Thanks

On Wed, Aug 31, 2022 at 4:43 PM GerryDazoo @. <mailto:@.>

wrote:

Sure we can do that. What time did you have in mind? Aren’t you working days?

  • Gerry

From: sp222222 @. <mailto:@.> > Sent: Wednesday, August 31, 2022 3:21 PM To: GerryDazoo/Slinger @. <mailto:@.> > Cc: GerryDazoo @. <mailto:@.> >; Comment @. <mailto:@.> > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

GerryDazoo/Slinger:

Can we schedule a time tomorrow afternoon to guide me through these commands? Am I using putty remotely to get into my parent’s router? And also my stumble with my 500 since switching routers. I will try the slingsetup from Dish (owners) and see if that works. I don’t see why my other two solos went fine once I took them iut of dhcp pool and gave them same static IP and port they had before, hit quickly button on the back and they both started working again.

On Wed, Aug 31, 2022 at 2:19 PM GerryDazoo @. <mailto:@.> mailto:***@***.***

wrote:

Sorry Mike that was meant for someone else.

From: sp222222 @. <mailto:@.> mailto:***@***.*** > Sent: Wednesday, August 31, 2022 2:04 PM To: GerryDazoo/Slinger @. <mailto:@.> mailto:***@***.***

Cc: GerryDazoo @. <mailto:@.> mailto:***@***.*** ; Comment @. <mailto:@.> mailto:***@***.*** > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

that’s what I posted on the github issue

On Wed, Aug 31, 2022 at 2:02 PM GerryDazoo @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

wrote:

Can you send the startup output from the server. This will help in figuring out what’s happening.

From: tom76017 @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** > Sent: Wednesday, August 31, 2022 9:01 AM To: GerryDazoo/Slinger @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

Cc: GerryDazoo @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** ; Comment @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

— Reply to this email directly, view it on GitHub <

https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232907549> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQIYQ4URN47GZWZ42CLV35JQXANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQNVVUTRMAC3MRZPK4TV35JQXA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPSWR2.gif

Message ID: @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** @. <mailto:@.> mailto:***@***.*** <mailto: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469

, or unsubscribe <

https://github.com/notifications/unsubscribe-auth/A2NHSG5LYEJUPO4S4ERGJILV36M3LANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

— Reply to this email directly, view it on GitHub <

https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233251542> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQLSSGVEFZLKFJDZBYTV36M7ZANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQOCH6NWB7KUVETV3UTV36M7ZA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQHWNM.gif

Message ID: @. <mailto:@.> mailto:***@***.*** @. <mailto:@.> mailto:***@***.***

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822 < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822 > , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/A2NHSG3ERO3VXNU4AARUFNLV36O3FANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> mailto:***@***.*** >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233329604> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQNOUWIDNOOR25JZCHDV36WADANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQL4D52N6WPUZN6O25DV36WADA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQMO4I.gif

Message ID: @. <mailto:@.> @. <mailto:@.>

— Reply to this email directly, view it on GitHub <https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233401698 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/A2NHSG2RTQV5P6ZIGOEN32DV367WFANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233451321> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQICDXQZZTHZLLVRR4LV37G7JANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you commented. < https://github.com/notifications/beacon/AYOYVQN2U5RFTUUXPSUYTWDV37G7JA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQT4TS.gif> Message ID: @. @.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233455433, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG3BR7B42VLSISXSRFTV37HUTANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @.***>

GerryDazoo commented 1 year ago

FYI, your parent’s router needs the private key. Not the public.

From: Gerry Dubois @.> Sent: Wednesday, August 31, 2022 5:51 PM To: 'GerryDazoo/Slinger' @.>; 'GerryDazoo/Slinger' @.> Cc: 'Comment' @.> Subject: RE: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

OK, sounds like a plan.

From: sp222222 @. @.> > Sent: Wednesday, August 31, 2022 5:45 PM To: GerryDazoo/Slinger @. @.> > Cc: GerryDazoo @. @.> >; Comment @. @.> > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I should be home by 1pm ET tomorrow if you can start then. I fixed the port issue on 500 using 3.07. I guess the default 500 port is 5213 mine was forced to 5224 but simple changes to router fixed it. I could not get into slingbox setuo though which makes me leary on buying another one on ebay.

We can attempt the ssh stuff tomorrow. I put the public key on parents router and have both files ready to go. public and private key files.

Call me afternoon

Thanks

On Wed, Aug 31, 2022 at 4:43 PM GerryDazoo @. <mailto:@.> > wrote:

Sure we can do that. What time did you have in mind? Aren’t you working days?

  • Gerry

From: sp222222 @. <mailto:@.> > Sent: Wednesday, August 31, 2022 3:21 PM To: GerryDazoo/Slinger @. <mailto:@.> > Cc: GerryDazoo @. <mailto:@.> >; Comment @. <mailto:@.> > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

GerryDazoo/Slinger:

Can we schedule a time tomorrow afternoon to guide me through these commands? Am I using putty remotely to get into my parent’s router? And also my stumble with my 500 since switching routers. I will try the slingsetup from Dish (owners) and see if that works. I don’t see why my other two solos went fine once I took them iut of dhcp pool and gave them same static IP and port they had before, hit quickly button on the back and they both started working again.

On Wed, Aug 31, 2022 at 2:19 PM GerryDazoo @. <mailto:@.> mailto:***@***.***

wrote:

Sorry Mike that was meant for someone else.

From: sp222222 @. <mailto:@.> mailto:***@***.*** > Sent: Wednesday, August 31, 2022 2:04 PM To: GerryDazoo/Slinger @. <mailto:@.> mailto:***@***.*** > Cc: GerryDazoo @. <mailto:@.> mailto:***@***.*** >; Comment @. <mailto:@.> mailto:***@***.*** > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

that’s what I posted on the github issue

On Wed, Aug 31, 2022 at 2:02 PM GerryDazoo @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

wrote:

Can you send the startup output from the server. This will help in figuring out what’s happening.

From: tom76017 @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** > Sent: Wednesday, August 31, 2022 9:01 AM To: GerryDazoo/Slinger @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

Cc: GerryDazoo @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** ; Comment @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** > Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I force all servers on my LAN to have a fixed local IP address, I do this in my routers DHCP. When I upgrade my router, I have to resetup the manual DHCP addresses. So both my Slingbox and video source (TiVo Mini) have static addresses.

— Reply to this email directly, view it on GitHub <

https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232907549> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQIYQ4URN47GZWZ42CLV35JQXANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQNVVUTRMAC3MRZPK4TV35JQXA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPSWR2.gif

Message ID: @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** @. <mailto:@.> mailto:***@***.*** mailto:***@***.***

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233250469 > , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/A2NHSG5LYEJUPO4S4ERGJILV36M3LANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> mailto:***@***.*** mailto:***@***.*** >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233251542> , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AYOYVQLSSGVEFZLKFJDZBYTV36M7ZANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you commented. <

https://github.com/notifications/beacon/AYOYVQOCH6NWB7KUVETV3UTV36M7ZA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQHWNM.gif

Message ID: @. <mailto:@.> mailto:***@***.*** @. <mailto:@.> mailto:***@***.***

— Reply to this email directly, view it on GitHub <https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822 https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233266822 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/A2NHSG3ERO3VXNU4AARUFNLV36O3FANCNFSM6AAAAAAQBCG6UU

. You are receiving this because you authored the thread.Message ID: @. <mailto:@.> mailto:***@***.*** >

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233329604> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQNOUWIDNOOR25JZCHDV36WADANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you commented. < https://github.com/notifications/beacon/AYOYVQL4D52N6WPUZN6O25DV36WADA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQMO4I.gif> Message ID: @. <mailto:@.> @. <mailto:@.> > >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233401698, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG2RTQV5P6ZIGOEN32DV367WFANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @. <mailto:@.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1233451321 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQICDXQZZTHZLLVRR4LV37G7JANCNFSM6AAAAAAQBCG6UU . You are receiving this because you commented. https://github.com/notifications/beacon/AYOYVQN2U5RFTUUXPSUYTWDV37G7JA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJQT4TS.gif Message ID: @. @.> >

sp222222 commented 1 year ago

Gerry,

If I end up replacing my PR soon, will we have to jump through the same hoops? Or will mounting the same usb into the replacement router do the trick? I fear that thing won’t last long.

GerryDazoo commented 1 year ago

Unfortunately, there will be hoops.

You’ll need to setup the configuration to tell PR (ASUS) to run your ssh script when it detects the USB stick and put a copy of the script in the /jffs file system.

Good news is we already have this working so the second time around it should be mush easier. 😊

From: sp222222 @.> Sent: Monday, October 10, 2022 7:40 PM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; State change @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

Gerry,

If I end up replacing my PR soon, will we have to jump through the same hoops? Or will mounting the same usb into the replacement router do the trick? I fear that thing won’t last long.

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1273880470 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQI5KA4QJUFIYQUOYVDWCSLM3ANCNFSM6AAAAAAQBCG6UU . You are receiving this because you modified the open/close state. https://github.com/notifications/beacon/AYOYVQIZIHNT4ETBSPXA6C3WCSLM3A5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSL5XPZM.gif Message ID: @. @.> >

GerryDazoo commented 1 year ago

Can you turn up the slingbox desktop and have it probe for boxes on your network. Basically the same thing my code does but you won’t have to install the netifaces modules.

From: sp222222 @.> Sent: Wednesday, August 31, 2022 9:59 AM To: GerryDazoo/Slinger @.> Cc: GerryDazoo @.>; Comment @.> Subject: Re: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

I gave it static IP and gave it same port IP it had before on the old router.

pip netifaces will resolve it? funny the remote page works but not the sling500 itself

On Wed, Aug 31, 2022 at 7:20 AM GerryDazoo @. <mailto:@.> > wrote:

The IP address/port for your Slingbox has changed.

“Error connecting to ('192.168.1.88', 5224)”

When that happens and it can’t find the slingbox it tries to probe for it on the network like the Sling code does. But you are missing a python module that’s needed to do the probing (“netifaces’). You should be able to install that with PIP or you can run the sling code and get the new IP/port.

  • Gerry

From: sp222222 @. <mailto:@.> > Sent: Wednesday, August 31, 2022 2:48 AM To: GerryDazoo/Slinger @. <mailto:@.> > Cc: Subscribed @. <mailto:@.> > Subject: [GerryDazoo/Slinger] new router , same files - 500 won't connect again (Issue #33)

500 works fine with normal paid app

I get this running python. only thing changed is my router....

S:\S2022\SLING VLC\SLING VLC\ST500_2022>ss.py config.ini Version : 3.07 Running on Windows-7-6.1.7601-SP1 pid= 9832 Using config file config.ini Connection Manager Running on port 5960 with 10 max streams.... Streamer Running: 10 config.ini 5960 starting up on port 5960 Checking for slingbox at ('192.168.1.88', 5224) Reading Custom Remote definition from S:\S2022\SLING VLC\SLING VLC mote_500.txt

  • Serving Flask app 'ss'
  • Debug mode: off WARNING: This is a development server. Do not use it in a productio Use a production WSGI server instead.
  • Running on all addresses (0.0.0.0)
  • Running on http://127.0.0.1:5961/
  • Running on http://192.168.1.8:5961/ Press CTRL+C to quit Error connecting to ('192.168.1.88', 5224) Exception in thread Thread-2: Traceback (most recent call last): File "C:\Program Files\Python38\lib\threading.py", line 932, in _ er self.run() File "C:\Program Files\Python38\lib\threading.py", line 870, in r self._target(*self._args, **self._kwargs) File "S:\S2022\SLING VLC\SLING VLC\ST500_2022\ss.py", line 527, i boxes = find_slingbox_info() File "S:\S2022\SLING VLC\SLING VLC\ST500_2022\ss.py", line 78, in x_info import netifaces ModuleNotFoundError: No module named 'netifaces' 08/31/2022, 02:33:01 RemoteControl connection from ('192.168.1.8'

Starting remote control stream handler for ('192.168.1.8', 56592) Remote Control Connected Remote Code: 2 0x0 0x0 0x2 Button Clicked ImmutableMultiDict([('Power', '1'), ('Digits', '')])

— Reply to this email directly, view it on GitHub < https://github.com/GerryDazoo/Slinger/issues/33> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AYOYVQMRKITBHDJUD7JE3QLV3352TANCNFSM6AAAAAAQBCG6UU> . You are receiving this because you are subscribed to this thread. < https://github.com/notifications/beacon/AYOYVQO2E4RVYZEHG3MSTTTV3352TA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFBYCEPY.gif> Message ID: @. <mailto:@.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232805690, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2NHSG3NKOOH3O3UDGOOC6TV345XHANCNFSM6AAAAAAQBCG6UU . You are receiving this because you authored the thread.Message ID: @. <mailto:@.> >

— Reply to this email directly, view it on GitHub https://github.com/GerryDazoo/Slinger/issues/33#issuecomment-1232976808 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AYOYVQKDURTU5NZQJMVGUWDV35QJJANCNFSM6AAAAAAQBCG6UU . You are receiving this because you commented. https://github.com/notifications/beacon/AYOYVQPQU6URJOOMVYNHNLLV35QJJA5CNFSM6AAAAAAQBCG6UWWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSJPW52Q.gif Message ID: @. @.> >