woctezuma / steam-market

Find arbitrages on the Steam Market.
MIT License
160 stars 18 forks source link

Some game titles generate a syntax error on output #79

Open daemond-dev opened 1 week ago

daemond-dev commented 1 week ago

When running any of the main scripts, some titles seem to generate a syntax error, possibly due to how their name is saved when pulled from Steam which might be including an unnecessary escape character.

image

Currently using Python 3.13. Happy to provide any additional info, if necessary.

woctezuma commented 1 week ago

These are syntax warnings. I believe you are correct that they must be linked to app names with at least an unusual character.

I have encountered these warnings as well in the past. However, I have not investigated more, as they were not blocking.