Grégoire Delzongle
Grégoire Delzongle
same problem, with amazon.fr Maybe this has to do with this sidebar being opened automatically 
more investigation : The issues seems to be related to the redirect from https://{domain}/gp/offer-listing/ to https://{domain}/dp/{asin}/ref=olp_aod_redir#aod This redirect seems to happens with some amazon domains (not amazon.com though) on Chromium,...
I'm working on it ! My only worry is that it may be a temporary fix if amazon decides to deprecate the offer-listing for more domains/browser
> > > Cant you just tell Chromium to report itself as being a Firefox browser? Just tested it but the redirects still happens. Worked a bit on using geckodriver...
I was able to prevent the redirect by using firefox as the driver with my own profile, so my guess is that it's not something related to the browser used...
[It works](https://github.com/gregoiredelzongle/nvidia-bot/commit/1f8765079843a067cba55c4fffadcf58d714bcb8) thanks to @web-josh Currently breaks the old offer listing compatibility though
I use ``` from pxr import Ar from usdAssetResolver import CachedResolver ``` I'm not using houdini python executable, but my own python (which is the same version though) with usd-core:24.3...
OK I managed to make it work by using `C:\Program Files\Side Effects Software\Houdini 20.5.445\python311\python3.11.exe` for my script, adding my own libraries using `site.addsitedir('path/to/my/module')` and also adding `os.add_dll_directory("C:/Program Files/Side Effects Software/Houdini...
I've compiled it myself and managed to make it work :)