[2.85.1] News articles are broken

InvestigateXMInvestigateXM ✭✭✭✭✭
edited January 2022 in Report a Bug

The last 5 news articles in the News section of COMM are broken, with white pictures, missing titles and cut-off text. Reinstall and switching to another device didn't help, and I've heard reports of other agents experiencing the same.

Post edited by NianticVK on
2
2 votes

Investigating · Last Updated

Comments

  • InvestigateXMInvestigateXM ✭✭✭✭✭

    After I finally figured out how to get the debug log, here it is after freshly restarting Ingress and opening the news section:

    Error Setting image: https://braze-images.com/news_items/images/61a85e84fd37244a483aa09f/149b733bec1bdcd94703d16552fc56205f6880a0/ios.png?1638424196: System.ArgumentException: The specified URL https://braze-images.com/news_items/images/61a85e84fd37244a483aa09f/149b733bec1bdcd94703d16552fc56205f6880a0/ios.png?1638424196 is not a Fife Url

    at Niantic.Ingress.Core.AssetCache.TextureDownloadService`2[TTexture,TActiveTextureLoadRequest].ValidateImageUrl (System.String url) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.Core.AssetCache.TextureDownloadService`2[TTexture,TActiveTextureLoadRequest].RequestTextureInternal (System.String url, System.Boolean localOnly, Niantic.Ingress.Core.AssetCache.CacheEntryDescriptor descriptor) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.AssetCache.TextureCache.RequestSpriteHelper (System.String url, System.Boolean sizeProvided, System.Int32 size, System.Boolean autoRectAndPivot, UnityEngine.Rect rect, UnityEngine.Vector2 pivot, System.Boolean localOnly) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.UI.ImageService.InternalInitiateTextureCacheSpriteRequest (System.String imageUrl, Niantic.Ingress.UI.ImageRequest`1[TRequestType] imageRequest, UnityEngine.Vector2 sizeVect, System.Boolean localOnly) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.UI.ImageService.RequestImageSprite (System.String url, UnityEngine.Vector2 size) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.Foundation.Reactive.UI.NImage.RequestImage () [0x00000] in <00000000000000000000000000000000>:0

    Error Setting image: https://braze-images.com/news_items/images/61a6d48da28e7c603b56ae8f/e76e8e9e31f3a11367f001e5c0be806aeab6ea75/ios.png?1638323762: System.ArgumentException: The specified URL https://braze-images.com/news_items/images/61a6d48da28e7c603b56ae8f/e76e8e9e31f3a11367f001e5c0be806aeab6ea75/ios.png?1638323762 is not a Fife Url

    at Niantic.Ingress.Core.AssetCache.TextureDownloadService`2[TTexture,TActiveTextureLoadRequest].ValidateImageUrl (System.String url) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.Core.AssetCache.TextureDownloadService`2[TTexture,TActiveTextureLoadRequest].RequestTextureInternal (System.String url, System.Boolean localOnly, Niantic.Ingress.Core.AssetCache.CacheEntryDescriptor descriptor) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.AssetCache.TextureCache.RequestSpriteHelper (System.String url, System.Boolean sizeProvided, System.Int32 size, System.Boolean autoRectAndPivot, UnityEngine.Rect rect, UnityEngine.Vector2 pivot, System.Boolean localOnly) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.UI.ImageService.InternalInitiateTextureCacheSpriteRequest (System.String imageUrl, Niantic.Ingress.UI.ImageRequest`1[TRequestType] imageRequest, UnityEngine.Vector2 sizeVect, System.Boolean localOnly) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.UI.ImageService.RequestImageSprite (System.String url, UnityEngine.Vector2 size) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.Foundation.Reactive.UI.NImage.RequestImage () [0x00000] in <00000000000000000000000000000000>:0

    Error Setting image: https://braze-images.com/news_items/images/619f36adfd37243ca2bfdf93/6698a689687586c8297eab813a51097a0e767601/ios.png?1637824174: System.ArgumentException: The specified URL https://braze-images.com/news_items/images/619f36adfd37243ca2bfdf93/6698a689687586c8297eab813a51097a0e767601/ios.png?1637824174 is not a Fife Url

    at Niantic.Ingress.Core.AssetCache.TextureDownloadService`2[TTexture,TActiveTextureLoadRequest].ValidateImageUrl (System.String url) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.Core.AssetCache.TextureDownloadService`2[TTexture,TActiveTextureLoadRequest].RequestTextureInternal (System.String url, System.Boolean localOnly, Niantic.Ingress.Core.AssetCache.CacheEntryDescriptor descriptor) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.AssetCache.TextureCache.RequestSpriteHelper (System.String url, System.Boolean sizeProvided, System.Int32 size, System.Boolean autoRectAndPivot, UnityEngine.Rect rect, UnityEngine.Vector2 pivot, System.Boolean localOnly) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.UI.ImageService.InternalInitiateTextureCacheSpriteRequest (System.String imageUrl, Niantic.Ingress.UI.ImageRequest`1[TRequestType] imageRequest, UnityEngine.Vector2 sizeVect, System.Boolean localOnly) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.UI.ImageService.RequestImageSprite (System.String url, UnityEngine.Vector2 size) [0x00000] in <00000000000000000000000000000000>:0

    at Niantic.Ingress.Foundation.Reactive.UI.NImage.RequestImage () [0x00000] in <00000000000000000000000000000000>:0

  • InvestigateXMInvestigateXM ✭✭✭✭✭

    This can be closed with "Fixed in 2.88.1".

    Although I'm nor sure if all of the Ingress Reports are supposed to have the Enlightened Firework icon.

This discussion has been closed.