pietrop / digital-paper-edit-electron

Work in progress - digital paper edit project - Electron, Cross Platform Desktop app - Mac, Windows, Linux
https://pietropassarelli.net/autoedit
Other
103 stars 17 forks source link

Blank white GUI, only menu visible (Linux) #64

Closed GartloneyRat closed 10 months ago

GartloneyRat commented 3 years ago

Describe the bug Only a blank white GUI appears. Menu is visible, but mostly non=functional. Speech to text Settings β†’ edit speech to text configuration just opens another blank window. Tested on Arch Linux and Lubuntu 20.04 (virtual machine). Console shows little info.

autoedit_1 4 0_blank

Log

From ELECTRON_ENABLE_LOGGING=true ./autoEdit-3-1.4.0-x86_64.AppImage:

Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
[2512:0406/110430.418822:ERROR:viz_main_impl.cc(176)] Exiting GPU process due to errors during initialization
[2480:0406/110430.461729:WARNING:gpu_process_host.cc(1221)] The GPU process has crashed 1 time(s)
[2480:0406/110430.718815:INFO:CONSOLE(2)] "prompt.js", source: /tmp/.mount_autoEdZJKCti/resources/app/src/prompt.js (2)
[2480:0406/110430.727484:WARNING:gpu_process_host.cc(991)] Reinitialized the GPU process after a crash. The reported initialization time was 47 ms
[2519:0406/110430.741852:ERROR:command_buffer_proxy_impl.cc(124)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
[2518:0406/110430.742127:ERROR:command_buffer_proxy_impl.cc(124)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
[2480:0406/110430.762975:INFO:CONSOLE(2)] "process.versions.node 12.8.1", source: file:///tmp/.mount_autoEdZJKCti/resources/app/node_modules/@pietrop/digital-paper-edit-client/index.html (2)
[2480:0406/110430.763036:INFO:CONSOLE(3)] "process.versions.chrome 78.0.3904.130", source: file:///tmp/.mount_autoEdZJKCti/resources/app/node_modules/@pietrop/digital-paper-edit-client/index.html (3)
[2480:0406/110430.763082:INFO:CONSOLE(4)] "process.versions.electron 7.1.14", source: file:///tmp/.mount_autoEdZJKCti/resources/app/node_modules/@pietrop/digital-paper-edit-client/index.html (4)
[2480:0406/110430.823900:INFO:CONSOLE(26)] "Successfully connected to : /home/user/.config/digital-paper-edit-electron/db", source: /tmp/.mount_autoEdZJKCti/resources/app/node_modules/diskdb/lib/diskdb.js (26)
renderer-process-crashed {
  preventDefault: [Function: preventDefault],
  sender: WebContents {
    webContents: [Circular],
    history: [ 'file:///tmp/.mount_autoEdZJKCti/resources/app/src/worker.html' ],
    currentIndex: 0,
    pendingIndex: -1,
    inPageIndex: -1,
    _events: [Object: null prototype] {
      'navigation-entry-commited': [Function],
      '-ipc-message': [Function],
      '-ipc-invoke': [Function],
      '-ipc-message-sync': [Function],
      'pepper-context-menu': [Function],
      crashed: [Function],
      'devtools-reload-page': [Function],
      '-new-window': [Function],
      '-add-new-contents': [Function],
      login: [Function],
      'will-navigate': [Function],
      'did-navigate': [Function],
      destroyed: [Function],
      'devtools-opened': [Function],
      move: [Function],
      activate: [Function],
      'page-title-updated': [Function]
    },
    _eventsCount: 17,
    _maxListeners: 0,
    browserWindowOptions: { show: false, webPreferences: [Object] }
  }
}
webContents WebContents {
  webContents: [Circular],
  history: [ 'file:///tmp/.mount_autoEdZJKCti/resources/app/src/worker.html' ],
  currentIndex: 0,
  pendingIndex: -1,
  inPageIndex: -1,
  _events: [Object: null prototype] {
    'navigation-entry-commited': [Function],
    '-ipc-message': [Function],
    '-ipc-invoke': [Function],
    '-ipc-message-sync': [Function],
    'pepper-context-menu': [Function],
    crashed: [Function],
    'devtools-reload-page': [Function],
    '-new-window': [Function],
    '-add-new-contents': [Function],
    login: [Function],
    'will-navigate': [Function],
    'did-navigate': [Function],
    destroyed: [Function: bound onceWrapper] { listener: [Function] },
    'devtools-opened': [Function],
    move: [Function],
    activate: [Function],
    'page-title-updated': [Function]
  },
  _eventsCount: 17,
  _maxListeners: 0,
  browserWindowOptions: { show: false, webPreferences: { nodeIntegration: true } }
}
killed false
renderer-process-crashed {
  preventDefault: [Function: preventDefault],
  sender: WebContents {
    webContents: [Circular],
    history: [
      'file:///tmp/.mount_autoEdZJKCti/resources/app/node_modules/@pietrop/digital-paper-edit-client/index.html'
    ],
    currentIndex: 0,
    pendingIndex: -1,
    inPageIndex: -1,
    _events: [Object: null prototype] {
      'navigation-entry-commited': [Function],
      '-ipc-message': [Function],
      '-ipc-invoke': [Function],
      '-ipc-message-sync': [Function],
      'pepper-context-menu': [Function],
      crashed: [Function],
      'devtools-reload-page': [Function],
      '-new-window': [Function],
      '-add-new-contents': [Function],
      login: [Function],
      'will-navigate': [Function],
      'did-navigate': [Function],
      destroyed: [Function],
      'devtools-opened': [Function],
      move: [Function],
      activate: [Function],
      'page-title-updated': [Function],
      'new-window': [Function],
      'render-view-deleted': [Function: listener]
    },
    _eventsCount: 19,
    _maxListeners: 0,
    browserWindowOptions: {
      width: 1000,
      height: 670,
      minWidth: 1000,
      minHeight: 670,
      titleBarStyle: 'show',
      title: 'autoEdit 3',
      webPreferences: [Object]
    }
  }
}
webContents WebContents {
  webContents: [Circular],
  history: [
    'file:///tmp/.mount_autoEdZJKCti/resources/app/node_modules/@pietrop/digital-paper-edit-client/index.html'
  ],
  currentIndex: 0,
  pendingIndex: -1,
  inPageIndex: -1,
  _events: [Object: null prototype] {
    'navigation-entry-commited': [Function],
    '-ipc-message': [Function],
    '-ipc-invoke': [Function],
    '-ipc-message-sync': [Function],
    'pepper-context-menu': [Function],
    crashed: [Function],
    'devtools-reload-page': [Function],
    '-new-window': [Function],
    '-add-new-contents': [Function],
    login: [Function],
    'will-navigate': [Function],
    'did-navigate': [Function],
    destroyed: [Function: bound onceWrapper] { listener: [Function] },
    'devtools-opened': [Function],
    move: [Function],
    activate: [Function],
    'page-title-updated': [Function],
    'new-window': [Function],
    'render-view-deleted': [Function: listener]
  },
  _eventsCount: 19,
  _maxListeners: 0,
  browserWindowOptions: {
    width: 1000,
    height: 670,
    minWidth: 1000,
    minHeight: 670,
    titleBarStyle: 'show',
    title: 'autoEdit 3',
    webPreferences: {
      nodeIntegration: true,
      preload: '/tmp/.mount_autoEdZJKCti/resources/app/src/prompt.js'
    }
  }
}
killed false

To Reproduce Steps to reproduce the behavior:

  1. Download autoEdit-3-1.4.0-x86_64.AppImage (or autoEdit-3-1.2.16-x86_64.AppImage)
  2. Make it executable: chmod a+x autoEdit-3-1.4.0-x86_64.AppImage
  3. Execute.

Expected behavior Usable GUI.

Desktop (please complete the following information):

pietrop commented 3 years ago

πŸ‘‹ apologies for the delay, could you test the latest version? https://github.com/pietrop/digital-paper-edit-electron/releases/tag/1.5.0

GartloneyRat commented 3 years ago

Thanks for the update. Unfortunately the behavior is the same. Tested on Arch Linux. Log diff is identical except for /tmp/.mount_autoEd* directory name and the additional message:

[27012:0413/102226.207412:WARNING:ipc_message_attachment_set.cc(49)] MessageAttachmentSet destroyed with unconsumed attachments: 0/1

victorcalixto commented 3 years ago

I got a similar issue. When I use the AppImage, it never finishes loading the transcripts. I am using ArchLinux as well. Also, I have the same issue under a Xubuntu machine.

OS: Linux 5.12.1-arch1-1 [GNU/Linux]

(Screenshot_2021-05-26_12-32-33)

pietrop commented 3 years ago

Thanks for raising this @GartloneyRat.

I don't have a Linux machine. To narrow this down, would you feel comfortable with following the setup (and usage) instructions in the README to see if you are able to start the app in development?

@victorcalixto were you able to open Speech to text Settings β†’ edit speech to text configuration?

victorcalixto commented 3 years ago

Hey @pietrop , thanks for your reply. Yes, I downloaded the Mozilla DeepSpeech and set up it as my default STT. However, as shown in the picture above the transcripts never finishing to load.

GartloneyRat commented 3 years ago

To narrow this down, would you feel comfortable with following the setup (and usage) instructions in the README to see if you are able to start the app in development?

Still blank screen with git master branch on Arch Linux:

$ npm start

> digital-paper-edit-electron@1.6.0 start /home/gartloneyrat/digital-paper-edit-electron                                              
> cross-env NODE_ENV=development electron .                                                                                  

Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf"                                             , line 6: unknown element "reset-dirs"                                                                                       
renderer-process-crashed {                                                                                                   
  preventDefault: [Function: preventDefault],                                                                                
  sender: WebContents {                                                                                                      
    webContents: [Circular],                                                                                                 
    history: [ 'file:///home/gartloneyrat/digital-paper-edit-electron/src/worker.html' ],                                             
    currentIndex: 0,                                                                                                         
    pendingIndex: -1,                                                                                                        
    inPageIndex: -1,                                                                                                         
    _events: [Object: null prototype] {                                                                                      
      'navigation-entry-commited': [Function],                                                                              
      '-ipc-message': [Function],                                                                                           
      '-ipc-invoke': [Function],                                                                                            
      '-ipc-message-sync': [Function],                                                                                      
      'pepper-context-menu': [Function],                                                                                    
      crashed: [Function],                                                                                                   
      'devtools-reload-page': [Function],                                                                                   
      '-new-window': [Function],                                                                                            
      '-add-new-contents': [Function],                                                                                      
      login: [Function],                                                                                                     
      'will-navigate': [Function],                                                                                          
      'did-navigate': [Function],                                                                                           
      destroyed: [Function],                                                                                                 
      'devtools-opened': [Function],                                                                                        
      move: [Function],                                                                                                      
      activate: [Function],                                                                                                  
      'page-title-updated': [Function]                                                                                      
    },                                                                                                  
    _eventsCount: 17,                                                                                                        
    _maxListeners: 0,                                                                                                        
    browserWindowOptions: { show: false, webPreferences: [Object] }                                                          
  }                                                                                         
}                                                                                   
webContents WebContents {                                                                                                    
  webContents: [Circular],                                                                                                   
  history: [ 'file:///home/gartloneyrat/digital-paper-edit-electron/src/worker.html' ],                                               
  currentIndex: 0,                                                                                                           
  pendingIndex: -1,                                                                                                          
  inPageIndex: -1,                                                                                                           
  _events: [Object: null prototype] {                                                                                        
    'navigation-entry-commited': [Function],                                                                                
    '-ipc-message': [Function],                                                                                             
    '-ipc-invoke': [Function],                                                                                              
    '-ipc-message-sync': [Function],                                                                                        
    'pepper-context-menu': [Function],                                                                                      
    crashed: [Function],                                                                                                     
    'devtools-reload-page': [Function],                                                                                     
    '-new-window': [Function],                                                                                              
    '-add-new-contents': [Function],                                                                                        
    login: [Function],                                                                                                      
    'will-navigate': [Function],                                                                                            
    'did-navigate': [Function],                                                                                             
    destroyed: [Function: bound onceWrapper] { listener: [Function] },                                                       
    'devtools-opened': [Function],                                                                                          
    move: [Function],                                                                                                       
    activate: [Function],                                                                                                    
    'page-title-updated': [Function]                                                                                        
  },   
  _maxListeners: 0,                                                                                                          
  browserWindowOptions: { show: false, webPreferences: { nodeIntegration: true }                                              }                                                                                      
}                                                                                   
killed false                                                                                                                
renderer-process-crashed {                                                                                                   
  preventDefault: [Function: preventDefault],                                                                                
  sender: WebContents {                                                                                                      
    webContents: [Circular],                                                                                                 
    history: [                                                                                                               
      'file:///home/gartloneyrat/digital-paper-edit-electron/node_modules/@pietrop/digita                                            l-paper-edit-client/index.html'                                                                                             
    ],                                                                                                  
    currentIndex: 0,                                                                                                         
    pendingIndex: -1,                                                                                                        
    inPageIndex: -1,                                                                                                         
    _events: [Object: null prototype] {                                                                                      
      'navigation-entry-commited': [Function],                                                                              
      '-ipc-message': [Function],                                                                                           
      '-ipc-invoke': [Function],                                                                                            
      '-ipc-message-sync': [Function],                                                                                      
      'pepper-context-menu': [Function],                                                                                    
      crashed: [Function],                                                                                                   
      'devtools-reload-page': [Function],                                                                                   
      '-new-window': [Function],                                                                                            
      '-add-new-contents': [Function],                                                                                      
      login: [Function],                                                                                                     
      'will-navigate': [Function],                                                                                          
      'did-navigate': [Function],                                                                                           
      destroyed: [Function],                                                                                                 
      'devtools-opened': [Function],                                                                                        
      move: [Function],                                                                                                      
      activate: [Function],
      'page-title-updated': [Function],
      'new-window': [Function],
      'dom-ready': [Function],
      'render-view-deleted': [Function: listener]
    },
    _eventsCount: 20,
    _maxListeners: 0,
    browserWindowOptions: {
      width: 1000,
      height: 670,
      minWidth: 1000,
      minHeight: 670,
      titleBarStyle: 'show',
      title: 'autoEdit 3',
      webPreferences: [Object]
    }
  }
}
webContents WebContents {
  webContents: [Circular],
  history: [
    'file:///home/gartloneyrat/digital-paper-edit-electron/node_modules/@pietrop/digital-paper-edit-client/index.html'
  ],
  currentIndex: 0,
  pendingIndex: -1,
  inPageIndex: -1,
  _events: [Object: null prototype] {
    'navigation-entry-commited': [Function],
    '-ipc-message': [Function],
    '-ipc-invoke': [Function],
    '-ipc-message-sync': [Function],
    'pepper-context-menu': [Function],
    crashed: [Function],
    'devtools-reload-page': [Function],
    '-new-window': [Function],
    '-add-new-contents': [Function],
    login: [Function],
    'will-navigate': [Function],
    'did-navigate': [Function],
    destroyed: [Function: bound onceWrapper] { listener: [Function] },
    'devtools-opened': [Function],
    move: [Function],
    activate: [Function],
    'page-title-updated': [Function],
    'new-window': [Function],
    'dom-ready': [Function: bound onceWrapper] { listener: [Function] },
    'render-view-deleted': [Function: listener]
  },
  _eventsCount: 20,
  _maxListeners: 0,
  browserWindowOptions: {
    width: 1000,
    height: 670,
    minWidth: 1000,
    minHeight: 670,
    titleBarStyle: 'show',
    title: 'autoEdit 3',
    webPreferences: {
      nodeIntegration: true,
      preload: '/home/gartloneyrat/digital-paper-edit-electron/src/prompt.js'
    }
  }
}
killed false
pietrop commented 3 years ago

Thanks, node version?

And what do you see in the electron window inspector console?

GartloneyRat commented 3 years ago

node v10.24.1.

Console output (View β†’ Toggle Developer Tools β†’ Console w/ View β†’ Force Reload) does not have much:

/home/gartloneyrat/digital-paper-edit-electron/src/prompt.js:2 prompt.js
index.html:2 process.versions.node 12.8.1
index.html:3 process.versions.chrome 78.0.3904.130
index.html:4 process.versions.electron 7.1.14
/home/gartloneyrat/digital-paper-edit-electron/node_modules/diskdb/lib/diskdb.js:26 Successfully connected to : /home/gartloneyrat/digital-paper-edit-electron/src/ElectronWrapper/db
pietrop commented 3 years ago

Yeah, I wonder if it's an issue with the electron on linux eg https://github.com/electron/electron/issues/4513 And whether upgrading electron version might fix it.

However I am a bit hesitant to upgrade electron version coz every time I do it something unexpected breaks, and is a whole ordeal to fix it etc.. but if you want to try it locally, it might be interesting to see how it goes 🀞

GartloneyRat commented 3 years ago

Doing git checkout 1.1.3 && npm start allows me to open the Speech To Text Settings. Seemed to be the last version that shows the settings (although, confusingly in the window it says "v1.0.8-alpha.3`). I did not try all the git tags.

I have no electron experience, but if you provide commands I can give it a try.

pietrop commented 3 years ago

Ah very interesting that at 1.1.3 commit is last working version. In the package.json for that version, what’s the version number for electron?

unrelated to try and upgrade electron in latest master to latest version, you would do

npm install electron@latest

and then npm start

victorcalixto commented 3 years ago

Starting in development mode I got this : DeepSpeech: v0.9.3-0-gf2e9c85 2021-05-28 10:58:44.427460: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX2 FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.

victorcalixto commented 3 years ago

I also tested run the appImage from the terminal and I got the same message: 2021-05-28 11:04:53.934116: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX2 FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.

pietrop commented 3 years ago

@victorcalixto this makes me think the Deepspeech STT module might not be compatible with Linux? But I am 100% not sure about that.

But also, sounds like you are having a separate issue from @GartloneyRat meaning you are not getting a blank screen when you start the app and/or when you get to the STT settings window?

victorcalixto commented 3 years ago

I have installed DeepSpeech here! got the same message through CLI but it returned me the results. I will try to rebuild TensorFlow as mentioned here: $ deepspeech --model deepspeech-0.9.3-models.pbmm --scorer deepspeech-0.9.3-models.scorer --audio audio/2830-3980-0043.wav Loading model from file deepspeech-0.9.3-models.pbmm TensorFlow: v2.3.0-6-g23ad988 DeepSpeech: v0.9.3-0-gf2e9c85 2021-05-28 11:26:35.299252: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX2 FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. Loaded model in 0.0165s. Loading scorer from files deepspeech-0.9.3-models.scorer Loaded scorer in 0.000196s. Running inference. experience proves this Inference took 1.058s for 1.975s audio file.

victorcalixto commented 3 years ago

According to this post in StackOverflow it is just a warning message: https://stackoverflow.com/questions/65298241/what-does-this-tensorflow-message-mean-any-side-effect-was-the-installation-su

pietrop commented 3 years ago

ok, cool, @victorcalixto let's continue as separate issue here https://github.com/pietrop/digital-paper-edit-electron/issues/78 more focused on transcript not loading, so that this issue can be focused on blank screen on linux. As for now they seem to be two unrelated issues.

victorcalixto commented 3 years ago

Tnx @pietrop!

GartloneyRat commented 3 years ago

@pietrop Upon upgrading electron the initial window is no longer blank and the New Project button now appears. However, the Save button is not responsive and creates console errors. Everything from POST and after is the result of clicking the Save button.

VM164 prompt.js:2 prompt.js
VM163 renderer_init.js:113 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
    Policy set or a policy with "unsafe-eval" enabled. This exposes users of
    this app to unnecessary security risks.

For more information and help, consult
https://electronjs.org/docs/tutorial/security.
This warning will not show up
once the app is packaged.
(anonymous) @ VM163 renderer_init.js:113
Promise.then (async)
warnAboutInsecureCSP @ VM163 renderer_init.js:113
logSecurityWarnings @ VM163 renderer_init.js:113
(anonymous) @ VM163 renderer_init.js:113
async function (async)
(anonymous) @ VM163 renderer_init.js:113
load (async)
securityWarnings @ VM163 renderer_init.js:113
(anonymous) @ VM163 renderer_init.js:93
./lib/renderer/init.ts @ VM163 renderer_init.js:93
__webpack_require__ @ VM163 renderer_init.js:1
(anonymous) @ VM163 renderer_init.js:1
___electron_webpack_init__ @ VM163 renderer_init.js:1
(anonymous) @ VM163 renderer_init.js:165
compileForInternalLoader @ VM98 loaders.js:283
compileForPublicLoader @ VM98 loaders.js:225
loadNativeModule @ VM138 helpers.js:35
Module._load @ VM131 loader.js:747
f._load @ VM158 asar_bundle.js:5
executeUserEntryPoint @ VM157 run_main.js:72
(anonymous) @ VM126 run_main_module.js:17
cors_wrapper.js:73 GET http://localhost:8080/api/projects net::ERR_CONNECTION_REFUSED
(anonymous) @ cors_wrapper.js:73
u @ runtime.js:45
(anonymous) @ runtime.js:271
forEach.t.<computed> @ runtime.js:97
u @ runtime.js:45
e @ runtime.js:135
(anonymous) @ runtime.js:170
i @ runtime.js:169
_invoke @ runtime.js:192
forEach.t.<computed> @ runtime.js:97
t.async @ runtime.js:216
d @ cors_wrapper.js:69
(anonymous) @ ApiWrapper.js:35
u @ runtime.js:45
(anonymous) @ runtime.js:271
forEach.t.<computed> @ runtime.js:97
u @ runtime.js:45
e @ runtime.js:135
(anonymous) @ runtime.js:170
i @ runtime.js:169
_invoke @ runtime.js:192
forEach.t.<computed> @ runtime.js:97
t.async @ runtime.js:216
value @ 4.d3072fa8.chunk.js:1
(anonymous) @ index.js:28
u @ runtime.js:45
(anonymous) @ runtime.js:271
forEach.t.<computed> @ runtime.js:97
u @ runtime.js:45
e @ runtime.js:135
(anonymous) @ runtime.js:170
i @ runtime.js:169
_invoke @ runtime.js:192
forEach.t.<computed> @ runtime.js:97
t.async @ runtime.js:216
value @ 12.bea78b55.chunk.js:1
bu @ react-dom.production.min.js:251
t.unstable_runWithPriority @ scheduler.production.min.js:18
Bi @ react-dom.production.min.js:120
gu @ react-dom.production.min.js:244
ou @ react-dom.production.min.js:223
(anonymous) @ react-dom.production.min.js:121
t.unstable_runWithPriority @ scheduler.production.min.js:18
Bi @ react-dom.production.min.js:120
Ki @ react-dom.production.min.js:121
F @ scheduler.production.min.js:17
E.port1.onmessage @ scheduler.production.min.js:14
Show 17 more frames
index.js:40 Error with ApiWrapper.getAllProjects TypeError: Failed to fetch
cors_wrapper.js:73 POST http://localhost:8080/api/projects net::ERR_CONNECTION_REFUSED
(anonymous) @ cors_wrapper.js:73
u @ runtime.js:45
(anonymous) @ runtime.js:271
forEach.t.<computed> @ runtime.js:97
u @ runtime.js:45
e @ runtime.js:135
(anonymous) @ runtime.js:170
i @ runtime.js:169
_invoke @ runtime.js:192
forEach.t.<computed> @ runtime.js:97
t.async @ runtime.js:216
d @ cors_wrapper.js:69
(anonymous) @ ApiWrapper.js:49
u @ runtime.js:45
(anonymous) @ runtime.js:271
forEach.t.<computed> @ runtime.js:97
u @ runtime.js:45
e @ runtime.js:135
(anonymous) @ runtime.js:170
i @ runtime.js:169
_invoke @ runtime.js:192
forEach.t.<computed> @ runtime.js:97
t.async @ runtime.js:216
value @ 4.d3072fa8.chunk.js:1
handleSaveItem @ index.js:48
value @ index.js:38
onSubmit @ index.js:58
m @ react-dom.production.min.js:15
x @ react-dom.production.min.js:15
(anonymous) @ react-dom.production.min.js:16
T @ react-dom.production.min.js:16
_ @ react-dom.production.min.js:17
O @ react-dom.production.min.js:17
j @ react-dom.production.min.js:17
En @ react-dom.production.min.js:81
se @ react-dom.production.min.js:285
_n @ react-dom.production.min.js:83
Rn @ react-dom.production.min.js:84
jn @ react-dom.production.min.js:84
t.unstable_runWithPriority @ scheduler.production.min.js:18
Bi @ react-dom.production.min.js:120
le @ react-dom.production.min.js:285
On @ react-dom.production.min.js:82
Show 13 more frames
index.html#/:1 Uncaught (in promise) TypeError: Failed to fetch
Promise.then (async)
handleSaveItem @ index.js:48
value @ index.js:38
onSubmit @ index.js:58
m @ react-dom.production.min.js:15
x @ react-dom.production.min.js:15
(anonymous) @ react-dom.production.min.js:16
T @ react-dom.production.min.js:16
_ @ react-dom.production.min.js:17
O @ react-dom.production.min.js:17
j @ react-dom.production.min.js:17
En @ react-dom.production.min.js:81
se @ react-dom.production.min.js:285
_n @ react-dom.production.min.js:83
Rn @ react-dom.production.min.js:84
jn @ react-dom.production.min.js:84
t.unstable_runWithPriority @ scheduler.production.min.js:18
Bi @ react-dom.production.min.js:120
le @ react-dom.production.min.js:285
On @ react-dom.production.min.js:82

The Speech to Text Config still makes a new window with blank contents.

To clarify my last comment 1.1.3 still had a blank initial window, but the Speech to Text Config was not blank.

Are you able to run a Linux VM? Should be straightforward and I assume you will be able to reproduce the issue.

pietrop commented 10 months ago

Might be worth confirming this is still an issue with latest release other we can close

GartloneyRat commented 10 months ago

Appears to be fixed. Tried autoEdit-3-1.6.5-alpha.0-x86_64.AppImage. Thank you.