Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. DBException
  2. KeyError: 6882
  3. File "include\ClientGUIMedia.py", line 1633, in EventCharHook
  4. shortcut_processed = self._ProcessShortcut( shortcut )
  5. File "include\ClientGUIMedia.py", line 1121, in _ProcessShortcut
  6. command_processed = self._ProcessApplicationCommand( command )
  7. File "include\ClientGUIMedia.py", line 1050, in _ProcessApplicationCommand
  8. self._ManageTags()
  9. File "include\ClientGUIMedia.py", line 873, in _ManageTags
  10. panel = ClientGUIScrolledPanelsManagement.ManageTagsPanel( dlg, self._file_service_key, self._selected_media )
  11. File "include\ClientGUIScrolledPanelsManagement.py", line 5536, in __init__
  12. page = self._Panel( self._tag_repositories, self._file_service_key, service.GetServiceKey(), self._current_media, self._immediate_commit, canvas_key = self._canvas_key )
  13. File "include\ClientGUIScrolledPanelsManagement.py", line 5823, in __init__
  14. self._suggested_tags = ClientGUITagSuggestions.SuggestedTagsPanel( self, self._tag_service_key, self._media, self.AddTags, canvas_key = self._canvas_key )
  15. File "include\ClientGUITagSuggestions.py", line 421, in __init__
  16. recent_tags = RecentTagsPanel( panel_parent, service_key, activate_callable, canvas_key = self._canvas_key )
  17. File "include\ClientGUITagSuggestions.py", line 113, in __init__
  18. self._RefreshRecentTags()
  19. File "include\ClientGUITagSuggestions.py", line 123, in _RefreshRecentTags
  20. recent_tags = HG.client_controller.Read( 'recent_tags', self._service_key )
  21. File "include\HydrusController.py", line 370, in Read
  22. return self._Read( action, *args, **kwargs )
  23. File "include\HydrusController.py", line 120, in _Read
  24. result = self.db.Read( action, HC.HIGH_PRIORITY, *args, **kwargs )
  25. File "include\HydrusDB.py", line 853, in Read
  26. return job.GetResult()
  27. File "include\HydrusData.py", line 1725, in GetResult
  28. raise e
  29.  
  30. Database Traceback (most recent call last):
  31. File "include\HydrusDB.py", line 525, in _ProcessJob
  32. result = self._Read( action, *args, **kwargs )
  33. File "include\ClientDB.py", line 8036, in _Read
  34. elif action == 'recent_tags': result = self._GetRecentTags( *args, **kwargs )
  35. File "include\ClientDB.py", line 5568, in _GetRecentTags
  36. sorted_recent_tags = [ tag_ids_to_tags[ tag_id ] for tag_id in sorted_recent_tag_ids ]
  37. KeyError: 6882
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement