smar
smar
I will try put some time aside over the festive period to have a look at this properly.
@PRoomberg - which versions of ramses_rf are you using? I have just tried out installing on a clean vm. Other than an error with the `packet_log` entry in the newly...
The ramses_rf version is fine. I noticed that your schema missing warning is showing as line 1137. However, in the current code, that line is a blank, and that specific...
> 2023-12-22 00:19:47,723 [1146] Schema file missing or the 'known_list' section is missing. Defaulting to ramses_rf Can you post any output text prior to this line. I am specifically looking...
> 2023-12-22 23:16:27 | # evogateway 3.11-0.22.40 (using 'ramses_rf' library 0.22.40) I don't think this is the problem, but for good order, can you try using the latest master, which...
Can you try adding the following into line 1137, and see what it shows: ` print(f"RAMSESRF_DISABLE_DISCOVERY: {RAMSESRF_DISABLE_DISCOVERY}, schema_loaded_from_file: {schema_loaded_from_file}, os.path.isfile(SCHEMA_FILE): {os.path.isfile(SCHEMA_FILE)}") `
> I'm getting the same results as above when I add that line. That's as expected, as the line was only to show us the value of those variables. Can...
Thanks. Can you add the following to the bottom of your config file, and give it a try: ``` [Ramses_rf] DISABLE_DISCOVERY = True ```
Thanks for trying. Very odd. It seems to be getting stuck on opening the schema file. Are you sure file permissions are ok etc? Are you running on linux or...
If you've tried with root, then it most likely is not a permissions issue then. If you are up for it, can you replace lines 1121 to 1132 in the...