thearyadev / MSRF

Automates Microsoft rewards.
Apache License 2.0
62 stars 9 forks source link

[HELP] how do I get it working corecrly #36

Closed MartijnW29 closed 11 months ago

MartijnW29 commented 11 months ago

Describe the bug A clear and concise description of what the bug is.

Expected behavior A clear and concise description of what you expected to happen.

Version Number The exact version you are experiencing this error in.

Error Report Go into the directory of the msrf.exe application and look for a folder called errors. This folder will include auto generated error reports to help debug problems.

These error reports may include personal information, so please read the following:

Error reports will show up in the log window, it will say "Error report generated" with a filename at the end. That is the zipfile that includes the error report for that specific error.

You can unzip the error report and hide any personal information before including it in your Github issue.

Including an error report in your issue will help me solve your problem. Many issues in MSRF are directly related to the microsoft account and changes/variations in Microsoft rewards. The error report targets exactly what the problem is. You are unlikely to get help by creating an issue that says "Its not working" with no additional information.

I get this error when i try to run the program i did install poetry

C:\Users\Marti\Desktop\MSRF-main>python main.py Traceback (most recent call last): File "C:\Users\Marti\Desktop\MSRF-main\main.py", line 15, in import database File "C:\Users\Marti\Desktop\MSRF-main\database__init.py", line 1, in from .database_access import File "C:\Users\Marti\Desktop\MSRF-main\database\database_access.py", line 3, in import util File "C:\Users\Marti\Desktop\MSRF-main\util__init__.py", line 1, in from .configloader.config import File "C:\Users\Marti\Desktop\MSRF-main\util\configloader\config.py", line 2, in from pydantic_yaml import YamlModel ImportError: cannot import name 'YamlModel' from 'pydantic_yaml' (C:\Users\Marti\AppData\Local\Programs\Python\Python311\Lib\site-packages\pydantic_yaml\init__.py)

MartijnW29 commented 11 months ago

what i did was install the zip, unzip it, run install poetry and then i ran main.py

MartijnW29 commented 11 months ago

dixed it i installed the wrong thing i had to go to releases and download windows 64 bit version