Brendan McCollam

Results 47 comments of Brendan McCollam

Maybe you have an older version? I made [some Python3-compatibility changes](https://github.com/Bloodevil/sony_camera_api/pull/57) a few months back. If there's a print statement I missed that's still a problem in the current version...

Maybe @Bloodevil will be so kind as to make another release when she has time. In the meantime, [you can install directly from github](https://stackoverflow.com/questions/15268953/how-to-install-python-package-from-github) (I don't know how it works...

I think there might be some issues with `_listen_for_discover()`, you could try [my discovery branch](https://github.com/Bloodevil/sony_camera_api/pull/58) and see if you get any better results with that.

This library just helps call whatever APIs the camera itself makes available from Python. There are some files in `/doc` scraped from various cameras that show what operations they expose,...

> Properties in the specs that are not returned in the response of the backend generate no error unless they are required (bad). Could you explain this a little more?...

Did you ever find a solution for this @Jake-RoundrockIO? I think I'm seeing something similar. I've tried adding `includePaths` in both `svelte.config.js` and `vite.config.ts` without success so far. I also...

Interestingly, installing Pydantic 2.6.4 via https://pypi.org/simple does include all the dependencies, so this appears to be a regression of some sort. ``` [tool.poetry] name = "test" version = "0.1.0" description...

Chasing down the rabbit hole of links to other issues, [I end up here](https://github.com/python-poetry/poetry/issues/9301) with the claim that: > For those that don't want to read through the other issues,...

[This comment](https://github.com/python-poetry/poetry/issues/9318#issuecomment-2064046487) suggests `poetry self add pkginfo>=1.10.0` and that does seem to resolve the issue for me locally, but need to figure out the best way to apply that in...

Rather than de-compiling firmware binaries, it might be possible to glean information looking at the source releases https://www.tp-link.com/us/support/gpl-code/ and/or sniffing network traffic from the Deco mobile app using something like...