Closed jnyrup closed 6 years ago
I found myself wondering why I got a FileLoadException with the message This file is empty or invalid., when I knew the file was in perfect condition. Then I found out I had failed copy/pasting the entire file path into the constructor.
FileLoadException
This file is empty or invalid.
You'll need to create a new PR on https://github.com/GribApiDotNet/GribApi.NET/ but you can merge it yourself. You're an admin now :)
Nm, I think I fixed it
I found myself wondering why I got a
FileLoadException
with the messageThis file is empty or invalid.
, when I knew the file was in perfect condition. Then I found out I had failed copy/pasting the entire file path into the constructor.