-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue on script startup #41
Comments
PS Worked ok the next time I ran the same command |
Hmmm, interesting. Thanks for reporting it, might take a while to fix as it doesn't seem to do it for me |
Its only done it the once - I notice that the speed of running a remote pattern via python seems a bit variable especially initially launching the gui |
hmmm, interesting, thanks. How fast the pattern actually runs shouldn't be affected by running remotely, even if the GUI runs a bit slow |
I think its just the speed of the python vm launch/run but its surprising its so variable as its on an i7 box with nothing else much going on |
I wonder if it's a wifi thing / not a great connection for some reason. It shouldn't me taking long for the gui to start up |
I am seeing some WiFi strangeness but haven't figured out a pattern - it seems to be something DHCP Lease related - other wireless devices I have seem to be ok - phones/Echo Dots. |
Similar error today in pattern list after rebooting box |
Thanks - I may have seen the DHCP thing when fairly rapidly rebooting the box, and figured it was probably just the router. I'll take a closer look at that |
Just reflashed the box this morning - it feels snappier but have not tried anything in anger on it |
Got this trace on starting a pattern - its worked ok up to now and I hadn't changed it at all
C:\zc95>python pattern_gui.py --ip 192.168.1.154 --index 3
Connecting
Connection opened
Didn't get any message, expected PatternDetail (msgId = 2)
Traceback (most recent call last):
File "C:\zc95\pattern_gui.py", line 220, in
gui = ZcPatternGui(root, pattern, zc_messages, rcv_queue, args.debug)
File "C:\zc95\pattern_gui.py", line 24, in init
self.InitDisplay(self.root)
File "C:\zc95\pattern_gui.py", line 76, in InitDisplay
self.DrawPatternFrame(root, row=0, col=0)
File "C:\zc95\pattern_gui.py", line 92, in DrawPatternFrame
Label(pattern_frame, text=pattern["Name"], font='Helvetica 18 bold').grid(row=0, column=0, padx=5, pady=5)
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: