PuRestJson icon indicating copy to clipboard operation
PuRestJson copied to clipboard

PuREST JSON is a library for connecting Puredata (Pd) to HTTP services and encoding and decoding JSON data.

Results 18 PuRestJson issues
Sort by recently updated
recently updated
newest added

Running the rest-help.pd patch and trying any GET methods with either oath or rest results in the following error: ```error: 77 Problem\ with\ the\ SSL\ CA\ cert\ (path?\ access\ rights?)...

it seems that the unittests were written for Python2. at least, most of them fail for me because they compare bytearrays with strings (which was the same in Python2 and...

low

if something goes catastrophically wrong (e.g. the object to test cannot be loaded), then the unittests just hang forever, as the terminating bang never occurs...

low

the "json-encode/read-large" unit-tests hardcodes a relative path to `[json-encode]`: https://github.com/residuum/PuRestJson/blob/b091c4b043015945a34f41c46ff16b6fc9a06219/unittests/json-encode/read-large.pd#L8 in order to be able to run the unit-tests on an already-installed package, this should be changed to just `[json-encode]`...

low

Windows10, pd-0.51-0 64bit and PuRestJson 1.4.3: a POST or a GET message to [oauth] always return this error: "Unspecified error while performing request (network disconnect?)." **Edit:** Same computer, I could...

After a correct "Init" message, a "GET" works one time out of ten... when it works, any further GET returns: Error while performing request: Problem with the SSL CA cert...

I've tried this both on Mac and a Raspberry Pi 4 after installing from "Find Externals" Thanks!

Hi everyone, I'm having this issue: I built the library as explained in your instructions. _rest_ object works fine, but PD cannot create _json-encode_ and _json-decode_ objects. I'm running pd...

severe

[oauth] and [json] are only working in 64bit pure data. Would be nice to be able to load them on a 32bit puredata instance as well so they can be...

packaging

"purest_json: can't load library" Raspberry Pi3, Raspbian Stretch, deken purest-json-v1.4.1, compiled pd 0.48.1 Should I compile the library against my pd 0.48.1? How to do it?