Looking at your logfile, this line is interesting:
2021-12-15 14:53:37,140 (shapely.geos) geos.callback(252) INFO Invalid Coordinate at or near point nan 1347910.24231128
I think that nan coordinate in your roads predictor layer is probably the ultimate cause of this error. Could you check your layer and make sure that the geometries have valid coordinates and try re-running the model?
Hi @jdouglass it works with your correction, I replaced the road layer that I used with the osm roads layer and it worked! Thank you!
Kind Regards,
Petros Panteleon