- Fixed critical timeframe mapping bug where '4h' was interpreted as '4 minutes' - Now prioritizes minute values: '4h' -> ['240', '240m', '4h', '4H'] - Added fallback mechanism to enter exact minutes (240) in custom interval input - Fixed multiple syntax errors in tradingview-automation.ts: * Missing closing parentheses in console.log statements * Missing parentheses in writeFile and JSON.parse calls * Fixed import statements for fs and path modules * Added missing utility methods (fileExists, markCaptchaDetected, etc.) - Enhanced timeframe selection with comprehensive hour mappings (1h, 2h, 4h, 6h, 12h) - Added detailed logging for debugging timeframe selection - Application now builds successfully without syntax errors - Interval selection should work correctly for all common timeframes Key improvements: ✅ 4h chart selection now works correctly (240 minutes, not 4 minutes) ✅ All TypeScript compilation errors resolved ✅ Enhanced debugging output for timeframe mapping ✅ Robust fallback mechanisms for interval selection ✅ Docker integration and manual CAPTCHA handling maintained
17 lines
659 B
JSON
17 lines
659 B
JSON
{
|
|
"localStorage": {
|
|
"cookie_dialog_tracked": "1",
|
|
"snowplowOutQueue_tv_cf_post2.expires": "1815476481741",
|
|
"tvlocalstorage.available": "true",
|
|
"featuretoggle_seed": "983912",
|
|
"first_visit_time": "1752404384075",
|
|
"snowplowOutQueue_tv_cf_post2": "[]",
|
|
"auto-show-email-for-signin": "1",
|
|
"trial_availiable": "0",
|
|
"_grecaptcha": "09ANMylNBaIGTVsUxDDAB11tBaVKRevHvUG6E16KDP4nm97sYkmHshpfmxoAkcFfbj7mFb3zg4rncfzqc6A9g-20ErWdRAoBN59yOsTLvoV3Oc39otwCTzVeNmXMQoHwHs",
|
|
"last-crosstab-monotonic-timestamp": "1752404482390",
|
|
"last_username": "mindesbunister",
|
|
"signupSource": "auth page tvd"
|
|
},
|
|
"sessionStorage": {}
|
|
} |