🚀 Starting TeeOne Scraper Test =================================================== 🔍 Step 1: Accessing login page... 📊 HTTP Status: 200 ✅ Login page accessed successfully 🔐 Step 2: Attempting login... 🔍 Step 1: Accessing login page... 📊 HTTP Status: 200 ✅ Login page accessed successfully 🔄 Trying endpoint: /api/login 📊 Endpoint /api/login - HTTP: 404 🔄 Trying endpoint: /api/auth/login 📊 Endpoint /api/auth/login - HTTP: 404 🔄 Trying endpoint: /api/user/login 📊 Endpoint /api/user/login - HTTP: 404 🔄 Trying endpoint: /login 📊 Endpoint /login - HTTP: 404 🔄 Trying endpoint: /auth/login 📊 Endpoint /auth/login - HTTP: 404 ⚠️ Standard login failed. This might be a complex SPA requiring JavaScript execution. 📅 Step 3: Accessing tournaments page... 📊 Tournaments page - HTTP: 406 ❌ Error: Failed to access tournaments page. HTTP Code: 406 💡 This might require a different approach (headless browser) 📝 Next Steps: 1. Review the output above 2. If login fails, we may need to use Puppeteer/Selenium 3. If export fails, we may need to simulate button clicks 4. Check the exports/ directory for any generated files