Multiple bugs on PIO Plus
See original GitHub issueI’ve raised this in the forums before but it seems like there are serialisation errors for core functions of PIO Plus on Mac OSX. I’ve upgraded to 4.1.0 and these problems persist with the addition of a new 'sequence item 1` error.
Host machine: MBP 13" 10.14.6 Agent: Raspberry Pi 3B+ PIO Plus: 2.6.0 PIO: 4.1.0
Description of problem
running pio remote agent list
or pio remote device list
results in
sequence item 1: expected str instance, bytes found
running remote serial monitor
outputs
PIO Plus (https://pioplus.com) v2.6.0
'hwid'
however, if I specify the specific agent name and use the appropriate upload flags it runs ok. So I can imagine it would be passing your upload tests.
So to summarize:
- Agent seems to be up and running
- Uploading code works fine as before
- Remote monitor, or listing agents do not work
Issue Analytics
- State:
- Created 4 years ago
- Comments:17 (6 by maintainers)
Top Results From Across the Web
PIO remote have multiple bugs - PlatformIO Community
PIO remote have multiple bugs ... I've been using pio remote for some time now to remote upload code / check serial output...
Read more >You cannot unlock a computer that is running multiple ...
This issue occurs when the computer is running multiple language versions of Windows Vista SP2 or of Windows Server 2008 SP2.
Read more >Disease Vectors and Pests | Healthy Housing Reference Manual
According to a 1997 American Housing Survey, rats and mice infested 2.7 million of 97 million housing units. A CDC-sponsored survey of two...
Read more >than 75 percent decline over 27 years in total flying insect ...
Our results demonstrate that recently reported declines in several taxa such as butterflies [7, 25–27, 58], wild bees [8–14] and moths [15–18], ...
Read more >Paralyzing and Liquefying Venom of The Assassin Bug ... - NCBI
Assassin bugs (Hemiptera: Heteroptera: Reduviidae) are venomous insects, ... Typically, venoms are composed of multiple toxins, including peptides, enzymes, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @ivankravets ,
I can confirm that from some of the functions that had problems has now recovered after running the remote agent in a virtual environment. My client remains unchanged. I’m running Python 3.7.3 on the remote agent and 3.5 on my client machine.
Thanks a lot again, I looked at the installation documentation and realised that recommendations for the venv environment were stated after the installation script – so this was something I probably overlooked trying to get pio set up. It worked well for the first month or so and broke the moment
pio plus
was updated.I’m so glad this is finally over, because I love what PIO Plus could do and helped me a tonne with my remote work.
My issue is solved but I’ll close it after @radimsejk solves his issues too?
MacOSX 10.14.6, I’m pretty sure I used your super quick script too.
which pio
returned/Users/lackdaz/.platformio/penv/bin/pio
It looks like its already in a virtual environment actually. Hmm I guess it wouldn’t be a problem then. I’m pretty stoked that its working again. I’ll post if any other problems pop up