auto-type icon indicating copy to clipboard operation
auto-type copied to clipboard

Erro: No more script pages.

Open alaxfilho opened this issue 3 years ago • 3 comments

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();

alaxfilho avatar Oct 14 '21 11:10 alaxfilho

Having the same issue

ckissi avatar Nov 18 '21 10:11 ckissi

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.

suwa808 avatar Feb 20 '22 21:02 suwa808

Just create new pages in .auto-type directory ( you cannot use same file again )

  • Provide new number
  • and run them -> it run perfectly .

noshluk2 avatar Dec 13 '23 07:12 noshluk2