Patrick Atoon

Results 11 comments of Patrick Atoon

Pasting the diffs in the issue garbles the code. :-( Why not fork the repo (button on the top right of this page), commit the changes to your own repo...

Showtime and the PS3 are using the same IP address? If so, you could restart PMS to reset its association.

> This is clearly not the right solution, but it Works For Me :-) Ehr... ;-)

The second solution sounds like a delayed variant of the first solution, so I would go with the first solution. If a media container is required and v1 cannot determine...

Strange. Works for me on OSX 10.8.4 and I haven't heard this on the forum. Does the problem persist in [PMS 1.90.0](https://sourceforge.net/projects/ps3mediaserver/files/)?

Yes, BufferedOutputFileImpl is pretty complicated. If I remember correctly there already is a way to write a copy of the transcoded stream to a file.... Ah, yes. Take a look...

Also: does the user actually click "Not now", or do they leave the prompt open and just continue with their work? Because the latter will never terminate the Installomator script,...

Have look at Pull Request #140, which tries to solve the problem in a similar fashion, but makes the timeout configurable instead of hardcoded.

There is a second issue at play here: the apiKey values are being UriEncoded, but they shouldn't be. Granted, it's vague [what characters cookies allow](https://stackoverflow.com/questions/1969232/allowed-characters-in-cookies), but I see cookie values...

Update: judging by the reaction to #OAI/OpenAPI-Specification#1676, apiKey values in the cookie are wrongly being UriEncoded by swagger-ui. From the issue: > Currently we don't limit the characters allowed in...