diachedelic / capacitor-blob-writer

Capacitor plugin to write binary data to the filesystem
MIT License
132 stars 17 forks source link

Errors in iOS log #9

Open diachedelic opened 4 years ago

diachedelic commented 4 years ago

Seems to occur as requests are received.

[ProcessSuspension]  0x10bafdeb0 - ProcessAssertion() PID 27900 Unable to acquire assertion for process with PID 27900
[ProcessSuspension] 0x10bafdeb0 - ProcessAssertion::processAssertionWasInvalidated()
[assertion] Error acquiring assertion: <NSError: 0x600001ba4300; domain: RBSAssertionErrorDomain; code: 2; reason: "Client is missing required entitlement"> {
    userInfo = {
        RBSAssertionAttribute = <RBSLegacyAttribute: 0x7f9f25539fe0; requestedReason: FinishTaskUnbounded; reason: FinishTaskUnbounded; flags: PreventTaskSuspend>;
    }
}
diachedelic commented 4 years ago

Upstream https://github.com/swisspol/GCDWebServer/issues/488

diachedelic commented 3 years ago

Actually, this is probably not an upstream problem.