Eos Bug Report

Post all technical issues and questions here. We'll gladly help you wherever we can.
Post Reply
Sub_Zer0
Curious Newbie
Curious Newbie
Posts: 1
Joined: Sun Jul 26, 2015 6:26 pm
Gender: Female
Sexual Orientation: Lesbian
I am a: Switch

Eos Bug Report

Post by Sub_Zer0 »

Hi,

I came across 2 bugs while working with Eos recently:


1. setTimeout() doesn't work even though it is mentioned on the API Reference page under Sound

Code: Select all

var mySound = Sound.get('example')

// Skip to 20 seconds into the sound clip
mySound.seek(20)

// Rewind to the beginning after 10 seconds
setTimeout(function () {
  mySound.seek(0)
}, 10000)
it throws the following Error in Chrome:

Code: Select all

eval.js:10 ReferenceError: setTimeout is not defined
    at Interpreter.unwind (interpreter.min.js:1)
    at Interpreter.throwException (interpreter.min.js:1)
    at Interpreter.getValueFromScope (interpreter.min.js:1)
    at Interpreter.getValue (interpreter.min.js:1)
    at Interpreter.stepCallExpression (interpreter.min.js:1)
    at Interpreter.step (interpreter.min.js:1)
    at Interpreter.run (interpreter.min.js:1)
    at n.value (VirtualMachine.js:29)
    at Object.run (eval.js:8)
    at ActionQueue.js:54
With this feature working it would be an awesome tool to make better and more complex teases.


2. When choosing an Image from my gallery, under 'Recent' I got the option to select a random image from my entire gallery (called 'From Files: *.jpg') instead of choosing just one of my galleries.

If I choose this option the Locator is set to

Code: Select all

file:*.jpg
However this throws the following error when previewing the page in Chrome:

Code: Select all

script error: TypeError: Cannot read property 'hash' of undefined
    at e.value (VM13 main.436d0fd2.chunk.js:1)
    at le (VM13 main.436d0fd2.chunk.js:1)
    at e (VM13 main.436d0fd2.chunk.js:1)
    at VM13 main.436d0fd2.chunk.js:1
    at Array.map (<anonymous>)
    at n.value (VM13 main.436d0fd2.chunk.js:1)
    at n.<anonymous> (VM13 main.436d0fd2.chunk.js:1)
    at u (VM12 2.09a012bf.chunk.js:2)
    at Generator._invoke (VM12 2.09a012bf.chunk.js:2)
    at Generator.E.forEach.e.<computed> [as next] (VM12 2.09a012bf.chunk.js:2)
Maybe the functionality of choosing a random image from all galleries wasn't intended, however I'd love that to be a feature. Also selecting a random image out of multiple gallery folders instead of just once would be a great feature.
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests