discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XML Client Issue - Gnuradio 3.8


From: Glen Langston
Subject: Re: XML Client Issue - Gnuradio 3.8
Date: Tue, 21 Apr 2020 14:45:29 -0400


Hi 

I’m guessing that you can not use multiple ‘ in the string;
Use double quotes for the ends

On Apr 21, 2020, at 1:04 PM, Vitt Benv <address@hidden> wrote:

Good evening,

I'm experiencing this error while using a XMLRPC Client block:

#########################
Executing: /usr/bin/python3 -u /home/vic/remote-trx/local_6.py

  File "/home/vic/remote-trx/local_6.py", line 192
    self.xmlrpc_client_0 = xmlrpclib.Server('http://'192.168.1.80':12100’)
ie:
    self.xmlrpc_client_0 = xmlrpclib.Server("http://'192.168.1.80':12100”)
or    
    self.xmlrpc_client_0 = xmlrpclib.Server("http://192.168.1.80:12100”)

Good Luck,

Glen


                                                           ^
SyntaxError: invalid syntax
#########################

I'm on version 3.8, and I suppose that this issue it's related to this Gnuradio version; in version 3.7 all runs fine (the counterpart of this flowgraph sits on a Gnuradio 3.7 and there isnt any problem)

Any suggestion / workaround ???

Thanks in advance,

Vittorio I3VFJ


reply via email to

[Prev in Thread] Current Thread [Next in Thread]