Chookee
Chookee
libcamera didn't work for me... rtsp-simple-server for rpi works fine: sudo docker run --rm -it --network=host --privileged --tmpfs /dev/shm:exec -v /run/udev:/run/udev:ro -e RTSP_PATHS_CAM_SOURCE=rpiCamera -v $PWD/rtsp-simple-server.yml:/rtsp-simple-server.yml aler9/rtsp-simple-server:latest-rpi
fail... 127.0.0.1:1337/api/data both docker and venv
I just added this code and its only randomly removing the gla Same log file: 2024-08-09T05:54:20+00:00 Debug Automattic\WooCommerce\GoogleListingsAndAds\Product\ProductSyncer::update_by_batch_requests Submitted 100 products: [{"woocommerce_id":259643,"google_id":"online:en:AU:gla_259643"}, 2024-08-09T05:54:46+00:00 Debug Automattic\WooCommerce\GoogleListingsAndAds\Product\ProductSyncer::update_by_batch_requests Submitted 100 products: [{"woocommerce_id":259743,"google_id":"online:en:AU:259743"},{"woocommerce_id":259744,"google_id":"online:en:AU:259744"},
I ended up removing the $slug from google-listings-and-ads\src\Product\WCProductAdapter.php I saw that the code might be this though: add_action( 'woocommerce_gla_get_google_product_offer_id', function ( $mc_id, $product_id ) { return (string) str_replace('gla_', '', $product_id);...
yes, but install the snippets plugin and add it there.
thanks ack100 I have the Datto AP62 and it too has pins 7,8 but shorting did nothing When you say 'get timing right' will there be any indications over serial?
oh thanks again, but I have the Datto version and don't have the option to access the new dashboard and therefore no ssh access
yup, X shows the login notification then the error. changing IP worked a few times then not.
client.save_cookies('ookies.json') client.load_cookies('cookies.json') this worked for me. But I guess after this you must remove the client.login so it uses the cookies only?
Hey Am using the WPALLIMPORT plugin. I was getting maybe 500 products that were deleted in WC but not in GMC. They were showing as not been updated for days...