Die Suche ergab 3 Treffer

von Mfighter
So 17. Jul 2022, 15:39
Forum: Erledigt
Thema: Krit. Fehler: Schlüssel war nicht im Wörterbuch
Antworten: 35
Zugriffe: 6674

Re: Krit. Fehler: Schlüssel war nicht im Wörterbuch

Der Fehler tritt ebenfalls auf Server s42 auf. 20220717 15:32:34 Error Core The given key was not present in the dictionary. Message: The given key was not present in the dictionary. HResult: -2146232969 Source: mscorlib StackTrace: at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (T...
von Mfighter
Mi 9. Jun 2021, 19:50
Forum: Version 5.x
Thema: I have problem on vps
Antworten: 11
Zugriffe: 4830

Re: I have problem on vps

I fixed it this way:

Code: Alles auswählen

sudo apt install mono-runtime ca-certificates-mono
From the Mono Download page:
The package ca-certificates-mono should be installed to get SSL certificates for HTTPS connections. Install this package if you run into trouble making HTTPS connections.
von Mfighter
Mi 2. Jun 2021, 17:35
Forum: Version 5.x
Thema: Guide for Raspberry to run MFBot on startup
Antworten: 3
Zugriffe: 6676

Re: Guide for Raspberry to run MFBot on startup

Because your method creates 100% cpu usage on one core, I use the following ExecStart to fix it:

ExecStart=/usr/bin/screen -DmS mfbot /home/ubuntu/mfbot/MFBot_Konsole_ARM64


This way you can also control the bot in screen.