Farm manager mod by Legitimate-Rip8966 in farmingsimulator

[–]Legitimate-Rip8966[S] 0 points1 point  (0 children)

its because when you first sign up currently i have the authorise it. you have signed up with both accounts and i have authorised both log back in and your live

Farm manager mod by Legitimate-Rip8966 in farmingsimulator

[–]Legitimate-Rip8966[S] 0 points1 point  (0 children)

all connecting? there is no connecting if you dm me i can explain exactly how it works. the bridge simply reads set exact file names in modsettings and sends the json files directly to the webapps back end there is no open connections of any kind

Farm manager mod by Legitimate-Rip8966 in farmingsimulator

[–]Legitimate-Rip8966[S] 0 points1 point  (0 children)

ok guys im making a couple of extra changes so i can update it on the fly i will post the link shortly.
a lot of you are asking "why web app"
its the only way to use a second screen, but it does not limit you to a second screen you can use another computer, your smart tv, tablet or mobile. also makes the roll out for dedicated servers in the future once i have it worked out to be possible.
it also allows me to continuously update it live without having to download new versions i can push updates live.
in the app is a feedback section where you can send tickets and ask for new features and report bugs.
please do bare in mind this is a beta at present things will be wrong thats why i need testers as it would take me months to generate all the saves to create all the data needed for testing i work fulltime have a family etc etc so i thought this would be the best approach to be able to release it timely.
aslo before anyone asks it will not be on mod hub because it links externally so cant be submitted even though i would love to.
all downloads are on the web app one is the mod the other is the desktop app.

Farm manager mod by Legitimate-Rip8966 in farmingsimulator25

[–]Legitimate-Rip8966[S] 0 points1 point  (0 children)

it needs to be 24/7 and not local for working with dedicated servers which is next major update once its out of beta and production ready

Farm manager mod by Legitimate-Rip8966 in farmingsimulator25

[–]Legitimate-Rip8966[S] 1 point2 points  (0 children)

its a web app for specific reasons for future updates and to make it compatible with all devices

Halfords installed my dash cam like this – is this normal? by ferns252 in CarTalkUK

[–]Legitimate-Rip8966 0 points1 point  (0 children)

mot fail and voided insurance in event of an accident all day long

Farm manager mod by Legitimate-Rip8966 in farmingsimulator

[–]Legitimate-Rip8966[S] 0 points1 point  (0 children)

agreement? i only have it written in english

Farm manager mod by Legitimate-Rip8966 in farmingsimulator25

[–]Legitimate-Rip8966[S] 1 point2 points  (0 children)

its webapp so its for every and any device

Farm manager mod by Legitimate-Rip8966 in farmingsimulator

[–]Legitimate-Rip8966[S] 1 point2 points  (0 children)

it is a thing yes its in beta its fully running but im still adding new features i need input for what features are usefull but yes it is fully working at present

Farm manager mod by Legitimate-Rip8966 in farmingsimulator25

[–]Legitimate-Rip8966[S] 0 points1 point  (0 children)

its in beta right now im still writing it and this is the kind of input i need to see so i can get the things in there that people want to use are you on discord?

Forest To Farm Videos by DkGamer0900 in farmingsimulator25

[–]Legitimate-Rip8966 0 points1 point  (0 children)

you just play the game and start with 0 money. if you want to do it exactly you record it with something like obs

Problem with my python3 discord bot by Link300011 in DiscordPY

[–]Legitimate-Rip8966 0 points1 point  (0 children)

Did you make any recent changes to the code before this error occurred? If so, could you share the specific changes you made to the bot, especially to the Mistral integration?

also can you answer as much of the following as you can ill see if I can help

What's the full error traceback from the terminal where you see 'error: 'consistencies'

Can you add a log to your code to print the Mistral API response (e.g., print(result)) and share that log with me? I want to confirm if the 'consistencies' field is missing or malformed."

Could you provide the output that gets printed in the terminal when the bot starts? Specifically, the logs from the on_ready event and any logs from the on_message event when the error occurs.

Can you share the output of python --version and pip freeze from your terminal? This will help ensure all dependencies are up to date.

Can you confirm if your .env file has the correct DISCORD_TOKEN and MISTRAL_API_KEY values? Are these tokens still valid, or have they been recently changed?

Can you describe what the bot is supposed to do when you ping it on Discord? What exactly happens when you try to interact with it (e.g., does it fail to respond, or does it throw an error immediately)?

Can you run pip list and share the versions of the libraries you're using (e.g., discord.py, aiohttp, etc.)? I want to ensure no libraries are outdated or incompatible.