✅ Strange parsing error with docker instance
So I have a program that scrapes prices and parses them into longs with these lines of code
however I got this error
Is this because of unicode differences in linux that doesn't work well with docker images made in windows? The above code seems to work fine on my windows machine.
however I got this error
Is this because of unicode differences in linux that doesn't work well with docker images made in windows? The above code seems to work fine on my windows machine.