You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when downloading a binary file it causes an error and a permanent loading in the UI, after some investigation it seems like the binary file is passed directly to the "get_file" function and causes the json.Parse() to throw an error.
Uncaught SyntaxError: Unexpected token 'J', "JVBERi0xLj"... is not valid JSON http://localhost:8069/web#id=5&action=315&model=request.request&view_type=form&cids=&menu_id=198:1 Traceback: SyntaxError: Unexpected token 'J', "JVBERi0xLj"... is not valid JSON at JSON.parse (<anonymous>) at Object.get_file (http://localhost:8069/web/content/668-a4f8445/web.assets_backend.js:6582:108) at Class.get_file (http://localhost:8069/web/content/656-a1c90e6/web.assets_common.js:4876:249) at Class.on_save_as (http://localhost:8069/web/content/668-a4f8445/web.assets_backend.js:982:1599) at Class.click (http://localhost:8069/web/content/668-a4f8445/web.assets_backend.js:982:413) at HTMLAnchorElement.<anonymous> (http://localhost:8069/web/content/656-a1c90e6/web.assets_common.js:4789:11) at HTMLAnchorElement.dispatch (http://localhost:8069/web/content/656-a1c90e6/web.assets_common.js:1740:447) at elemData.handle (http://localhost:8069/web/content/656-a1c90e6/web.assets_common.js:1726:166)
The text was updated successfully, but these errors were encountered:
when downloading a binary file it causes an error and a permanent loading in the UI, after some investigation it seems like the binary file is passed directly to the "get_file" function and causes the json.Parse() to throw an error.
Uncaught SyntaxError: Unexpected token 'J', "JVBERi0xLj"... is not valid JSON http://localhost:8069/web#id=5&action=315&model=request.request&view_type=form&cids=&menu_id=198:1 Traceback: SyntaxError: Unexpected token 'J', "JVBERi0xLj"... is not valid JSON at JSON.parse (<anonymous>) at Object.get_file (http://localhost:8069/web/content/668-a4f8445/web.assets_backend.js:6582:108) at Class.get_file (http://localhost:8069/web/content/656-a1c90e6/web.assets_common.js:4876:249) at Class.on_save_as (http://localhost:8069/web/content/668-a4f8445/web.assets_backend.js:982:1599) at Class.click (http://localhost:8069/web/content/668-a4f8445/web.assets_backend.js:982:413) at HTMLAnchorElement.<anonymous> (http://localhost:8069/web/content/656-a1c90e6/web.assets_common.js:4789:11) at HTMLAnchorElement.dispatch (http://localhost:8069/web/content/656-a1c90e6/web.assets_common.js:1740:447) at elemData.handle (http://localhost:8069/web/content/656-a1c90e6/web.assets_common.js:1726:166)
The text was updated successfully, but these errors were encountered: