> [Script] HVRed 1.0.2, A script for managing Random Encounters

 
post Sep 29 2017, 23:19
Post #1
f4tal



Veteran Poster
********
Group: Members
Posts: 2,662
Joined: 11-January 13
Level 415 (Godslayer)


HVRed Script
(current version: 1.0.2., 27.10.2017)
(May contain glitches and bugs, report about them, please, in that thread or in PM


Inspired byScreenshots
Attached Image Attached Image Attached Image Attached Image Attached Image
Attached Image Attached Image Attached Image Attached Image Attached Image

Features
Works on (you can disable whatever you don't need in settings) Does not work when
  • You are not logged in;
  • You are solving CloudFlare captcha;
  • You are selecting colors in Post Edit screen;
  • You are browsing moderator's notes for you;
  • You are seeing attachments (does not matter pictures or code);
  • You are seeing member's display name history;
  • You are giving Karma to user;
Information box
  • Shows the time left until next Random Encounter ("Time");
  • Shows how many Random Encounters you did since last "Dawn of a New Day" ("Count");
  • Shows links to the Random Encounters you have triggered and their dates ("List");
  • Script displays "Time", "Counts", "List" in the box in the corner or in the center;
  • Said box has two styles: white for "Ambience" skin and black for "Fusion" skin of the forum;
  • Also, player can change the appearance of said box and make it smaller;
  • "List" is hidden by default, you can click on "List of REs" button to make them to appear them.
  • When "Time" counts to 0:0 - the link "Ready" would appear that can transfer you on the "Front Page" and start RE;
Notifications
  • Notifies with sound alarm or with popup when new Random Encounter is ready;
  • Notifies with sound alarm or with popup when there is XXX seconds left until next Random Encounter;
  • Once sound alarm started playing - you can disable it by clicking a "Turn off the Sound" link (aka "mute mode");
  • You can choose between playing sound alarm in a loop or playing it only once;
  • Script may inform you only from Front Page if you select this option in settings;
More features
  • Open links to Random Encounter in [alt.hentaiverse.org] alt-site;
  • Open links to Random Encounter in the same tab (without opening it in popup window);
  • Do not hide the Random Encounter Link after clicking it;
  • Aggregated and open CSS that you can freely modify for your needs;
Hotkeys
  • CTRL + SHIFT + l - to open the "List";
  • CTRL + SHIFT + z - to reset the "Time";
  • CTRL + SHIFT + x - to reset the "Count";
  • CTRL + SHIFT + c - to reset the "List";
  • CTRL + SHIFT + v - to reset all;
  • You can freely change "l", "z", "x", "c" and "v" buttons in settings;
Settings
  • styleSmall: false // If you don't like the default appearance of the box (it is too big for you), then change that option to "true";
  • useServerSideTimer: true // With that option turned on, script will use the server-side time to determinate when your next RE would be. If for some reasons you want to use player-side time (that may overcome the real server-side time), then change that option to "false" and configure "myTimerSec" below;
  • myTimerSec: 1802 // Configure that option if only you have set "useServerSideTimer" to "false".

  • showOnForum: true // Display the script on forum?;
  • showOnFrontPage: true // Display the script on Front Page (aka News Page)?;
  • showOnGalleries: true // Display the script in Galleries?;

  • resetTimeOnReadyClick: false // By default, the "Time" is reset whenever the HVRed script sees a new RE link. Here you can define that script should reset the "Time" after pressing the "Ready" link;
  • openREinSameTab: false // By default, game opens a RE link in the popup window. If you find that behavior inconvenient, change that option to "true";
  • openREinAltSite: false // By default game opens a RE link on regular HentaiVerse site. If you want to force the game open a RE link in alt-site, change that option to "true";
  • donotHideREafterClick: false // By default game hides the RE link after player clicked it. If you want to make to make the link visibly after clicking, change that option to "true";

  • showPopupWhenReady: false // Should the script show a popup when new RE is ready?;
  • playSoundWhenReady: true // Should the script play a sound file when new RE is ready?;

  • mySec: 30 // Your custom XXX seconds (see below);
  • showPopupWhenMySec: true // Should the script show a popup when there is XXX seconds left to next RE?;
  • playSoundWhenMySec: false // Should the script play a sound file when there is XXX seconds left to next RE?;

  • notifyOnFrontPageOnly: true // Should the script notify you with popup and sound from the Front Page only?;
  • notifyOnlyOnce: false // Should the script notify you with popup and sound only once per each RE? (In other word - script tells you that RE link is ready and will NOT notify you again until you visit Front Page)?;
  • notifySoundLoop: false // Should the script play the sound alarm in a loop?;

  • sound: "default" // Here you can put a link to custom sound file that should be played (in quotes). If you want script to play default sound, then type "default". Depending on browser and its version, various format might be (might not be) supported - check [en.wikipedia.org] this link for help. Also, mind that some browsers do not allow to play/read files from the device itself (local files) for security reasons. To bypass that restriction in Chrome, try [www.chrome-allow-file-access-from-file.com] this solution.;

  • buttonShowList: "l" // CTRL + SHIFT + this button to open the "List";
  • buttonResetTime: "z" // CTRL + SHIFT + this button to reset the "Time";
  • buttonResetCount: "x" // CTRL + SHIFT + this button to reset the "Count";
  • buttonResetList: "c" // CTRL + SHIFT + this button to reset the "List";
  • buttonResetAll: "v" // CTRL + SHIFT + this button to reset all;
FAQ

Q. Script works incorrectly, shows incorrect time, constantly shows "Ready" link, etc?
A. 1. Try to make a Timer reset (CTRL+SHIFT+Z by default).
2. If don't help, try full reset (CTRL+SHIFT+V by default).
3. If don't help, try to wait until RE link will appear and then.

Q. Why that script does not work on another dark site?
A. I have no idea what are talking about. My guess is that you can open the script and manually edit the following:
CODE
// @match        https://*.e-hentai.org/*
// @match        https://name of another site/*
// @start-at     document-end


Q. How does RE works server-side?
A. In short, link is generated every 30 minutes and lives for 30 minutes unless you saw that link, then it will live 30 minute longer.
Attached Image

Q. Why the script saves all RE links if I can visit only the last one? Is it more wise to save the last one and the last one only?
A. Your browser caches pages and its content - it is possible that browser may cache the Front Page that you have seen two hours ago with already expired link. Also, you can press the "back" button in the browser and visit these cached pages.
With this being said, you can accidentally, while pressing the "back" button, overwrite the last (active) RE link with cached, no-longer available link.

Q. How can I make two RE in one minute with that script?
A. 1. Wait until RE happen;
2. Visit the Front Page, but instead of pressing the link, reload the page;
[ibb.co] Demo 1
3. Wait until script notify you that there is certain amount of seconds left until next RE;
4. Visit the saved (archived) link;
5. Finish the RE
6. Wait for few seconds and visit the new RE link;
[ibb.co] Demo 2

Q. How can I make two RE in a row, one after another?
A. 1. Wait until RE happen;
2. Visit the Front Page, but instead of pressing the link, reload the page;
3. Wait until script notify you that there is certain amount of seconds left until next RE;
4. Visit the saved (archived) link;
5. DO NOT Finish the RE, but instead visit the new RE link WHILE being in the RE battle;
6. Finish the current RE battle and you immediately will be proceed to next RE battle;
[rgho.st] Demo

Q. Is it legal to use any of those two features? Would I be banned?
A.No, admin said it is okay.

Q. What the difference between this script and gianfrix94's script? Why some users prefer the latter?
A.That script auto-reloads the Front Page when new RE link is ready. Admin said that auto-reloading of Front Page is prohibited feature, so use that script on your risk.

Thanks
Thank the following people for bug reports, ideas, explanations, and and just good words:
  • Cryosite,
  • ALL_MIGHT,
  • End Of All Hope,
  • Draw99Gray,
  • sigo8,
  • Goldage,
  • Maharid,
  • and of course, Tenboro
Download
QUOTE
Attached File  HVRed__1.0.2_.user.js.txt ( 34.2k ) Number of downloads: 8024

Old versions:
  1. Not recommended to use, leaved here just for historic purpose and download counters:
  2. Attached File  HVRed__1.0.1_.user.js.txt ( 33.97k ) Number of downloads: 172
  3. Attached File  HVRed__0.9.7_.user.js.txt ( 9.85k ) Number of downloads: 102
  4. Attached File  HVRed__0.9.6_.user.js.txt ( 9.9k ) Number of downloads: 78
  5. Attached File  HVRed__0.9.5_.user.js.txt ( 9.61k ) Number of downloads: 95
  6. Attached File  HVRed__1.0.0_.user.js.txt ( 33.66k ) Number of downloads: 108
Installation
  1. If you never ever installed any scripts and do not what TamperMonkey & GreaseMonkey are, then first read that guide;
  2. Copypaste HVRed script in your TamperMonkey or GreaseMonkey;
  3. Configure script's settings as you wish;
  4. Save the script and pray it would work...
  5. Script is compatible with Default Font;
  6. Tested in Chrome 49 and Mozilla 45.


This post has been edited by f4tal: Oct 28 2017, 02:22


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

4 Pages V « < 2 3 4  
Reply to this topicStart new topic
Replies(60 - 77)
 
post Nov 5 2017, 04:42
Post #61
ALL_MIGHT



Becoming addicted to LN and WN
*******
Group: Gold Star Club
Posts: 1,548
Joined: 14-October 16
Level 460 (Godslayer)


QUOTE(ALL_MIGHT @ Nov 4 2017, 15:46) *

Thanks
biggrin.gif
It worked.
But toolbox is still not working

sad.gif
It's working but not accurately.
Time is nearly 5 min. early.
Even time RE is triggered.
Time shows nearly 26min. And
Timer also shows Re ready few minutes(~5min) early than it is available.
sad.gif
(All this happen after i took 1 week break)

This post has been edited by ALL_MIGHT: Nov 5 2017, 04:42
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 5 2017, 06:18
Post #62
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


I sugget you to set "useServerSideTimer: false," and "myTimerSec: 1800,", problem solved.


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 5 2017, 15:58
Post #63
ALL_MIGHT



Becoming addicted to LN and WN
*******
Group: Gold Star Club
Posts: 1,548
Joined: 14-October 16
Level 460 (Godslayer)


QUOTE(Maharid @ Nov 5 2017, 03:48) *

I sugget you to set "useServerSideTimer: false," and "myTimerSec: 1800,", problem solved.

Thanks
RE issue solved biggrin.gif
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 6 2017, 08:25
Post #64
Cryosite



Kind of a Big Deal
*****
Group: Members
Posts: 553
Joined: 30-August 17
Level 416 (Godslayer)


QUOTE(ALL_MIGHT @ Nov 4 2017, 13:42) *

sad.gif
It's working but not accurately.
Time is nearly 5 min. early.
Even time RE is triggered.
Time shows nearly 26min. And
Timer also shows Re ready few minutes(~5min) early than it is available.
sad.gif
(All this happen after i took 1 week break)


While turning those features off does fix the issue, you can retain their use if you correct this function that has a weird value put in it:
CODE
var _re = (function(){
        var _set = function(t, i) {
            return GM_setValue(t, i);
        };
        var _get = function(t) {
            return GM_getValue(t);
        };
        return {
            resetTime: function() {
                var cookie = _f.getCookie("event");
                if (_f.typeOf(cookie) === "string" && setting.useServerSideTimer) {
                    return _set("re_next", (+cookie + 1800) * 1000);
                } else {
                    return _set("re_next", Date.now() + setting.myTimerSec * 1000);
                }
            },
            resetCount: function() {return _set("re_cnt", 0);},
            resetList: function() {return _set("re_lst", "[]");},
            resetDate: function() {return _set("re_date", "[]");},
            resetNot: function() {return _set("re_not", 0);},
            resetAll: function() {this.resetTime(); this.resetCount(); this.resetList(); this.resetDate(); this.resetNot();},


Line 135:
CODE
return _set("re_next", (+cookie + 1800) * 1000);

Had some odd number in it. Like 1470 or something. I changed it to 1800, and that got rid of the delay. The difference between that number and 1800 (30 minutes, in seconds) creates the delay you're experiencing.


--------------------
My WTB. Help me find upgrades, please.
My WTS. Gimme credits.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 7 2017, 13:40
Post #65
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


Right, the server time for me was 28 minutes and the value 1680 (28 minutes).

I'm just curious, why this value is different for different users?


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 8 2017, 08:39
Post #66
Cryosite



Kind of a Big Deal
*****
Group: Members
Posts: 553
Joined: 30-August 17
Level 416 (Godslayer)


@Fatal

Feature idea:
"Time until dawn."

There are two situations where I would prefer the standard clock be overridden.
1) You have completed 24 REs. I realize there is issue with accurately counting them, listening for actual useage of the REs, and so on. How about this instead: If it has been longer than 30 minutes since last RE, and when http://ehentaihip.com/news.php is visited but no new RE link is provided, toggle to Dawn-clock.

2) Time until next RE is greater than time until Dawn. Toggle to Dawn-clock.

Dawn-clock would display time until next Dawn instead of next RE.

---

Currently what happens:
1) The "ready" box shows on http://ehentaihip.com/news.php, and gives a popup of "RE available" the first time the page is loaded/reloaded. This includes when "ready" is clicked, as there is no RE to find. The box on the forums just continues to display "ready" also, unhelpfully.

2) The timer still attempt to show 30 minutes for the next RE, even though the next Dawn will happen before that. Even if Dawn is 5 minutes away, and the "nest RE" is 25 minutes away.


--------------------
My WTB. Help me find upgrades, please.
My WTS. Gimme credits.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 8 2017, 22:16
Post #67
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


@Cryosite: I like your suggestion.


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 8 2017, 22:23
Post #68
f4tal



Veteran Poster
********
Group: Members
Posts: 2,662
Joined: 11-January 13
Level 415 (Godslayer)


QUOTE(Maharid @ Nov 7 2017, 08:40) *

Right, the server time for me was 28 minutes and the value 1680 (28 minutes).

You will not believe me what happened here, but yes, it is my fault actually. Sorry for this.

QUOTE(Cryosite @ Nov 8 2017, 03:39) *

Feature idea:
"Time until dawn."

I like that idea too.
HVRed in next version will be a part of HVtoolBox (and also some forum scripts will be part of it too) - so I will pack all fixes and features for HVRed in the new version of HVtoolBox instead of releasing them as standalone.


--------------------
DOs & DON'Ts - You are novice and need help with HentaiVerse? Read this.

Useful Links:
FAQ | Advice (for novices) | Advice Advanced (for proficient players) | Ask the Experts | Price check | Discuss your stats and build | Freeshop | Script guide | Script compendium

Useful scripts:
  • Smart Search - script for WTS/WTB. Helps you to bulk-scan various WTB/WTS thread, find items for cheaper price, do a search with * (wildcards) and Regex.
  • Monsterbation - script for battles. Greatly enhance your battle experience (drop tracker, turn counter, show current round, display information about monsters, so on) and allows you to attack enemies by hovering the cursor.
  • ToolBox - multi-purpose script. Allows multi-bazaar/shrine/salvage, helps create a shop, calculates price of shrined materials against bazaar price, provides lots of handy tweaks. Based on holy_demon's ItemManager and Superlatanium's Percentile Range scripts.
  • Red - script for Random Encounters. Gives you timer until next RE and notify you when RE is ready, shows list, links, counters, allows open RE link in alt-site, open in same tab.
Я говорю на русском языке. Если нужна помощь с игрой, а английский 'вери бэд', то пиши мне в личку, помогу чем смогу :)
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 10 2017, 03:20
Post #69
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


In my opinion HVRed is good as a standalone, being a thing for RE there is no need to add anything that is not RE-centered or to add it to ToolBox.

If some things are good in TB add them, but i think keeping them separated will be easyer to menage.


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Nov 20 2017, 03:02
Post #70
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 10,733
Joined: 19-February 16
Level 500 (Ponyslayer)


great script, thanks


--------------------
Seen a funny monster name? Please share it here! (alternative facts show that this helps getting peerless drops)
Feeling lonely in HV? Join the HV chat
Need advice on HV? Check the HV Advice Wiki or the HV Advice Advanced Wiki
Even more advice needed? Ask the experts
source of sig pic

Collectors item: EID 200000000
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Dec 5 2017, 07:57
Post #71
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


A thing that can be oversighted about the Cryosite "Time Until Dawn" idea: the timers showing less if the last RE where nearer the dawn.

Like, when you toggle the last RE there are 18 minute left until dawn.


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Dec 30 2017, 10:14
Post #72
LeHman93



Newcomer
*
Group: Members
Posts: 38
Joined: 29-May 11
Level 223 (Ascended)


For some reason the script does not work for me sad.gif Greatmonkey shows that its curently active for the page but i see no timer
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jan 30 2018, 06:25
Post #73
EmuAGR



Newcomer
**
Group: Members
Posts: 61
Joined: 8-February 13
Level 330 (Godslayer)


Since the ToolBox script seems to be partially broken for me and I don't use it, I made a custom 1.1 version of this script. I'm posting it here if anyone wants to use it:

Changelog from 1.0.2:
  • Fixed early server-time bug.
  • Added settings help inside script.
  • Changed script position to bottom-right corner to better fit the next feature.
  • Shows RE in Hentaiverse (if you don't want this just remove "// @match https://hentaiverse.org/*" line).
  • Added "openNewsinHentaiverseTab" feature which, when enabled with openREinSameTab, allows HV->RE->HV within the same window. Mainly useful for those who play HV in a dedicated tab, like me. laugh.gif

I didn't add those "Time Until Dawn" features supposedly found in the ToolBox version (?), though.

Attached File  HVRed__1.1_.user.js.txt ( 35.76k ) Number of downloads: 90
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Aug 28 2018, 12:39
Post #74
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


I have this as my sound: [instaud.io] https://instaud.io/_/2BeS.mp3

Now, i don't find any site that keep it with extension for more than a month so i'd like to set it in base 64 in the script but i failed.

There is a way to do it?

Or, do anyone know a place where i can store a file and get a link with it's extension intact and that don't delete it after just some time (at least until the time is accessed regularly)?

The first will be better so i can forget about it.


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jan 5 2019, 16:19
Post #75
我叫木头



Casual Poster
****
Group: Gold Star Club
Posts: 371
Joined: 31-December 14
Level 500 (Godslayer)


QUOTE
sound: "default" // Here you can put a link to custom sound file that should be played (in quotes).

Is there anyone can tell me what format the link should be? Or show me an example. My link don't work.
line41:
CODE
     sound: "e:\Download\6176.wav",


edit

I changed it to
CODE
     sound: "file:///E:/Download/6176.wav",


and then it works. smile.gif

This post has been edited by 我叫木头: Jan 5 2019, 16:26


--------------------
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Feb 18 2019, 07:38
Post #76
Maharid



The Sleeper
*******
Group: Catgirl Camarilla
Posts: 2,198
Joined: 27-April 10
Level 500 (Ponyslayer)


@我叫木头: I cannot make it work. sad.gif


--------------------
My Shop.
My WTB.


Patience is a virtue of the strong. I'm weak.

Please use MoogleMail to have a fast response but to help me also post a message in my thread so it will be keep alive.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Aug 9 2019, 08:26
Post #77
Kradziej



Newcomer
**
Group: Members
Posts: 63
Joined: 19-January 10
Level 367 (Godslayer)


Script is not going to work with latest greasemonkey, you have to change all GM_setValue, GM_getValue to GM.setValue, GM.getValue.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Aug 27 2021, 11:56
Post #78
chronoquairium



Newcomer
*
Group: Recruits
Posts: 16
Joined: 11-June 20
Level 260 (Godslayer)


This isn't working unfortunately. I changed GM_ to GM. throughout as was told, and the UI came up, but I got the attached result. I waited for an encounter to happen, and completed it, and nothing changed. What do I do?

I don't want to get HVUtils or HVToolbox, because I don't want to change the default font. So those are last resort options for me.
Attached Image

EDIT: Inspected a page for an issue with a different script and found that it gave an error for HVRed actually. "SyntaxError: JSON.parse: unexpected character at line 1 column 2 of the JSON data." No clue where to go from there, the script itself doesn't define json.parse so I assume it's a normal function. Does anyone have an idea?

EDIT2: Dumb luck strikes again, pasted the error code into Google on accident and got [stackoverflow.com] some info. It appears that it's trying to parse it after it's already been parsed at some point? I tried to look at the variables being used but I got lost, so I can't continue myself on that front. Are you able to find where the issue happens? Either fixing the source or changing the examples of JSON.parse to just the variables might help, but I can't really figure it out.

This post has been edited by chronoquairium: Aug 27 2021, 13:01
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post


4 Pages V « < 2 3 4
Fast ReplyReply to this topicStart new topic
1 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
1 Members: k999k99

 


Lo-Fi Version Time is now: 27th September 2022 - 17:50