You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An URL such as https://www.instagram.com/p/CmHTCMoJSV5/ emits empty string for data because the result of document?.head ?.querySelector("script[type='application/ld+json']") is <html script> at the following method in JsonLdParser.
It produces an exception, FormatException: Unexpected end of input (at character 1)
An URL such as
https://www.instagram.com/p/CmHTCMoJSV5/
emits empty string fordata
because the result ofdocument?.head ?.querySelector("script[type='application/ld+json']")
is<html script>
at the following method in JsonLdParser.It produces an exception,
FormatException: Unexpected end of input (at character 1)
metadata_fetch/lib/src/parsers/jsonld_parser.dart
Lines 18 to 27 in 0ae3094
The text was updated successfully, but these errors were encountered: