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

Can't repack the bin after export json from editor #3

Open
nokhzz opened this issue Jan 9, 2020 · 1 comment
Open

Can't repack the bin after export json from editor #3

nokhzz opened this issue Jan 9, 2020 · 1 comment

Comments

@nokhzz
Copy link

nokhzz commented Jan 9, 2020

I don't know why, but I can't pack any folder after export the new json from editor.

NameError: name 'FileNotFoundException' is not defined
2020-01-08 23:44:39,263 - root - ERROR - [WinError 2] O sistema não pode encontrar o arquivo especificado: 'C:\Users\Eduardo\Desktop\GTS\GTS-watchface-bundle\faces\gts_google_black-155712-91ce0f0122_unp\gts_google_black-155712-91ce0f0122_unp_packed.bin'
Traceback (most recent call last):
File "program.py", line 61, in writeWatchFace
File "watchFaceParser\utils\resourcesLoader.py", line 94, in process
File "watchFaceParser\utils\resourcesLoader.py", line 94, in process
File "watchFaceParser\utils\resourcesLoader.py", line 94, in process
[Previous line repeated 1 more time]
File "watchFaceParser\utils\resourcesLoader.py", line 73, in process
File "watchFaceParser\utils\resourcesLoader.py", line 108, in loadImage
File "resources\imageLoader.py", line 21, in loadResourceForNumber
NameError: name 'FileNotFoundException' is not defined

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "program.py", line 112, in packWatchFace
File "program.py", line 76, in writeWatchFace
FileNotFoundError: [WinError 2] O sistema não pode encontrar o arquivo especificado: 'C:\Users\Eduardo\Desktop\GTS\GTS-watchface-bundle\faces\gts_google_black-155712-91ce0f0122_unp\gts_google_black-155712-91ce0f0122_unp_packed.bin'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "main.py", line 35, in
File "program.py", line 114, in packWatchFace
FileNotFoundError: [WinError 2] O sistema não pode encontrar o arquivo especificado: 'C:\Users\Eduardo\Desktop\GTS\GTS-watchface-bundle\faces\gts_google_black-155712-91ce0f0122_unp\gts_google_black-155712-91ce0f0122_unp_packed.bin'

@JSsantana
Copy link

Eu percebi que ao habilitar a bateria via numero, ele dá esse erro. Estranho.

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