thearyadev / MSRF

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

The Bot Ins't Working #22

Closed namimama closed 1 year ago

namimama commented 1 year ago

When I try to open it after a few seconds I get this message

image

DerMuffin commented 1 year ago

Which python version you use? @namimama

thearyadev commented 1 year ago

@DerMuffin This exception handling is done from Pyinstaller, the library used to package MSRF to an executable. That being said, the python installation is automatically configured to be the same as my development environment.

I'm not entirely sure why this is happening. It could be the port used by Flet is already occupied. Ill make a change to prevent this for the next beta version. Can't provide an ETA for this yet.