-
-
Notifications
You must be signed in to change notification settings - Fork 20
unable to get story thumbnail #10
Comments
Tryyyyy using pod 'SnapchatKit', :git => 'https://github.com/ThePantsThief/SnapchatKit.git' I think it's a bug I fixed but haven't updated the pod with yet Tanner Bennett
|
I just use git clone to get code from 'https://github.com/ThePantsThief/SnapchatKit.git' and copy the file in "Pod" folder. Then I use this method: and get the error message: Error Domain=SnapchatKit Code=1 "Unknown blob format" UserInfo=0x7fe965d39350 {NSLocalizedDescription=Unknown blob format, NSLocalizedFailureReason=Unknown blob format} But the same methods in SKSnap class works well. |
Odd, I'll take a look and get back to you Tanner Bennett
|
Thx,And I love this kit |
I update SnapchatKit and when I use [SKstory loadThumbnail] method, I still got error with description "Error initializing blob with data" @fisch0920 |
story blob has been fixed but story thumbblob seems not = =! |
I'll get to that next :) much of this library is untested, thanks! Tanner Bennett
|
When I use SnapchatKit to fetch story media thumbnail, I have tried such methods:
}];
But there is error like this: Load story error: Error Domain=SnapchatKit Code=1 "Unknown blob format" UserInfo=0x7fd878e27b80 {NSLocalizedDescription=Unknown blob format, NSLocalizedFailureReason=Unknown blob format}
when I fetch data from SKStory properth "thumbURL", the format seems not correct, I noticed that SKStory have some encryption properties, Maybe be data is encrypted?
How to fetch the story thumbnails and media.
The text was updated successfully, but these errors were encountered: