5x more premium requests than Pro to use the lates

← العودة
Blog Post

عنوان المحادثة: 5x more premium requests than Pro to use the latest models, with the o...

التاريخ: 11.12.2025

التصنيف: 🧠 الذكاء الاصطناعي وتعلم الآلة

إجمالي الرسائل: 6 | ياسر: 3 | M: 3

Yasser
5x more premium requests than Pro to use the latest models, with the option to buy more
Yasser
To use Codex with your ChatGPT plan, upgrade to Plus: https://openai.com/chatgpt/pricing.
Yasser
Wrong recursive call: in Scraper.py:268 the fallback return self.check_availability(asin, retry_count=..., website=..., country=...) passes asin as a positional argument before the named ones. Python raises “multiple values for argument ‘website’” the moment this branch executes (e.g., when offers are present but no featured offers), so availability checks can crash instead of retrying.Table name mismatch with language: availability lookups use {website}_{language}_{country}_products_availability (Scraper.py:160 and Scraper.py:317), but the tables are created without the language segment ({website}_{country}_products_availability). Any non-default language—or even en—will hit “no such table” and skip cache usage.Column discovery on the wrong table: Database.py:79 runs PRAGMA table_info(products) while inserts go to {website}_{country}_products. With only the prefixed tables present, this PRAGMA fails and the subsequent ALTER/INSERT can break, so dynamic columns never get added for the actual table.Cookies file chosen at init only: Security.py:16 fixes self.cookies_file based on the constructor website/country, but Security.py:77 accepts different website/country without updating that file name. Calling it for another site (e.g., noon after initializing for amazon) will overwrite/read the wrong cookie jar.
المحادثة الكاملة - 11.12.2025
M
https://n8n.io/workflows/11604-interactive-recruitment-customer-service-with-whatsapp-google-sheets-crm-and-notifications/
11.12.2025 22:20
ياسر
5x more premium requests than Pro to use the latest models, with the option to buy more
11.12.2025 22:31
ياسر
To use Codex with your ChatGPT plan, upgrade to Plus: https://openai.com/chatgpt/pricing.
11.12.2025 22:48
ياسر
Wrong recursive call: in Scraper.py:268 the fallback return self.check_availability(asin, retry_count=..., website=..., country=...) passes asin as a positional argument before the named ones. Python raises “multiple values for argument ‘website’” the moment this branch executes (e.g., when offers are present but no featured offers), so availability checks can crash instead of retrying.Table name mismatch with language: availability lookups use {website}_{language}_{country}_products_availability (Scraper.py:160 and Scraper.py:317), but the tables are created without the language segment ({website}_{country}_products_availability). Any non-default language—or even en—will hit “no such table” and skip cache usage.Column discovery on the wrong table: Database.py:79 runs PRAGMA table_info(products) while inserts go to {website}_{country}_products. With only the prefixed tables present, this PRAGMA fails and the subsequent ALTER/INSERT can break, so dynamic columns never get added for the actual table.Cookies file chosen at init only: Security.py:16 fixes self.cookies_file based on the constructor website/country, but Security.py:77 accepts different website/country without updating that file name. Calling it for another site (e.g., noon after initializing for amazon) will overwrite/read the wrong cookie jar.
11.12.2025 22:52
M
self.batch_config = { "grocery": {"max_products": 25, "batches": 5, "batch_delay_minutes": 0.17}, "beauty": {"max_products": 25, "batches": 5, "batch_delay_minutes": 0.17}, "home": {"max_products": 20, "batches": 4, "batch_delay_minutes": 0.17}, "cleaning": {"max_products": 20, "batches": 4, "batch_delay_minutes": 0.17}, "used": {"max_products": 15, "batches": 3, "batch_delay_minutes": 0.17}, "saiydat": {"max_products": 15, "batches": 3, "batch_delay_minutes": 0.17}, "bestsellers": {"max_products": 15, "batches": 3, "batch_delay_minutes": 0.17}, "baby": {"max_products": 20, "batches": 4, "batch_delay_minutes": 0.17}, "fashion": {"max_products": 20, "batches": 4, "batch_delay_minutes": 0.17}, "electronics": {"max_products": 20, "batches": 4, "batch_delay_minutes": 0.17}, "sport": {"max_products": 15, "batches": 3, "batch_delay_minutes": 0.17}, "car": {"max_products": 10, "batches": 2, "batch_delay_minutes": 0.17}, "toys": {"max_products": 15, "batches": 3, "batch_delay_minutes": 0.17}, "crafts": {"max_products": 10, "batches": 2, "batch_delay_minutes": 0.17},}
11.12.2025 23:36
M
القسم عدد المنتجات🛒 البقالة (grocery) 25💄 الجمال (beauty) 25🏠 البيت (home) 20🧹 التنظيف (cleaning) 20👔 الأزياء (fashion) 15📱 الإلكترونيات (electronics) 20👶 الأطفال (baby) 20🏋️ الرياضة (sport) 15🎮 الألعاب (toys) 15🚗 السيارات (car) 10🛠 الحرف (crafts) 10🔖 المستعمل (used) 15🏆 الصيدات (saiydat) 15⭐️ الأكثر مبيعاً (bestsellers) 15🔢 الإجمالي:✅ المجموع الكلي: 235 منتج في الدورة الواحدة 🎯هذا مقسم على 14 قسم و تقريباً كل 6 ساعات (أو طبقاً لإعداد rest_seconds).هل تبي تعديل أي من هذه الأرقام؟ 📈Claude Haiku 4.5 • 0.33x
11.12.2025 23:42
← العودة إلى الرئيسية