-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unable to find an entry point named 'libsass_version' in DLL 'libsass'." on Azure Web App #26
Comments
Hello!
A very strange error. There is a feeling, that loads a old version of the |
I only see the one in |
The errors appear to have stopped, so I'm closing the issue. |
Unfortunately, it appears this error has returned 🙁 |
We are encountering the exact same error, it appears randomly since about a week ago and for 2 builds minutes, or even seconds, apart the one fails but the other succeeds. We are using the .net libsass library (also in a Azure web app environment), so it would seem the common denominators are Azure and the libsass base libraries. For what it is worth, directly after switching the Azure app from x32 to x64 the problem seemed to be gone (for now). It might be related to file locking issue as reported here: sass/libsass-net#55
|
This is now starting to happen alarmingly often, despite no changes related to this package except updating to the latest version (1.2.1 at the time of posting, with v1.2.0 of the Native packages). I'm now having to restart affected websites almost daily to clear this error, and it's starting to risk us losing customers. I understand this may not be an easy issue to solve, but surely there must be something that can be done? I'm going to continue investigating, but I can only do so much. |
Give me a full description of the error. Since version 1.2.0, there should already be another stack trace. |
This is the full stack trace from our ELMAH log:
|
…t named 'libsass_version' in DLL 'libsass'." on Azure Web App”
Try to upgrade to version 1.2.2. |
I've done the upgrade, and everything looks good so far. I'll keep an eye on it and report back in a week or so. |
OK. |
Good news: I'm no longer seeing errors regarding Unfortunately, I'm seeing the error on a different function now:
The rest of the stack trace under Thankfully, this new error appears to be far less common than the previous error I was seeing, and I suspect the fix will be essentially the same, hence posting it here instead of opening a new issue. |
Hello! Apparently this is due to the fact, that in the process are periodically loaded the Start by checking the |
I'm using the |
I'm hitting this error as well:
Any idea how to fix it? |
Hello, Hristo!
It looks like you are using a native Remove the native I also recommend that you consider switching to a more modern library - Dart Sass Host for .NET. |
Thanks for the quick response! I had used a library from my package manager (nix) and the build did not support this feature. I did a manual build, set the |
I'm seeing this error appear in our websites' ELMAH logs occasionally, and while it usually disappears pretty quickly, it recently persisted for many hours, resulting in one of our websites (thankfully a very low traffic one) being unavailable for some time.
I've looked through the code in this repository, and I don't see a way in which this issue can be fixed by a simple code change. However, I've elected to report it anyway, just in case someone else is having the same issue and can help shed more light on what exactly is happening. I'm also hoping that, if anyone has found a solution, they will elect to provide it on this issue.
I'm using the following NuGet packages (fully updated):
The text was updated successfully, but these errors were encountered: