Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Real-Time output of server script on a client script.
Post: RE: Real time readout from remote connection.

I really need some help with this, as ive been working on it for a while now, and I want to move onto new projects.
throwaway34 General Coding Help 2 2,061 Oct-02-2021, 09:07 PM
    Thread: Real-Time output of server script on a client script.
Post: Real-Time output of server script on a client scri...

So i want to get a real-time readout of commands executed on the server side of the two scripts, How would I do that without only limited output? Server side: #!/usr/bin/env python3 import socket imp...
throwaway34 General Coding Help 2 2,061 Oct-02-2021, 05:56 PM
    Thread: cant use ping, sudo or other commands in remote shell script.
Post: RE: cant use ping, sudo or other commands in remot...

(May-17-2021, 07:21 AM)ibreeden Wrote: You say it does not work on a separate PC. So before it worked? Did it work when the server was a server? In that case it is most probably a firewall issue. Wh...
throwaway34 General Coding Help 7 3,609 May-17-2021, 11:29 AM
    Thread: cant use ping, sudo or other commands in remote shell script.
Post: RE: cant use ping, sudo or other commands in remot...

(May-17-2021, 07:21 AM)ibreeden Wrote: You say it does not work on a separate PC. So before it worked? Did it work when the server was a server? In that case it is most probably a firewall issue. It...
throwaway34 General Coding Help 7 3,609 May-17-2021, 10:07 AM
    Thread: cant use ping, sudo or other commands in remote shell script.
Post: RE: cant use ping, sudo or other commands in remot...

What should I do?
throwaway34 General Coding Help 7 3,609 May-16-2021, 10:09 PM
    Thread: cant use ping, sudo or other commands in remote shell script.
Post: RE: cant use ping, sudo or other commands in remot...

when I run the server script on a separate PC. I cannot connect from the client end, all i get is a connection refused.
throwaway34 General Coding Help 7 3,609 May-16-2021, 12:06 AM
    Thread: cant use ping, sudo or other commands in remote shell script.
Post: RE: cant use ping, sudo or other commands in remot...

(May-15-2021, 08:28 AM)ibreeden Wrote: (May-15-2021, 06:03 AM)throwaway34 Wrote: In such as sudo, Clear, ping and so on I do not receive any feedback from the server end I'm not sure, but:sudo usu...
throwaway34 General Coding Help 7 3,609 May-15-2021, 08:56 AM
    Thread: cant use ping, sudo or other commands in remote shell script.
Post: cant use ping, sudo or other commands in remote sh...

Ive posted about this script in the past and again I have run aground... whenever I try to enter commands In such as sudo, Clear, ping and so on I do not receive any feedback from the server end pleas...
throwaway34 General Coding Help 7 3,609 May-15-2021, 06:03 AM
    Thread: Input function cutting off commands at spaces.
Post: RE: Input function cutting off commands at spaces.

(May-12-2021, 06:07 AM)bowlofred Wrote: I can't reproduce that. Commands with spaces are taken just fine on my machine. Why do you think the error is on line 19? Why don't you put some debugging ...
throwaway34 General Coding Help 3 2,212 May-12-2021, 06:40 AM
    Thread: Input function cutting off commands at spaces.
Post: RE: Input function cutting off commands at spaces.

(May-12-2021, 06:07 AM)bowlofred Wrote: I can't reproduce that. Commands with spaces are taken just fine on my machine. Why do you think the error is on line 19? Why don't you put some debugging ...
throwaway34 General Coding Help 3 2,212 May-12-2021, 06:21 AM
    Thread: Input function cutting off commands at spaces.
Post: Input function cutting off commands at spaces.

Hello, Ive Posted on here about this script before and I had made some progress but now I have ran aground once again and hopefully you can help me. For whatever reason on line 19 On the client script...
throwaway34 General Coding Help 3 2,212 May-12-2021, 05:43 AM
    Thread: BrokenPipeError: [Errno 32] Broken pipe
Post: RE: BrokenPipeError: [Errno 32] Broken pipe

(May-05-2021, 09:23 AM)Gribouillis Wrote: conn.sendall(z2) looks much better to me than s.sendall(z2) This seemed to fix it thank you sooo Much!
throwaway34 General Coding Help 6 9,339 May-06-2021, 05:39 AM
    Thread: BrokenPipeError: [Errno 32] Broken pipe
Post: RE: BrokenPipeError: [Errno 32] Broken pipe

(May-04-2021, 09:56 AM)Larz60+ Wrote: please show complete unaltered error traceback, it contains very useful information that can be used to find the issue. I Can tell its something with line 18 an...
throwaway34 General Coding Help 6 9,339 May-05-2021, 05:36 AM
    Thread: BrokenPipeError: [Errno 32] Broken pipe
Post: RE: BrokenPipeError: [Errno 32] Broken pipe

(May-04-2021, 09:56 AM)Larz60+ Wrote: please show complete unaltered error traceback, it contains very useful information that can be used to find the issue. Sure no problem. Traceback (most recen...
throwaway34 General Coding Help 6 9,339 May-04-2021, 10:44 PM
    Thread: BrokenPipeError: [Errno 32] Broken pipe
Post: RE: BrokenPipeError: [Errno 32] Broken pipe

It would be really helpful if I could get some help with this.
throwaway34 General Coding Help 6 9,339 May-04-2021, 06:18 AM
    Thread: BrokenPipeError: [Errno 32] Broken pipe
Post: BrokenPipeError: [Errno 32] Broken pipe

So I've been working on this remote command script for sometime now but my work has been hindered by this pesky error: BrokenPipeError: [Errno 32] Broken pipe I'm a new Coder so this is a pretty new e...
throwaway34 General Coding Help 6 9,339 May-03-2021, 06:40 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020