gl_2007
gl_2007
New to this hack but is mqtt enabling required for recording human detection? Also, the recording in this hack is looping around after some days or deletes older once sd...
> Hmm, can you provide an example project that I can reproduce? Find attached file. Rename to .7z as it was not allowing. I don't think the dll I am...
I switched to using the NuGet package. The issue#1 remains the same. See the attached image. (Issue#2 somehow runs now.) With DllImport the below function and other declared functions succeed....
Update: I used the DotNetAccess code [here](https://stackoverflow.com/questions/4645558/supporting-multiple-instances-of-a-plugin-dll-with-global-data) and it works. So, not sure what is different in your library, so for now, I will settle with copy/loading from disk. Thank...
> No one is working on this anymore I am afraid. Is anyone still using this in production? Do we know why the development was stopped? I now see blazingsql...
I am wanting to know how are you utilizing this in automation to end up with too many requests error. Like you are searching for keywords in cities or a...
Try this latest version from pypi.org [pytrends](https://pypi.org/project/pytrends/). It has the latest version 4.9.2. See [this thread](https://stackoverflow.com/questions/75711314/issue-with-pytrends-and-latest-update-of-google-trends-website) for explanation.
My VSCode was cribbing with this error "Import "requests.packages.urllib3.util" could not be resolved". Had to change it to "from urllib3.util" for the error to go away. I am a newbie...