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

Le générateur ne fonctionne pas sur certains smartphones #22

Open
Guillaumeh3 opened this issue Mar 27, 2021 · 2 comments
Open

Le générateur ne fonctionne pas sur certains smartphones #22

Guillaumeh3 opened this issue Mar 27, 2021 · 2 comments

Comments

@Guillaumeh3
Copy link

Testé sur un Redmi note 5, un samsung S7 et un oneplus 7T avec Chrome
Seul le redmi permet de générer une attestation, ça ne fonctionne pas sur les deux autres.
Sur le S7, testé également avec Firefox sans succès
Testé sur un PC sous W10 avec Chrome, Firefox et Edge on a le même comportement.

@Guillaumeh3
Copy link
Author

J'ai trouvé la source du problème : Le nom de la ville n'est pas accepté car trop long (30 caractères), en raccourcissant ça passe Ce qui est étonnant c'est que ça fonctionnait sur les précédentes versions de l'attestation.
Il y a un bug dans la fonction de validation :
Uncaught (in promise) TypeError: options.sizemust be of typenumberorn, but was actually of type null at l (validators.ts:156) at c (validators.ts:164) at u.drawText (PDFPage.ts:885) at A (pdf-util.js:105) at pdf-util.js:117 at f (runtime.js:63) at Generator._invoke (runtime.js:293) at Generator.next (runtime.js:118) at n (asyncToGenerator.js:3) at c (asyncToGenerator.js:25) l @ validators.ts:156 c @ validators.ts:164 (anonymous) @ PDFPage.ts:885 A @ pdf-util.js:105 (anonymous) @ pdf-util.js:117 f @ runtime.js:63 (anonymous) @ runtime.js:293 (anonymous) @ runtime.js:118 n @ asyncToGenerator.js:3 c @ asyncToGenerator.js:25 Promise.then (async) n @ asyncToGenerator.js:13 c @ asyncToGenerator.js:25 (anonymous) @ asyncToGenerator.js:32 (anonymous) @ asyncToGenerator.js:21 (anonymous) @ form-util.js:182

@JV-conseil
Copy link

👉 Voir détail de la panne #20 et correction #19 du bug 🐛

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

2 participants