jt196

Results 50 comments of jt196

Mine can't either, I get a connection error. There's no feedback on the log of the container, so it's quite hard to debug it.

> @jt196 did you ever get this working? Hacked away at it for half a day but never got it to work. I could add the service to Sonos by...

@eendenhart no idea, but maybe post how you got so far here so maybe we can get a solution together? 404 is just a not found error, so likely you've...

@robwalster I've played around a little bit and made no progress at all. Some pointers that might be useful. 1. If you're running Dockerised (and it might be worth trying...

OK it appears to be an issue with the buildLibraryMetadata function. This is an object being fed into the loop: ```JSON { id: '70edd71c-0088-49b8-8ea5-210c8049ce09', ino: '370123', oldLibraryItemId: 'ab_vm3xuee9z2z7krgw7q', libraryId: '96cfd553-cc4e-4a9b-9f67-866838eb62d7',...

With the data logging, this amended function will return a soap style object in the console: ```JS async function buildLibraryMetadataResult(res) { if (!res || !res.results) { return null; } let...

I've tried a bunch of stuff and still can't get it to work. The soap server is working correctly, and returning a correct response, with a properly structured soap xml....

I've put the updated/worked on files in a [new repo](https://github.com/jt196/audiobookshelf-sonos). They should maybe get some folks a bit further along the line. I've also added notes about testing, debugging etc....

@a2jc4life, the bit where it says `'1/'` this looks to me like you have some ingredients with fractions in them - like 1/4. I'll have a check to see if...

The fractions are accounted for and working fine. I'm happy to try and fix this if you're able to send over a _.paprikarecipes_ file with one or two recipes that...