We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get these errors in ionic on my iphone. The image is in an ngRepeat
<ion-slide ng-repeat="item in sponsorData['ui']" ng-if="item.sid !== 'sponsor_splash'" class="wizard-slide"> <!-- <div img-cache ic-bg="{{imgUrl}}" ></div> --> <div img-cache class="sponsor bg" ic-bg="{{item['featured_image']}}"></div> <div class="bottom sponsor" ng-bind-html="item['content']"></div> </ion-slide>
[Log] INFO: LocalFileSystem opened (vendors.min.js, line 852) [Log] INFO: Local cache folder opened: /imgcache/ (vendors.min.js, line 852) [Log] INFO: com.apple.MobileBackup metadata set (vendors.min.js, line 852) [Log] ERROR: Download error source: https://storycorpsme.s3.amazonaws.com/uploads/2015/08/knight.jpg (vendors.min.js, line 852) [Log] ERROR: Download error target: cdvfile://localhost/root/imgcache/c56f69853d5444c697307b96a1eef89a55a64830.jpg (vendors.min.js, line 852) [Log] ERROR: Download error code: 1 (vendors.min.js, line 852) [Log] ERROR: Download error source: https://storycorpsme.s3.amazonaws.com/uploads/2015/08/airbnb_test.jpg (vendors.min.js, line 852) [Log] ERROR: Download error target: cdvfile://localhost/root/imgcache/be0f1e88a316eb2b049b2bc09fadef9cac2c5e87.jpg (vendors.min.js, line 852) [Log] ERROR: Download error code: 1 (vendors.min.js, line 852)
The text was updated successfully, but these errors were encountered:
getting same error here
Sorry, something went wrong.
I think this is the same issue I encountered and I have yet to find a fix. #11
No branches or pull requests
I get these errors in ionic on my iphone. The image is in an ngRepeat
[Log] INFO: LocalFileSystem opened (vendors.min.js, line 852)
[Log] INFO: Local cache folder opened: /imgcache/ (vendors.min.js, line 852)
[Log] INFO: com.apple.MobileBackup metadata set (vendors.min.js, line 852)
[Log] ERROR: Download error source: https://storycorpsme.s3.amazonaws.com/uploads/2015/08/knight.jpg (vendors.min.js, line 852)
[Log] ERROR: Download error target: cdvfile://localhost/root/imgcache/c56f69853d5444c697307b96a1eef89a55a64830.jpg (vendors.min.js, line 852)
[Log] ERROR: Download error code: 1 (vendors.min.js, line 852)
[Log] ERROR: Download error source: https://storycorpsme.s3.amazonaws.com/uploads/2015/08/airbnb_test.jpg (vendors.min.js, line 852)
[Log] ERROR: Download error target: cdvfile://localhost/root/imgcache/be0f1e88a316eb2b049b2bc09fadef9cac2c5e87.jpg (vendors.min.js, line 852)
[Log] ERROR: Download error code: 1 (vendors.min.js, line 852)
The text was updated successfully, but these errors were encountered: