You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/14 06:46:35 UTC

[GitHub] [cordova-plugin-camera] vcomperq opened a new issue #676: IOS 14, Failed to read exposureBiasesByMode

vcomperq opened a new issue #676:
URL: https://github.com/apache/cordova-plugin-camera/issues/676


   # Bug Report
   
   ## Problem
   
   unable to take picture
   
   ### What is expected to happen?
   
   
   ### What does actually happen?
   i'am able to take picture but when i click on "use photo" in the preview, i get the following error 
   
   > [Camera] Failed to read exposureBiasesByMode dictionary: Error Domain=NSCocoaErrorDomain Code=4864 "*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL" UserInfo={NSDebugDescription=*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL}
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   
   Cordova: 5.1.1 
   Camera plugin 5.0.0
   Other Frameworks: Ionic 4
   
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] timbru31 commented on issue #676: IOS 14, Failed to read exposureBiasesByMode

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #676:
URL: https://github.com/apache/cordova-plugin-camera/issues/676#issuecomment-708534224


   Thanks a lot for your issue, however the issue template exists for a reason. 😊   
   It helps us to debug the issue further and to provide a solution much faster. With important information missing, we unfortunately can't help you.
   
   Therefore, please edit this issue accordingly or close and create a new one and make sure to provide all the required information.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] timbru31 closed issue #676: IOS 14, Failed to read exposureBiasesByMode

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #676:
URL: https://github.com/apache/cordova-plugin-camera/issues/676


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] WuglyakBolgoink commented on issue #676: IOS 14, Failed to read exposureBiasesByMode

Posted by GitBox <gi...@apache.org>.
WuglyakBolgoink commented on issue #676:
URL: https://github.com/apache/cordova-plugin-camera/issues/676#issuecomment-931564199


   @timbru31 I can reproduce this with Xcode 13 and iOS 14.6 (iPhoneX)
   
   tested on 
   
   - "cordova-ios": "6.2.0"
   - "cordova-plugin-camera": "6.0.0",


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] WuglyakBolgoink edited a comment on issue #676: IOS 14, Failed to read exposureBiasesByMode

Posted by GitBox <gi...@apache.org>.
WuglyakBolgoink edited a comment on issue #676:
URL: https://github.com/apache/cordova-plugin-camera/issues/676#issuecomment-931564199


   @timbru31 I can reproduce this with Xcode 13 and iOS 14.6 (iPhoneX)
   
   tested on 
   
   - "cordova-ios": "6.2.0"
   - "cordova-plugin-camera": "6.0.0"
   
   maybe related to this problem:
   https://stackoverflow.com/questions/64061582/xcode-camera-failed-to-read-exposurebiasesbymode-dictionary
   
   
   
   <code>
   [Camera] Failed to read exposureBiasesByMode dictionary: Error Domain=NSCocoaErrorDomain Code=4864 "*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL" UserInfo={NSDebugDescription=*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL}
   </code>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] WuglyakBolgoink edited a comment on issue #676: IOS 14, Failed to read exposureBiasesByMode

Posted by GitBox <gi...@apache.org>.
WuglyakBolgoink edited a comment on issue #676:
URL: https://github.com/apache/cordova-plugin-camera/issues/676#issuecomment-931564199


   @timbru31 I can reproduce this with Xcode 13 and iOS 14.6 (iPhoneX)
   
   tested on 
   
   - "cordova-ios": "6.2.0"
   - "cordova-plugin-camera": "6.0.0"
   
   maybe related to this problem:
   https://stackoverflow.com/questions/64061582/xcode-camera-failed-to-read-exposurebiasesbymode-dictionary
   
   
   
   ```
   [Camera] Failed to read exposureBiasesByMode dictionary: Error Domain=NSCocoaErrorDomain Code=4864 "*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL" UserInfo={NSDebugDescription=*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-plugin-camera] WuglyakBolgoink edited a comment on issue #676: IOS 14, Failed to read exposureBiasesByMode

Posted by GitBox <gi...@apache.org>.
WuglyakBolgoink edited a comment on issue #676:
URL: https://github.com/apache/cordova-plugin-camera/issues/676#issuecomment-931564199


   @timbru31 I can reproduce this with Xcode 13 and iOS 14.6 (iPhoneX)
   
   tested on 
   
   - "cordova-ios": "6.2.0"
   - "cordova-plugin-camera": "6.0.0"
   
   maybe related to this problem:
   https://stackoverflow.com/questions/64061582/xcode-camera-failed-to-read-exposurebiasesbymode-dictionary


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org