Advertisement
Guest User

Untitled

a guest
May 25th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. java version "10.0.2" 2018-07-17
  2. Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
  3. Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)
  4. Traceback (most recent call last):
  5. File "src\gevent\greenlet.py", line 766, in gevent._greenlet.Greenlet.run
  6. File "D:\coding projects\RLBot\gui\pkgs\eel\__init__.py", line 199, in _process_message
  7. return_val = _exposed_functions[message['name']](*message['args'])
  8. File "D:\coding projects\RLBot\gui\Python\lib\site-packages\rlbot_gui\gui.py", line 211, in download_bot_pack
  9. local_zip_path="RLBotPack.zip", local_folder_path=".")
  10. File "D:\coding projects\RLBot\gui\Python\lib\site-packages\rlbot_gui\bot_management\downloader.py", line 9, in download_and_extract_zip
  11. with zipfile.ZipFile(local_zip_path, 'r') as zip_ref:
  12. File "zipfile.py", line 1222, in __init__
  13. File "zipfile.py", line 1289, in _RealGetContents
  14. zipfile.BadZipFile: File is not a zip file
  15. 2019-05-25T18:20:56Z <Greenlet at 0x255b9fb3e18: _process_message({'call': 5.632639698651399, 'name': 'download_bot_, <geventwebsocket.websocket.WebSocket object at 0x0)> failed with BadZipFile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement