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
@gRegorLove I've opted to make Base URL a required field at the moment, as it's required by microformats-parser.
I've also added some handling for any errors microformats-parser throws during execution, rather than swallowing them up as `Internal Server Error, so if anything like this happens, the user has an indication as to how to fix it.
I tested after #2 was resolved (🎉 thanks!) by entering the HTML snippet and no Base URL:
I got "Internal Server Error"
I tried again, entering the Base URL https://example.com and it worked.
It should probably support parsing without a base URL like the other parser sites, or at least require the Base URL field to avoid the error.
The text was updated successfully, but these errors were encountered: