MoveTo error

A_L_F

Member
Can anybody help me with this error? in isxeveDebug.txt is this error and it is done in the run of function MoveTo
Obj.ExecuteMethod("MoveTo", new string[] { "MyStationCorporateHangar", "StationCorporateHangar", Quantity.ToString(), "Corporation Folder " + FolderID.ToString() });


The promlem is after new patch.

--- EXCEPTION BEGIN ---
Traceback (most recent call last):
File "c:/depot/games/branches/release/EVE-TRANQUILITY/eve/client/script/environment/invCache.py", line 557, in GetInventoryFromId
File "c:/depot/games/branches/release/EVE-TRANQUILITY/carbon/common/script/net/moniker.py", line 416, in __call__
File "c:/depot/games/branches/release/EVE-TRANQUILITY/carbon/common/script/net/moniker.py", line 251, in MonikeredCall
File "c:/depot/games/branches/release/EVE-TRANQUILITY/carbon/common/script/net/ObjectCallGPCS.py", line 726, in __call__
File "c:/depot/games/branches/release/EVE-TRANQUILITY/carbon/common/script/net/machoNet.py", line 195, in ThrottledCall
File "c:/depot/games/branches/release/EVE-TRANQUILITY/carbon/common/script/net/ObjectCallGPCS.py", line 535, in ObjectCallWithoutTheStars
File "c:/depot/games/branches/release/EVE-TRANQUILITY/carbon/common/script/net/ExceptionMappingGPCS.py", line 81, in CallDown
File "c:/depot/games/branches/release/EVE-TRANQUILITY/carbon/common/script/net/ExceptionMappingGPCS.py", line 58, in _ProcessCall
File "c:/depot/games/branches/release/EVE-TRANQUILITY/carbon/common/script/net/ExceptionWrapperGPCS.py", line 103, in CallDown
File "c:/depot/games/branches/release/EVE-TRANQUILITY/carbon/common/script/net/machoNet.py", line 3913, in _BlockingCall
RuntimeError: this tasklet does not like to be blocked.

--- EXCEPTION END ---
 

Amadeus

The Maestro
Staff member
That error is currently unavoidable although I am going to try and fix it in the near future. It should still work, even though that exception is being called.

If it's not working, you might want to verify that the quantity and folderID you're sending is valid.
 

A_L_F

Member
Amadeus, it is look like that MoveTO is not working becouse the corp hangar is closed. I tried to use new open command for it EVE:Execute[OpenHangarFloor] but it isnt working. Nothing is opening. (I used in the past method Station OpenCorpHangar.
 
Top Bottom