Commit f299f4c
committed
Fix Steam inventory sync bugs - use market_name and lowestPrice
- Fix bug using item.name instead of item.market_name (was storing 'AK-47' instead of 'AK-47 | Redline (FT)')
- Fix bug using cachedPrice.price instead of cachedPrice.lowestPrice
- Add duplicate item checking before insert
- Add logging for better debugging
- Skip non-weapon items (stickers, cases) automatically
- Show detailed error messages for each failed item1 parent 3da57f3 commit f299f4c
1 file changed
Lines changed: 29 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4100 | 4100 | | |
4101 | 4101 | | |
4102 | 4102 | | |
| 4103 | + | |
| 4104 | + | |
| 4105 | + | |
| 4106 | + | |
| 4107 | + | |
| 4108 | + | |
4103 | 4109 | | |
4104 | 4110 | | |
4105 | 4111 | | |
4106 | 4112 | | |
4107 | | - | |
| 4113 | + | |
| 4114 | + | |
| 4115 | + | |
| 4116 | + | |
| 4117 | + | |
| 4118 | + | |
| 4119 | + | |
| 4120 | + | |
| 4121 | + | |
| 4122 | + | |
| 4123 | + | |
| 4124 | + | |
| 4125 | + | |
| 4126 | + | |
| 4127 | + | |
| 4128 | + | |
| 4129 | + | |
4108 | 4130 | | |
4109 | | - | |
| 4131 | + | |
4110 | 4132 | | |
4111 | 4133 | | |
4112 | 4134 | | |
| |||
4116 | 4138 | | |
4117 | 4139 | | |
4118 | 4140 | | |
4119 | | - | |
| 4141 | + | |
4120 | 4142 | | |
4121 | 4143 | | |
4122 | 4144 | | |
4123 | 4145 | | |
4124 | 4146 | | |
4125 | 4147 | | |
4126 | | - | |
| 4148 | + | |
| 4149 | + | |
4127 | 4150 | | |
4128 | 4151 | | |
| 4152 | + | |
4129 | 4153 | | |
4130 | | - | |
| 4154 | + | |
4131 | 4155 | | |
4132 | 4156 | | |
4133 | 4157 | | |
| |||
0 commit comments