Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception '-[__NSDictionaryM hasPrefix:]: unrecognized selector sent to instance was thrown while invoking upload on target FileTransfer with params #34

Open
plraphael opened this issue Oct 16, 2017 · 0 comments

Comments

@plraphael
Copy link

Hello,

I`m getting this error when I try to upload a picture now. It worked in the past.
React native version: 0.46.4

Exception '-[__NSDictionaryM hasPrefix:]: unrecognized selector sent to instance 0x608000425b60' was thrown while invoking upload on target FileTransfer with params (
        {
        data =         {
            "api_key" = ...;
            signature = ...;
            timestamp = ...;
        };
        uploadUrl = "...";
        uri =         {
            fileName = "IMG_0004.JPG";
            fileSize = 611118;
            height = 728;
            isVertical = 0;
            latitude = "64.752895";
            longitude = "-14.53861166666667";
            origURL = "assets-library://asset/asset.JPG?id=99D53A1F-FEEF-40E1-8BB3-7DD55A43C8B7&ext=JPG";
            timestamp = "2012-08-08T21:29:49Z";
            uri = "file:///Users/plraphael/Library/Developer/CoreSimulator/Devices/75971EB8-F75F-4044-B270-EB5BED4BDB05/data/Containers/Data/Application/5F6819D5-36B2-46F4-89B8-5B27ACB2C884/Documents/images/7206FFCA-1E72-4BAB-9E5D-842D85B5F82C.jpg";
            width = 750;
        };
    },
    6913
)

Does anyone experience a similar issue?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant