Can not read proper buildozer logcat [closed]
up vote
-2
down vote
favorite
Could you please help me to find location of error in my main.py code. Below is extract of logcat:
I/python ( 6494): Traceback (most recent call last):
I/python ( 6494): File "main.py", line 17, in <module>
I/python ( 6494): Builder.load_file('verbs.kv')
I/python ( 6494): File "/data/data/com.seafarershobby.verbosirregulares/files/app/crystax_python/site-packages/kivy/lang/builder.py", line 290, in load_file
I/python ( 6494): data = fd.read()
I/python ( 6494): File "/data/data/com.seafarershobby.verbosirregulares/files/app/crystax_python/stdlib.zip/encodings/ascii.py", line 26, in decode
I/python ( 6494): UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14254: ordinal not in range(128)
I/python ( 6494): Python for android ended.
Many thanks in advance!
python kivy logcat buildozer
closed as off-topic by johnny 5, Billal Begueradj, EdChum, pirho, Unheilig Nov 18 at 10:01
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question was caused by a problem that can no longer be reproduced or a simple typographical error. While similar questions may be on-topic here, this one was resolved in a manner unlikely to help future readers. This can often be avoided by identifying and closely inspecting the shortest program necessary to reproduce the problem before posting." – johnny 5, Billal Begueradj, EdChum
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-2
down vote
favorite
Could you please help me to find location of error in my main.py code. Below is extract of logcat:
I/python ( 6494): Traceback (most recent call last):
I/python ( 6494): File "main.py", line 17, in <module>
I/python ( 6494): Builder.load_file('verbs.kv')
I/python ( 6494): File "/data/data/com.seafarershobby.verbosirregulares/files/app/crystax_python/site-packages/kivy/lang/builder.py", line 290, in load_file
I/python ( 6494): data = fd.read()
I/python ( 6494): File "/data/data/com.seafarershobby.verbosirregulares/files/app/crystax_python/stdlib.zip/encodings/ascii.py", line 26, in decode
I/python ( 6494): UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14254: ordinal not in range(128)
I/python ( 6494): Python for android ended.
Many thanks in advance!
python kivy logcat buildozer
closed as off-topic by johnny 5, Billal Begueradj, EdChum, pirho, Unheilig Nov 18 at 10:01
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question was caused by a problem that can no longer be reproduced or a simple typographical error. While similar questions may be on-topic here, this one was resolved in a manner unlikely to help future readers. This can often be avoided by identifying and closely inspecting the shortest program necessary to reproduce the problem before posting." – johnny 5, Billal Begueradj, EdChum
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
Could you please help me to find location of error in my main.py code. Below is extract of logcat:
I/python ( 6494): Traceback (most recent call last):
I/python ( 6494): File "main.py", line 17, in <module>
I/python ( 6494): Builder.load_file('verbs.kv')
I/python ( 6494): File "/data/data/com.seafarershobby.verbosirregulares/files/app/crystax_python/site-packages/kivy/lang/builder.py", line 290, in load_file
I/python ( 6494): data = fd.read()
I/python ( 6494): File "/data/data/com.seafarershobby.verbosirregulares/files/app/crystax_python/stdlib.zip/encodings/ascii.py", line 26, in decode
I/python ( 6494): UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14254: ordinal not in range(128)
I/python ( 6494): Python for android ended.
Many thanks in advance!
python kivy logcat buildozer
Could you please help me to find location of error in my main.py code. Below is extract of logcat:
I/python ( 6494): Traceback (most recent call last):
I/python ( 6494): File "main.py", line 17, in <module>
I/python ( 6494): Builder.load_file('verbs.kv')
I/python ( 6494): File "/data/data/com.seafarershobby.verbosirregulares/files/app/crystax_python/site-packages/kivy/lang/builder.py", line 290, in load_file
I/python ( 6494): data = fd.read()
I/python ( 6494): File "/data/data/com.seafarershobby.verbosirregulares/files/app/crystax_python/stdlib.zip/encodings/ascii.py", line 26, in decode
I/python ( 6494): UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 14254: ordinal not in range(128)
I/python ( 6494): Python for android ended.
Many thanks in advance!
python kivy logcat buildozer
python kivy logcat buildozer
edited Nov 18 at 9:11
LoneWanderer
584318
584318
asked Nov 18 at 4:37
Дмитрий Пухач
33
33
closed as off-topic by johnny 5, Billal Begueradj, EdChum, pirho, Unheilig Nov 18 at 10:01
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question was caused by a problem that can no longer be reproduced or a simple typographical error. While similar questions may be on-topic here, this one was resolved in a manner unlikely to help future readers. This can often be avoided by identifying and closely inspecting the shortest program necessary to reproduce the problem before posting." – johnny 5, Billal Begueradj, EdChum
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by johnny 5, Billal Begueradj, EdChum, pirho, Unheilig Nov 18 at 10:01
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question was caused by a problem that can no longer be reproduced or a simple typographical error. While similar questions may be on-topic here, this one was resolved in a manner unlikely to help future readers. This can often be avoided by identifying and closely inspecting the shortest program necessary to reproduce the problem before posting." – johnny 5, Billal Begueradj, EdChum
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
The anwser is in inside your question.
> File "main.py", line 17, in <module>
Line 17 is: Builder.load_file('verbs.kv'). But what wrong with that?
– Дмитрий Пухач
Nov 18 at 8:01
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
The anwser is in inside your question.
> File "main.py", line 17, in <module>
Line 17 is: Builder.load_file('verbs.kv'). But what wrong with that?
– Дмитрий Пухач
Nov 18 at 8:01
add a comment |
up vote
0
down vote
accepted
The anwser is in inside your question.
> File "main.py", line 17, in <module>
Line 17 is: Builder.load_file('verbs.kv'). But what wrong with that?
– Дмитрий Пухач
Nov 18 at 8:01
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
The anwser is in inside your question.
> File "main.py", line 17, in <module>
The anwser is in inside your question.
> File "main.py", line 17, in <module>
edited Nov 18 at 6:01
eyllanesc
68.6k93052
68.6k93052
answered Nov 18 at 4:51
LoneWanderer
584318
584318
Line 17 is: Builder.load_file('verbs.kv'). But what wrong with that?
– Дмитрий Пухач
Nov 18 at 8:01
add a comment |
Line 17 is: Builder.load_file('verbs.kv'). But what wrong with that?
– Дмитрий Пухач
Nov 18 at 8:01
Line 17 is: Builder.load_file('verbs.kv'). But what wrong with that?
– Дмитрий Пухач
Nov 18 at 8:01
Line 17 is: Builder.load_file('verbs.kv'). But what wrong with that?
– Дмитрий Пухач
Nov 18 at 8:01
add a comment |