Information: The function TriggerTimeMachine() which invokes the function generateRandom()[responsible for generation of random ip addresses] and function narrateIpAddress(ip) [responsible for the narration of the generated ip using speechsynthesis]
Fix: Removing/modifying the function TriggerTimeMachine() resolves the issue.
Issue: Generation of random ip addresses.
Information: The function
TriggerTimeMachine()
which invokes the functiongenerateRandom()
[responsible for generation of random ip addresses] and functionnarrateIpAddress(ip)
[responsible for the narration of the generated ip using speechsynthesis]Fix: Removing/modifying the function
TriggerTimeMachine()
resolves the issue.