#11 Language is broken

Отворено
отворено пре 3 година од jyamihud · 3 коментара
Још нема садржаја.
Ghost коментирира пре 3 година

This is a reply =P

This is a reply =P
Jeison Yehuda Amihud (Blender Dumbass) коментирира пре 3 година
Власник

I looked into it

def text(var):
    data = open("settings/languages/"+settings.read("Language")+".data")
    data = data.read()
    data = data.split("]")

The function is trying to open the Language. But receives a False, this is why TypeError: can only concatenate str (not "bool") to str

It's probably since the Language name is not read properly. I think it's fixable. But I want to dig deeper in what's causing the data not to be read properly.

I looked into it def text(var): data = open("settings/languages/"+settings.read("Language")+".data") data = data.read() data = data.split("]") The function is trying to open the Language. But receives a False, this is why `TypeError: can only concatenate str (not "bool") to str` It's probably since the Language name is not read properly. I think it's fixable. But I want to dig deeper in what's causing the data not to be read properly.
Jeison Yehuda Amihud (Blender Dumbass) коментирира пре 3 година
Власник

I need context. I hope Tyler can provide it. When does this happen? What should I do to recreate the bug? Because it feels like in this case the when is very important. It could be in such a place in the software where the file is in the middle of being wrote to. So it can't read anything and we have a bug. Or something similar.

I need context. I hope Tyler can provide it. When does this happen? What should I do to recreate the bug? Because it feels like in this case the when is very important. It could be in such a place in the software where the file is in the middle of being wrote to. So it can't read anything and we have a bug. Or something similar.
Пријавите се да се прикључе у овом разговору.
Нема фазе
Нема одговорних
2 учесника
Учитавање...
Откажи
Сачувај
Још нема садржаја.