Advertisement
Guest User

Untitled

a guest
Oct 11th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Loading ItemDB
  2. Traceback (most recent call last):
  3. File "/home/tmwserver/ManaMarket/stats/process_salelog/main.py", line 59, in <module>
  4. main()
  5. File "/home/tmwserver/ManaMarket/stats/process_salelog/main.py", line 45, in main
  6. out_obj.write('<tr> <td>'+ItemDB.getItem(int(line[0])).name+'</td> <td>'+locale.format("%d", int(line[1]), grouping=True)+'</td> <td>'+locale.format("%d", unit_price, grouping=True)+'</td> <td>'+time.asctime(t_time)+'</td> </tr>\n')
  7. File "/home/tmwserver/ManaMarket/stats/process_salelog/utils.py", line 63, in getItem
  8. return self.item_names[item_id]
  9. KeyError: 563
  10. Loading ItemDB
  11. Traceback (most recent call last):
  12. File "/home/tmwserver/ManaMarket/stats/process_salelog/main_stat.py", line 151, in <module>
  13. main()
  14. File "/home/tmwserver/ManaMarket/stats/process_salelog/main_stat.py", line 66, in main
  15. name = ItemDB.getItem(int(line[0])).name
  16. File "/home/tmwserver/ManaMarket/stats/process_salelog/utils.py", line 63, in getItem
  17. return self.item_names[item_id]
  18. KeyError: 563
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement