auto-type
auto-type copied to clipboard
Erro: No more script pages.
When trying to run the frame the error: No more script pages. The structure and files are saved as follows
folderProject/ .auto-type 001-description scripts app.js (3 lines)
001-description file: scripts/app.js line: 1 align: top
↓↓↓↓↓↓↓⇥ if (!app.selectedCities) { app.selectedCities = []; }↓↓⇥ app.selectedCities.push({key: key, label: label}); app.saveSelectedCities();
Having the same issue
https://github.com/eee-c/auto-type/blob/399d5d635a1b80bdad2a854ae00b7526b5050d8f/extension.js#L6 The above variable is used to manage the next page to be executed. This variable will only be incremented. Maybe you tried to play more than once and got an error message? If you reload the extension, it will run sequentially from the first page again.
Just create new pages in .auto-type directory ( you cannot use same file again )
- Provide new number
- and run them -> it run perfectly .