Advertisement
Guest User

Untitled

a guest
Jan 12th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. games_nebula
  2. Authorized on GOG
  3. Traceback (most recent call last):
  4. File "/opt/games_nebula/games_nebula.py", line 6747, in <module>
  5. sys.exit(main())
  6. File "/opt/games_nebula/games_nebula.py", line 6743, in main
  7. app = GUI()
  8. File "/opt/games_nebula/games_nebula.py", line 133, in __init__
  9. self.create_main_window()
  10. File "/opt/games_nebula/games_nebula.py", line 332, in create_main_window
  11. self.create_goglib_tab_content('auto')
  12. File "/opt/games_nebula/games_nebula.py", line 521, in create_goglib_tab_content
  13. self.available_scripts = goglib_get_data.games_info(data_dir)
  14. File "/opt/games_nebula/modules/goglib_get_data.py", line 39, in games_info
  15. goglib_get_banner.goglib_get_banner(banner_path_0)
  16. File "/opt/games_nebula/modules/goglib_get_banner.py", line 29, in goglib_get_banner
  17. banner_url = raw_data[0]['content']
  18. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement