question

jrobinson avatar image
jrobinson asked

Migration - CLI is stuck Updating drop tables

Can't get past "Updating Drop Tables on Title" - CLI gets stuck and won't progress.

using the .exe to migrate environments:

data
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sarah Zhang avatar image Sarah Zhang commented ·

Do you use this CLI tool - GitHub - PlayFab/PlayFabCLI: Tool for using PlayFab via CLI to migrate the title configurations and it stuck when updating drop tables? Are there any detailed reproduction steps and the detailed error messages? If there are, could you please provide the error messages, reproduction steps or two TitleIds for our reference?

Besides, if there is any issue in the CLI tools caused the drop table can't be migrated. You can navigate to [Game Manager]-> [Economy]->[Catalogs]->[Drop table] tab to download and update its JSON file to complete the migration manually.

0 Likes 0 ·
jrobinson avatar image jrobinson Sarah Zhang commented ·

No detailled error messages as it was an uncaught error in the CLI.

0 Likes 0 ·

1 Answer

·
jrobinson avatar image
jrobinson answered

My drop table had no data in it so the CLI was running an infinite loop waiting for the non-existent data to be uploaded.

I managed to fix this by modifying the executable.

Added the lines 612-617 in PlayFabMigrateTutlePackage.cs to avoid this issue, for anyone else coming across it.


1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

jrobinson avatar image jrobinson commented ·

PlayFabMigrateTitlePackage.cs *

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.