Loading. Please Wait... 
 |
 |
 |
[Add-on] HVStat 5.7.1 (November 2017), HV Statistics, Tracking, and Analysis Tool (for Firefox and Chrome) |
|
Jun 1 2013, 03:09
|
mgsdmj
Group: Gold Star Club
Posts: 1,130
Joined: 23-May 11

|
QUOTE(greentea039 @ May 31 2013, 14:59)  HVSTAT v5.6.0DownloadsFor Chrome:
hvstat_chrome_5.6.0.zip ( 160.18k )
Number of downloads: 265For Firefox:
hvstat_firefox_5.6.0.zip ( 168.15k )
Number of downloads: 199How to installSee [ github.com] here. ....... Sorry,me open my HVSTAT ,it say:[typeerror:cannot call method transaction of null]. (IMG:[ invalid] style_emoticons/default/dry.gif)
|
|
|
Jun 1 2013, 03:40
|
terragaia
Newcomer
 Group: Members
Posts: 38
Joined: 18-January 10

|
omg omg this one is very helpful thanks a bunch
|
|
|
Jun 1 2013, 04:44
|
Johnny0
Group: Members
Posts: 1,532
Joined: 8-July 10

|
error with drop track, display database read only error with 5.6.0
|
|
|
Jun 1 2013, 10:26
|
GAIODIAZ
Lurker
Group: Recruits
Posts: 8
Joined: 28-May 12

|
How does HV Stat store the information and where? Can I somehow delete/reset all my settings?
|
|
|
Jun 1 2013, 11:35
|
Biladsan
Newcomer
  Group: Members
Posts: 65
Joined: 27-September 08

|
QUOTE(m42a @ May 31 2013, 23:37)  Open the Web console and run 'indexedDB.deleteDatabase("HVStat");'
Does nothing And in error console there is some error and when i click it it points me to line var idbOpenDBRequest = indexedDB.open("HVStat", idbVersion);
|
|
|
Jun 1 2013, 15:37
|
greentea039
Group: Members
Posts: 374
Joined: 10-March 11

|
QUOTE(GAIODIAZ @ Jun 1 2013, 17:26)  How does HV Stat store the information and where? Can I somehow delete/reset all my settings?
HV STAT uses localStorage and IndexedDB. The reset method depends on the browser. If HV STAT is working, the data on localStorage can be deleted by 'MASTER RESET' button on Settings tab, and the data on IndexedDB can be deleted by 'Delete IndexedDB Database' button on Database tab.
|
|
|
Jun 1 2013, 15:51
|
greentea039
Group: Members
Posts: 374
Joined: 10-March 11

|
Recently those who have trouble have never posted own environment or condition. So how do I find out?
This post has been edited by greentea039: Jun 1 2013, 15:52
|
|
|
Jun 1 2013, 16:47
|
Biladsan
Newcomer
  Group: Members
Posts: 65
Joined: 27-September 08

|
QUOTE(greentea039 @ Jun 1 2013, 15:51)  Recently those who have trouble have never posted own environment or condition. So how do I find out?
Firefox 21.0 Greasemonkey 1.9 Latest HV STAT script And here is error [ postimg.org] http://postimg.org/image/bt4pivk67/
|
|
|
Jun 1 2013, 17:13
|
greentea039
Group: Members
Posts: 374
Joined: 10-March 11

|
QUOTE(Biladsan @ Jun 1 2013, 23:47)  Firefox 21.0 Greasemonkey 1.9 Latest HV STAT script And here is error [ postimg.org] http://postimg.org/image/bt4pivk67/Are you using private browsing mode?
|
|
|
Jun 1 2013, 17:17
|
Biladsan
Newcomer
  Group: Members
Posts: 65
Joined: 27-September 08

|
QUOTE(greentea039 @ Jun 1 2013, 17:13)  Are you using private browsing mode?
No,tried with private mode and same thing This post has been edited by Biladsan: Jun 1 2013, 17:18
|
|
|
Jun 1 2013, 17:33
|
greentea039
Group: Members
Posts: 374
Joined: 10-March 11

|
QUOTE(Biladsan @ Jun 2 2013, 00:17)  No,tried with private mode and same thing
OK, try to create new profile. Then install GreaseMonkey and HV STAT. See [ kb.mozillazine.org] here. EDIT: [ support.mozilla.org] Here might be better than above. This post has been edited by greentea039: Jun 1 2013, 17:44
|
|
|
Jun 2 2013, 20:26
|
Biladsan
Newcomer
  Group: Members
Posts: 65
Joined: 27-September 08

|
QUOTE(greentea039 @ Jun 1 2013, 17:33)  OK, try to create new profile. Then install GreaseMonkey and HV STAT. See [ kb.mozillazine.org] here. EDIT: [ support.mozilla.org] Here might be better than above. Sorry for the late reply It works,when i create new profile but then i don't have the information from my old profile
|
|
|
Jun 3 2013, 02:06
|
nsu
Group: Members
Posts: 1,648
Joined: 18-May 11

|
Thanks for the update!
This post has been edited by nsu: Jun 3 2013, 02:16
|
|
|
Jun 3 2013, 17:05
|
Malenk
Group: Gold Star Club
Posts: 1,146
Joined: 12-June 12

|
|
|
|
Jun 6 2013, 06:35
|
dragon695
Group: Members
Posts: 276
Joined: 5-March 12

|
I don't think some scroll drops are being tracked (I know I've had at least two Avatar drop in battle).
|
|
|
Jun 6 2013, 07:48
|
greentea039
Group: Members
Posts: 374
Joined: 10-March 11

|
QUOTE(dragon695 @ Jun 6 2013, 13:35)  I don't think some scroll drops are being tracked (I know I've had at least two Avatar drop in battle).
Thank you for reporting. I'll fix it in the next release. This is due to wrong name of the item in the drop display table. You can fix it yourself by modifying the file `json/drops-display-table.json` if you want. ERROR CODE {"name": "Scroll of Avatar", "className": "scroll"},
CORRECTION CODE {"name": "Scroll of the Avatar", "className": "scroll"},
Then you can see correct stats immediately. This post has been edited by greentea039: Jun 6 2013, 08:16
|
|
|
|
 |
|
Jun 8 2013, 18:35
|
dragon695
Group: Members
Posts: 276
Joined: 5-March 12

|
Safaripony has patched again, woot! QUOTE(greentea039 @ Jun 6 2013, 01:48)  Thank you for reporting. I'll fix it in the next release. This is due to wrong name of the item in the drop display table. You can fix it yourself by modifying the file `json/drops-display-table.json` if you want. ERROR CODE {"name": "Scroll of Avatar", "className": "scroll"},
CORRECTION CODE {"name": "Scroll of the Avatar", "className": "scroll"},
Then you can see correct stats immediately. Thanks, I edited myself, but could not test due to the following: I just removed indexDB directory, removed all HV* from localstorage, and reinstalled HVStat into GM 1.9 on FF24. I get the following error when I click on the wrench: CODE [12:45:01.976] TypeError: n is null @ file:///C:/Users/<user>/AppData/Roaming/Mozilla/Firefox/Profiles/f49o9pcv.default/gm_scripts/HV_Statistics,_Tracking,_and_Analysis_Tool/hvstat.user.js:5529 Commenting out the code in the function resolves the issue, but I will have to play a little to see how it impacts the display since it has to do with commas. This post has been edited by dragon695: Jun 8 2013, 19:03
|
|
|
|
 |
|
Jun 8 2013, 18:55
|
Valkrey
Group: Gold Star Club
Posts: 578
Joined: 23-January 11

|
QUOTE(dragon695 @ Jun 9 2013, 00:35)  I just removed indexDB directory, removed all HV* from localstorage, and reinstalled HVStat into GM 1.9 on FF24. I get the following error when I click on the wrench: CODE [12:45:01.976] TypeError: n is null @ file:///C:/Users/<user>/AppData/Roaming/Mozilla/Firefox/Profiles/f49o9pcv.default/gm_scripts/HV_Statistics,_Tracking,_and_Analysis_Tool/hvstat.user.js:5529 I had an error earlier (can't remember the exact error, but it had something to do with 'getString' and 'null' i think) but it got resolved after clearing cookies and other site and plug-in data. Not sure if it'll work for your error, since i'm using chrome, but probably no harm giving it a shot.
|
|
|
|
 |
|
Jun 8 2013, 19:20
|
dragon695
Group: Members
Posts: 276
Joined: 5-March 12

|
QUOTE(Valkrey @ Jun 8 2013, 12:55)  I had an error earlier (can't remember the exact error, but it had something to do with 'getString' and 'null' i think) but it got resolved after clearing cookies and other site and plug-in data. Not sure if it'll work for your error, since i'm using chrome, but probably no harm giving it a shot.
Commenting out the code has fixed it for now. The problem is that some arrays initialized to null but haven't been modified since I just reset my data? I guess we'll see if playing a few rounds and then uncommenting the code will fix it. The long term solution is to check for null before performing string operations or make sure that you initialize empty data with zero instead of null? I'm a C/C++ programmer, so I don't know how fussy JS is about types/nulls (I assumed it was duck type, but I guess not). This post has been edited by dragon695: Jun 8 2013, 19:22
|
|
|
|
 |
|
Jun 8 2013, 19:24
|
Cashino
Group: Members
Posts: 587
Joined: 23-August 08

|
QUOTE(Valkrey @ Jun 8 2013, 18:55)  I had an error earlier (can't remember the exact error, but it had something to do with 'getString' and 'null' i think) but it got resolved after clearing cookies and other site and plug-in data. Not sure if it'll work for your error, since i'm using chrome, but probably no harm giving it a shot.
The 'getString' and 'null' parts sounds similar to my issue. Said issue: the UI wouldn't show up when button was clicked, although Stat was working (extra UI elements showing up in battles). This post has been edited by Cashino: Jun 8 2013, 19:24
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|