Great job on the script, Felu! It's come a really long way, and it's much more useful now.
I also seem to be having the same problem as SpunkyLoveMuff and gravier though. Briefly looking through the code, I believe it's because
NoSnippets is set to
true when there is an error loading, but it is not set to
false when it is successful. Adding a
NoSnippets = false; at the end of the
try statement fixes this.
Other than that, everything works well. Keep up the good work!