Joey

Results 10 comments of Joey

Just for the record, I tried every version as far back as 2.2.3 and this doesn't appear to have ever worked.

Also ran into this issue when attempting to migrate `datadog_monitor` to `event-v2 alert`. Had to update my query to use double quotes and additionally escape them. The previous method of...

If you run `saml2aws login` and your credentials are not yet expired, the program will just return. ``` saml2aws login --verbose ☁️ services DEBU[0000] Running command=login DEBU[0000] check if Creds...

Hm, sure does! I think I misspoke on what I was actually trying to solve here. It does work with 64-bit Python, but not 32. The game I work on...

Can concur that this also happens to me. I ended up just catching it and ignoring it, then scanning again.

@wolfeidau :wave: Several users in my org get stuck with this exact use case and have to either guess the correct number or hope Google presents them with a different...

The workaround right now is to log in via the browser method until someone patches it: ``` SAML2AWS_IDP_PROVIDER=Browser saml2aws login --download-browser-driver ```

With this patched in, I'm unfortunately still receiving WinApi 299 errors from `read_bytes`.

> Is your system is x64, and the target process is x86? Yes, that is correct. I'm using a 32-bit version of Python 3.11 as well.

Yep, it's nothing fancy. Just a class that's wrapping `pattern_scan_all`. I have a few functions that will run a scan indefinitely. It could work for minutes or hours, but it...