Mogli12 / GearboxAddon

Farming Simulator 2017: Gearbox addon
GNU General Public License v3.0
53 stars 28 forks source link

find error MP #299

Closed Ago-Modding closed 6 years ago

Ago-Modding commented 6 years ago

gearboxMogli: received configuration request gearboxMogli: Sending 79 (267) configuration items to the client Error sending network ID: nil (gearboxMogli)

error found on the server with the latest version 2.3.0.8, both client and server.

Mogli12 commented 6 years ago

Hmm, this is an error message that gearbox addon raises when there is something wrong with the data received. This happens if one mod is ready too much or too little in readStream. I might make sense to check every script if the code in readStream corresponds to the code in writeStream.

Ago-Modding commented 6 years ago

ok, can it depend on a slow connection?

2017-12-29 21:25 GMT+01:00 Stefan Biedenstein notifications@github.com:

Hmm, this is an error message that gearbox addon raises when there is something wrong with the data received. This happens if one mod is ready too much or too little in readStream. I might make sense to check every script if the code in readStream corresponds to the code in writeStream.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Mogli12/GearboxAddon/issues/299#issuecomment-354496355, or mute the thread https://github.com/notifications/unsubscribe-auth/AP18c5Af3TfCgS3SwkfaSQ94F75lnnp6ks5tFUqjgaJpZM4RPPZy .

-- *** AVVISO DI RISERVATEZZA Il testo e gli eventuali documenti trasmessi contengono informazioni riservate al destinatario indicato. La seguente e-mail è confidenziale e la sua riservatezza è tutelata legalmente dal Decreto Legislativo 196/03. La lettura, copia od altro uso non autorizzato o qualsiasi altra azione derivante dalla conoscenza di queste informazioni sono rigorosamente vietate. Se pensi di non essere il destinatario di questa mail, o se hai ricevuto questa mail per errore, sei pregato di darne immediata comunicazione a acsystemtech@gmail.com e di provvedere immediatamente alla sua distruzione.

Mogli12 commented 6 years ago

I guess this one is fixed now.