Closed Rossimac closed 3 years ago
Hi there,
When trying to download my Halo 3 stats (Halo 2 and Reach successfully retrieved!) I get the following:
Traceback (most recent call last): File "", line 1, in File "C:\Users\Ross\Desktop\bungie\halo_preserver_prod.py", line 286, in halo3_get_files halo3_game_ids_list = halo3_game_ids(gamertag) File "C:\Users\Ross\Desktop\bungie\halo_preserver_prod.py", line 102, in halo3_game_ids custom_pages = int(custom_result.group(1)) AttributeError: 'NoneType' object has no attribute 'group' PS C:\Users\Ross\Desktop\bungie> python -c "import halo_preserver_prod; halo_preserver_prod.halo3_get_files('Rossimac')"
My GamerTag is Rossimac. If you need any more info, let me know. Only a day left :) Thanks for the tool!
Ahh, I think the servers are already offline.
Cheers for the tool!
End of an era :-(
Indeed, but I have hope that Insignia (Xbox Live 1.0 replacement service) will get Halo 2 back online at least!
Hi there,
When trying to download my Halo 3 stats (Halo 2 and Reach successfully retrieved!) I get the following:
Traceback (most recent call last): File "", line 1, in
File "C:\Users\Ross\Desktop\bungie\halo_preserver_prod.py", line 286, in halo3_get_files
halo3_game_ids_list = halo3_game_ids(gamertag)
File "C:\Users\Ross\Desktop\bungie\halo_preserver_prod.py", line 102, in halo3_game_ids
custom_pages = int(custom_result.group(1))
AttributeError: 'NoneType' object has no attribute 'group'
PS C:\Users\Ross\Desktop\bungie> python -c "import halo_preserver_prod; halo_preserver_prod.halo3_get_files('Rossimac')"
My GamerTag is Rossimac. If you need any more info, let me know. Only a day left :) Thanks for the tool!