pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

Pharo-IOT Remote Dev connection Issue

JJ
Jupiter Jones
Sat, Apr 17, 2021 4:00 AM

Hi,

I have a PharoThings environment which I’m updating to version 0.3.2 and keep hitting the following DNU error when running…

remotePharo := TlpRemoteIDE connectTo: (TCPAddress ip: ip port: 40423).

…from the Mac client to the pi server (image below).

A SeamlessDefaultRequestContext does not understand #ownBytes:

…which is correct - it does not :) I’m guessing #materializeObject in the code just before the error, should have answered a SeamlessRequest.

The git page claims it’s building successfully, and I’ve tried re-installing both the client on the Mac and the server on the pi, and get the same error each time.

Is this a known error? Or am I doing something wrong?

Thanks in advance for any advice.

Cheers,

J

Hi, I have a PharoThings environment which I’m updating to version 0.3.2 and keep hitting the following DNU error when running… remotePharo := TlpRemoteIDE connectTo: (TCPAddress ip: ip port: 40423). …from the Mac client to the pi server (image below). A SeamlessDefaultRequestContext does not understand #ownBytes: …which is correct - it does not :) I’m guessing #materializeObject in the code just before the error, should have answered a SeamlessRequest. The git page claims it’s building successfully, and I’ve tried re-installing both the client on the Mac and the server on the pi, and get the same error each time. Is this a known error? Or am I doing something wrong? Thanks in advance for any advice. Cheers, J