-
Notifications
You must be signed in to change notification settings - Fork 22
Problem with @require library #39
Description
Using Violent monkey 1.6.9.2.
It seems that something like once a day (probably after auto update check), all my scripts that are using a (specific version?) library are either loosing the library or the library is being corrupt… ?
I had it after holidays (jesus2099/konami-command#140) and found that I just had to reinstall one of the scripts so the library would be loaded OK again but today it happens again (no scripts should have been updated in the meantime).
The three impacted scripts are all using the same library version (unlike my other scripts), and I don’t see anything special with this specific version.
@require https://greasyfork.org/scripts/10888-super/code/SUPER.js?version=70394&v=2015.8.27
Once you go to a page in which they are supposed to run OK, it says, for each script :
Error running script: mb. SCRIPT NAME HERE
ReferenceError: Undefined variable: getParent
getParent being one of the functions from the linked SUPER.js library.
I really need those scripts so I applied my work‐around — which consists in reinstalling only one of the three scripts — this raw button, actually — and they are now working back again, all three.
But it seems I might get this problem back with each auto update check ?
It’s the first time I notice this kind of problem, in 2015 and before I hadn’t seen this.
@gera2ld, do you think my extension storage is full or something like that ?