ResearchMate / logs /manager.log
Ananthakr1shnan's picture
Upload 80 files
519c06d verified
2025-07-09 11:39:18,873 - INFO - ResearchMate Management System started
2025-07-09 11:39:19,052 - INFO - Found 3 test files
2025-07-09 11:39:19,053 - INFO - Running: test_arxiv_fetcher.py
2025-07-09 11:39:19,053 - ERROR - Failed to run tests: [WinError 2] The system cannot find the file specified
2025-07-09 11:40:11,973 - INFO - ResearchMate Management System started
2025-07-09 11:40:11,989 - INFO - Running tests...
2025-07-09 11:40:11,989 - INFO - Found 3 test files
2025-07-09 11:40:11,989 - INFO - Running: test_arxiv_fetcher.py
2025-07-09 11:40:11,989 - ERROR - Failed to run tests: [WinError 2] The system cannot find the file specified
2025-07-09 11:40:48,295 - INFO - ResearchMate Management System started
2025-07-09 11:40:48,295 - INFO - Running tests...
2025-07-09 11:40:48,295 - INFO - Found 3 test files
2025-07-09 11:40:48,295 - INFO - Running: test_arxiv_fetcher.py
2025-07-09 11:40:48,295 - ERROR - Failed to run tests: [WinError 2] The system cannot find the file specified
2025-07-09 11:41:47,175 - INFO - ResearchMate Management System started
2025-07-09 11:41:47,191 - INFO - Running tests...
2025-07-09 11:41:47,193 - INFO - Found 4 test files
2025-07-09 11:41:47,194 - INFO - Running: test_arxiv_fetcher.py
2025-07-09 11:41:47,194 - ERROR - Failed to run tests: [WinError 2] The system cannot find the file specified
2025-07-09 11:42:04,641 - INFO - ResearchMate Management System started
2025-07-09 11:42:04,641 - INFO - Running tests...
2025-07-09 11:42:04,641 - INFO - Found 4 test files
2025-07-09 11:42:04,641 - INFO - Using Python executable: D:\ResearchMate\venv\Scripts\python.exe
2025-07-09 11:42:04,641 - INFO - Python executable exists: False
2025-07-09 11:42:04,649 - INFO - Running: test_arxiv_fetcher.py
2025-07-09 11:42:04,649 - INFO - Full test path: D:\ResearchMate\src\tests\test_arxiv_fetcher.py
2025-07-09 11:42:04,650 - ERROR - Failed to run tests: [WinError 2] The system cannot find the file specified
2025-07-09 11:42:31,726 - INFO - ResearchMate Management System started
2025-07-09 11:42:31,726 - INFO - Running tests...
2025-07-09 11:42:31,726 - INFO - Found 4 test files
2025-07-09 11:42:31,726 - INFO - Using Python executable: D:\ResearchMate\venv\python.exe
2025-07-09 11:42:31,726 - INFO - Python executable exists: True
2025-07-09 11:42:31,726 - INFO - Running: test_arxiv_fetcher.py
2025-07-09 11:42:31,726 - INFO - Full test path: D:\ResearchMate\src\tests\test_arxiv_fetcher.py
2025-07-09 11:42:32,005 - ERROR - FAIL: test_arxiv_fetcher.py
2025-07-09 11:42:32,005 - ERROR - Errors:
Traceback (most recent call last):
File "D:\ResearchMate\src\tests\test_arxiv_fetcher.py", line 13, in test_arxiv_fetcher_import
from src.components.arxiv_fetcher import ArxivFetcher
File "D:\ResearchMate\src\components\__init__.py", line 6, in <module>
from .config import Config
File "D:\ResearchMate\src\components\config.py", line 9, in <module>
from ..settings import get_settings
File "D:\ResearchMate\src\settings.py", line 13, in <module>
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\ResearchMate\src\tests\test_arxiv_fetcher.py", line 34, in <module>
success &= test_arxiv_fetcher_import()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ResearchMate\src\tests\test_arxiv_fetcher.py", line 17, in test_arxiv_fetcher_import
print(f"\u274c ArXiv fetcher import failed: {e}")
File "D:\ResearchMate\venv\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\u274c' in position 0: character maps to <undefined>
2025-07-09 11:42:32,005 - INFO - Running: test_basic.py
2025-07-09 11:42:32,005 - INFO - Full test path: D:\ResearchMate\src\tests\test_basic.py
2025-07-09 11:42:32,088 - ERROR - FAIL: test_basic.py
2025-07-09 11:42:32,088 - ERROR - Errors:
Traceback (most recent call last):
File "D:\ResearchMate\src\tests\test_basic.py", line 15, in test_basic_functionality
print("\u2705 Basic functionality test passed")
File "D:\ResearchMate\venv\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\u2705' in position 0: character maps to <undefined>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\ResearchMate\src\tests\test_basic.py", line 37, in <module>
success &= test_basic_functionality()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ResearchMate\src\tests\test_basic.py", line 18, in test_basic_functionality
print(f"\u274c Basic functionality test failed: {e}")
File "D:\ResearchMate\venv\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\u274c' in position 0: character maps to <undefined>
2025-07-09 11:42:32,088 - INFO - Running: test_config.py
2025-07-09 11:42:32,088 - INFO - Full test path: D:\ResearchMate\src\tests\test_config.py
2025-07-09 11:42:32,207 - ERROR - FAIL: test_config.py
2025-07-09 11:42:32,207 - ERROR - Errors:
Traceback (most recent call last):
File "D:\ResearchMate\src\tests\test_config.py", line 10, in <module>
from src.settings import Settings
File "D:\ResearchMate\src\settings.py", line 13, in <module>
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
2025-07-09 11:42:32,207 - INFO - Running: test_pdf_processor.py
2025-07-09 11:42:32,207 - INFO - Full test path: D:\ResearchMate\src\tests\test_pdf_processor.py
2025-07-09 11:42:32,358 - ERROR - FAIL: test_pdf_processor.py
2025-07-09 11:42:32,358 - ERROR - Errors:
Traceback (most recent call last):
File "D:\ResearchMate\src\tests\test_pdf_processor.py", line 13, in test_pdf_processor_import
from src.components.pdf_processor import PDFProcessor
File "D:\ResearchMate\src\components\__init__.py", line 6, in <module>
from .config import Config
File "D:\ResearchMate\src\components\config.py", line 9, in <module>
from ..settings import get_settings
File "D:\ResearchMate\src\settings.py", line 13, in <module>
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\ResearchMate\src\tests\test_pdf_processor.py", line 34, in <module>
success &= test_pdf_processor_import()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ResearchMate\src\tests\test_pdf_processor.py", line 17, in test_pdf_processor_import
print(f"\u274c PDF processor import failed: {e}")
File "D:\ResearchMate\venv\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\u274c' in position 0: character maps to <undefined>
2025-07-09 11:42:32,358 - ERROR - Some tests failed!
2025-07-09 11:59:32,349 - INFO - ResearchMate Management System started
2025-07-09 11:59:32,349 - INFO - Running tests...
2025-07-09 11:59:32,349 - INFO - Found 3 test files
2025-07-09 11:59:32,349 - INFO - Using Python executable: D:\ResearchMate\venv\python.exe
2025-07-09 11:59:32,349 - INFO - Python executable exists: True
2025-07-09 11:59:32,349 - INFO - Running: test_arxiv_fetcher.py
2025-07-09 11:59:32,349 - INFO - Full test path: D:\ResearchMate\src\tests\test_arxiv_fetcher.py
2025-07-09 11:59:33,038 - INFO - PASS: test_arxiv_fetcher.py
2025-07-09 11:59:33,038 - INFO - Output:
PASS: ArXiv fetcher import test passed
PASS: ArXiv fetcher creation test passed
All ArXiv fetcher tests passed!
2025-07-09 11:59:33,038 - INFO - Running: test_config.py
2025-07-09 11:59:33,038 - INFO - Full test path: D:\ResearchMate\src\tests\test_config.py
2025-07-09 11:59:33,263 - ERROR - FAIL: test_config.py
2025-07-09 11:59:33,263 - ERROR - Errors:
Traceback (most recent call last):
File "D:\ResearchMate\src\tests\test_config.py", line 19, in test_settings_load
print("\u2705 Settings loading test passed")
File "D:\ResearchMate\venv\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\u2705' in position 0: character maps to <undefined>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\ResearchMate\src\tests\test_config.py", line 63, in <module>
success &= test_settings_load()
^^^^^^^^^^^^^^^^^^^^
File "D:\ResearchMate\src\tests\test_config.py", line 22, in test_settings_load
print(f"\u274c Settings loading failed: {e}")
File "D:\ResearchMate\venv\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\u274c' in position 0: character maps to <undefined>
2025-07-09 11:59:33,263 - INFO - Running: test_pdf_processor.py
2025-07-09 11:59:33,263 - INFO - Full test path: D:\ResearchMate\src\tests\test_pdf_processor.py
2025-07-09 11:59:33,846 - ERROR - FAIL: test_pdf_processor.py
2025-07-09 11:59:33,846 - ERROR - Output:
PASS: PDF processor import test passed
FAIL: PDF processor creation failed: 'charmap' codec can't encode character '\U0001f4c4' in position 0: character maps to <undefined>
Some tests failed!
2025-07-09 11:59:33,846 - ERROR - Some tests failed!
2025-07-09 12:05:29,920 - INFO - ResearchMate Management System started
2025-07-09 12:05:29,927 - INFO - Running tests...
2025-07-09 12:05:29,929 - INFO - Found 3 test files
2025-07-09 12:05:29,930 - INFO - Using Python executable: D:\ResearchMate\venv\python.exe
2025-07-09 12:05:29,930 - INFO - Python executable exists: True
2025-07-09 12:05:29,930 - INFO - Running: test_arxiv_fetcher.py
2025-07-09 12:05:29,930 - INFO - Full test path: D:\ResearchMate\src\tests\test_arxiv_fetcher.py
2025-07-09 12:05:31,045 - INFO - PASS: test_arxiv_fetcher.py
2025-07-09 12:05:31,045 - INFO - Output:
PASS: ArXiv fetcher import test passed
PASS: ArXiv fetcher creation test passed
All ArXiv fetcher tests passed!
2025-07-09 12:05:31,045 - INFO - Running: test_config.py
2025-07-09 12:05:31,045 - INFO - Full test path: D:\ResearchMate\src\tests\test_config.py
2025-07-09 12:05:31,260 - INFO - PASS: test_config.py
2025-07-09 12:05:31,260 - INFO - Output:
PASS: Settings loading test passed
PASS: Default settings test passed
PASS: Settings types test passed
All configuration tests passed!
2025-07-09 12:05:31,260 - INFO - Running: test_pdf_processor.py
2025-07-09 12:05:31,260 - INFO - Full test path: D:\ResearchMate\src\tests\test_pdf_processor.py
2025-07-09 12:05:33,713 - INFO - PASS: test_pdf_processor.py
2025-07-09 12:05:33,713 - INFO - Output:
PASS: PDF processor import test passed
PDF Processor initialized with libraries: ['PyPDF2', 'pdfplumber', 'PyMuPDF']
PASS: PDF processor creation test passed
All PDF processor tests passed!
2025-07-09 12:05:33,714 - INFO - All tests passed successfully!
2025-07-09 12:09:47,665 - INFO - ResearchMate Management System started
2025-07-09 12:09:47,665 - INFO - Starting development server...
2025-07-09 12:10:44,117 - INFO - ResearchMate Management System started
2025-07-09 12:10:44,117 - INFO - Starting development server...
2025-07-09 12:15:38,602 - INFO - ResearchMate Management System started
2025-07-09 12:15:38,603 - INFO - Starting development server...
2025-07-09 12:16:06,617 - INFO - ResearchMate Management System started
2025-07-09 12:16:18,432 - INFO - ResearchMate Management System started
2025-07-09 12:16:18,433 - INFO - Starting production server...
2025-07-09 12:19:07,072 - INFO - ResearchMate Management System started
2025-07-09 12:19:07,093 - INFO - Starting production server...
2025-07-09 15:10:32,398 - INFO - ResearchMate Management System started
2025-07-09 15:10:32,492 - INFO - Starting production server...
2025-07-13 15:39:12,835 - INFO - ResearchMate Management System started
2025-07-13 15:39:29,892 - INFO - ResearchMate Management System started
2025-07-13 15:39:29,892 - INFO - Starting production server...
2025-07-13 15:40:17,039 - INFO - Server stopped by user
2025-07-13 15:40:29,034 - INFO - ResearchMate Management System started
2025-07-13 15:40:29,035 - INFO - Starting development server...
2025-07-13 15:41:13,529 - INFO - Server stopped by user