publiclab / infragram

A minimal core of the Infragram.org project in JavaScript
https://infragram.org/sandbox/
GNU General Public License v2.0
44 stars 166 forks source link

Error while running HSV #122

Open Colin-Fredericks opened 3 years ago

Colin-Fredericks commented 3 years ago

To replicate error: Load https://infragram.org/sandbox/index.html in Firefox, Chrome, or Safari on Mac. Open any image. Switch the Analysis dropdown to HSV. Click "Run"

Error in Firefox 80.0.1:

Uncaught TypeError: options.processor.save_expressions_hsv is not a function
    save_infragrammar_expressions https://infragram.org/sandbox/dist/infragram.js:1606
    save_infragrammar_inputs https://infragram.org/sandbox/dist/infragram.js:1587
    Analysis https://infragram.org/sandbox/dist/infragram.js:1471
    jQuery 9
    Analysis https://infragram.org/sandbox/dist/infragram.js:1467
    Interface https://infragram.org/sandbox/dist/infragram.js:1613
    jQuery 13
infragram.js:1606:36

Error in Chrome 85.0.4183.83:

infragram.js:1606 Uncaught TypeError: options.processor.save_expressions_hsv is not a function
    at save_infragrammar_expressions (infragram.js:1606)
    at save_infragrammar_inputs (infragram.js:1587)
    at HTMLFormElement.<anonymous> (infragram.js:1471)
    at HTMLFormElement.dispatch (jquery.min.js:2)
    at HTMLFormElement.v.handle (jquery.min.js:2)
save_infragrammar_expressions @ infragram.js:1606
save_infragrammar_inputs @ infragram.js:1587
(anonymous) @ infragram.js:1471
dispatch @ jquery.min.js:2
v.handle @ jquery.min.js:2

Error in Safari 13.0.5:

[Error] TypeError: options.processor.save_expressions_hsv is not a function. (In 'options.processor.save_expressions_hsv(args['h'], args['s'], args['v'])', 'options.processor.save_expressions_hsv' is undefined)
    save_infragrammar_expressions (infragram.js:1606)
    (anonymous function) (infragram.js:1471)
    dispatch (jquery.min.js:2:42529)

All running on MacOS 10.14.6

welcome[bot] commented 3 years ago

Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄 If you have screenshots to share demonstrating the issue, that's really helpful! 📸 You can make a gif too!

Colin-Fredericks commented 3 years ago

Helpful places to put a template:

Unhelpful places to put a template: