Andreas Mattes

Results 6 comments of Andreas Mattes

Happens on latest version (2.1.1) too. Adding is_paid_partnership=False solves the issue. As this property is not set in the Story class and therefore will be undefined, I assume that pydantic...

I ended up using the official [Instagram API](https://developers.facebook.com/docs/instagram-api/guides/content-publishing)

Same for me, unfortunately I haven't found any fix for that

> this file (by @lugiii93 ): https://www.file-upload.net/download-14849504/ThunderbirdMailLinksintoRegistry.reg.html work fine !!!! > > Thank you @lugiii93 and @kteevee for solving the pb :-) My test was on windows 10, with thunderbird...

Same issue here and haven't managed to solve it. Appreciate any help for a solution. Edit: see solution below

Solution to extract the ip from [https://1.0.0.1/cdn-cgi/trace](https://1.0.0.1/cdn-cgi/trace) in case there is a bad response: ```python def extract_ip_from_html(html_content): # Parse HTML with BeautifulSoup soup = BeautifulSoup(html_content, 'html.parser') # Find the span...