You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to generate a list but got the following error:
...
Creating Notion template page...
Created!
Importing steam library games to Notion...
ValueError: time data 'Dec 13, 2013' does not match format '%b %Y'
I believe that was due to the datetime format mismatch (or perhaps steam changed the format of the game dates), for example, in my game_info_cache.json, games are shown like:
Thank you for making such a good tool :p
I was trying to generate a list but got the following error:
I believe that was due to the datetime format mismatch (or perhaps steam changed the format of the game dates), for example, in my
game_info_cache.json
, games are shown like:note in the JSON it shows
Dec 13, 2013
which is equal to"%b %d, %Y"
whereasnotion-game-list/ngl/client.py
Line 96 in 581b48b
"%d %b, %Y"
.The text was updated successfully, but these errors were encountered: