linkeli-labs
linkeli-labs
`response = bot.upload_post("instagram.jpg", caption="test caption")` gives the following error ``` site-packages\myigbot\__init__.py", line 696, in upload_post upload_id = json_data['upload_id'] KeyError: 'upload_id' ```
Would be nice to have this feature
> please give a full working example of this for us to test. I have it disabled on my own apps and seems to work. I am running code from...
> above link is 404, below is the current link: https://github.com/browser-use/browser-use/blob/main/examples/browser/real_browser.py https://github.com/browser-use/browser-use/blob/main/examples/browser/real_browser.py
Try using: ``` browser = Browser( config=BrowserConfig( # cdp_url=cdp_url, chrome_instance_path='C:/Program Files/Google/Chrome/Application/chrome.exe' ) ```