Smart Recycler Version 1.2(DoH 2.0)
| Author |
Message |
|
Miaow
Maneki Monster
Joined: Thu Jul 31, 2008 1:06 pm Posts: 929 Location: A rainy city in England
|
 Re: Smart Recycler Version 1.2
In fact it works so good I've added it to the main page :)
|
| Fri Feb 12, 2010 11:45 am |
|
 |
|
TonySinclair
Forum Lurker
Joined: Fri Mar 12, 2010 8:45 pm Posts: 4 Location: Kansas, USA
|
 Re: Smart Recycler Version 1.2
I'm having a problem with the new recycler. Here is there error message I'm getting. I've tried re-downloading it, etc. I even uninstalled GM and reinstalled that. Anyone have any ideas?
Windows Script Host
Script: blah blah blah line: 297 Char: 1 error: object expected code: 800A138F Source: Microsoft JScript runtime error
|
| Fri Mar 12, 2010 9:12 pm |
|
 |
|
Lurkily
The Hired Jerk
Joined: Fri Jan 02, 2009 9:56 pm Posts: 1471 Location: Daring as a human cannonball. Swift as a flea on crack. Bold as a mid-afternoon streaker.
|
 Re: Smart Recycler Version 1.2
TonySinclair wrote: I'm having a problem with the new recycler. Here is there error message I'm getting. I've tried re-downloading it, etc. I even uninstalled GM and reinstalled that. Anyone have any ideas? Line 297 is the very last line, it's the one that runs all the code defined in the script. If you open the file you downloaded, does the very last line consist of this? Code: setTimeout(LoadAddon, 5000); I'm really not sure what's going on here - the code is the same code other's are running successfully. Can you describe the process you're using to try to install it all?
|
| Sat Mar 13, 2010 3:54 pm |
|
 |
|
TonySinclair
Forum Lurker
Joined: Fri Mar 12, 2010 8:45 pm Posts: 4 Location: Kansas, USA
|
 Re: Smart Recycler Version 1.2
Lurkily wrote: Line 297 is the very last line, it's the one that runs all the code defined in the script. If you open the file you downloaded, does the very last line consist of this? Code: setTimeout(LoadAddon, 5000); Rats. There must be a problem somewhere else on my end, that's the last line in the code I have. I'm running up-to-date FF and GM. fyi
|
| Sat Mar 20, 2010 10:57 pm |
|
 |
|
Lurkily
The Hired Jerk
Joined: Fri Jan 02, 2009 9:56 pm Posts: 1471 Location: Daring as a human cannonball. Swift as a flea on crack. Bold as a mid-afternoon streaker.
|
 Re: Smart Recycler Version 1.2
Not sure what else to suggest, except to try fully un-installing the GM script, and re-installing it, and possibly making sure you don't have two of the same script installed.
|
| Mon Mar 22, 2010 7:38 am |
|
 |
|
TonySinclair
Forum Lurker
Joined: Fri Mar 12, 2010 8:45 pm Posts: 4 Location: Kansas, USA
|
 Re: Smart Recycler Version 1.2
I've pretty much given up on this. Now when I try to install the script (drag the file into an open FF tab) I get the drop-down notification bar saying 'This is a GM script. Click install to start using it.' Except that clicking the install button doesn't do anything. grrrr...
|
| Wed Apr 07, 2010 10:26 am |
|
 |
|
Miaow
Maneki Monster
Joined: Thu Jul 31, 2008 1:06 pm Posts: 929 Location: A rainy city in England
|
 Re: Smart Recycler Version 1.2
Do you need the latest Java on your system maybe?
|
| Wed Apr 07, 2010 1:09 pm |
|
 |
|
DreamsofFury
Evil Overlord
Joined: Fri Sep 04, 2009 2:04 pm Posts: 752 Location: On the throne as your rightfull overlord
|
 Re: Smart Recycler Version 1.2
I think he fixed it by installing it on flock, after i saw him shout "I love flock" in main today :P
|
| Wed Apr 07, 2010 5:13 pm |
|
 |
|
TonySinclair
Forum Lurker
Joined: Fri Mar 12, 2010 8:45 pm Posts: 4 Location: Kansas, USA
|
 Re: Smart Recycler Version 1.2
DreamsofFury wrote: I think he fixed it by installing it on flock, after i saw him shout "I love flock" in main today :P Yep. Flock ftw. No problems now.
|
| Wed Apr 07, 2010 6:07 pm |
|
 |
|
YaMon
Forum Lurker
Joined: Sun Aug 30, 2009 1:20 am Posts: 2
|
 Re: Smart Recycler Version 1.2
Hi guys, After banging my head against the wall for some time finally I managed to run the GreaseMonkey script. The most possible reason for the script not to run is because the page is not fully loaded when it tries to access some DOM elements that have not been created yet (after some debugging got an error quantitySpan is null). What I did was simply to increase the timeout to 60 secs (60000ms) and now everything works like a charm. Code: setTimeout(LoadAddon, 60000); I hope this helps. Have fun using this MustHave tool ;)
|
| Tue Apr 27, 2010 1:00 pm |
|
 |
|