Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erro: No more script pages. #3

Open
alaxfilho opened this issue Oct 14, 2021 · 3 comments
Open

Erro: No more script pages. #3

alaxfilho opened this issue Oct 14, 2021 · 3 comments

Comments

@alaxfilho
Copy link

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

@ckissi
Copy link

ckissi commented Nov 18, 2021

Having the same issue

@suwa808
Copy link

suwa808 commented Feb 20, 2022

let currentPageNum = 0;

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.

@noshluk2
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants