ossia / libossia

A modern C++, cross-environment distributed object model for creative coding and interaction scoring
https://ossia.io
GNU Lesser General Public License v3.0
206 stars 33 forks source link

[ossia-max] Max window spammed with HTTP Error message when deleting model in oscquery-connected patch #518

Open evanmtp opened 5 years ago

evanmtp commented 5 years ago

I have a setup where all of my models are in one patch and my views are in another. The two patches are connected via oscquery. When I delete one of the models, about 90 lines of "HTTP Error: status code 404" get posted to the Max console. It doesn't seem to cause any performance issues or crashes, but it's alarming and clogs up the console a bit.

Screen Shot 2019-10-11 at 5 46 05 PM

jcelerier commented 2 years ago

does that still happen ?

evanmtp commented 2 years ago

No, seems to be fine. Here are the patches I used to test just now, if you want to verify: oscquery_test.zip

Steps to test:

  1. Open ossia_oscquery_test_client.maxpat and ossia_oscquery_test_server.maxpat .
  2. In ossia_oscquery_test_server.maxpat , click the "expose oscquery" message box.
  3. In ossia.oscquery_test_client.maxpat, click the "connect oscquery" message box.
  4. In ossia_oscquery_test_server.maxpat, delete [p mySynthModel].
  5. . Check the Max console for error messages.

Unfortunately, in the course of testing this, I ran afoul of #765 .