Quote:
Originally Posted by Digital Jedi
Have you observed it crashing with specific media websites, or does it just generally do so? For example, does it crash with games or music media as well? Or just YouTube? I'm unfamiliar with the mobile app and how all that's handled, but if it's basically using it's own templates, you could experiment with the AME conditionals being used in its particular ame_container template.
|
Seems to be with any post that uses it.
If I make a plugin on postbit_display_complete that replaces all code in $post[message] with just say static "This is a test" it works fine, but if I try to edit the $post[message] array in anyway, say to remove text from it, it still crashes the app.
What is weird is the API log isn't even logging any data when I click on the bad posts, like something perhaps the app loads before I click on a post... Now that I type that out it gives me a better idea where to look.