m-h-c-t / mh-hunt-helper

Tool to help collect data, estimate attraction, catch, and drop rates for a popular game.
https://www.mhct.win
MIT License
7 stars 14 forks source link

Crown submission for hashtype snuids fails #96

Closed tehhowch closed 5 years ago

tehhowch commented 5 years ago

Per comments in Discord / https://github.com/DevJackSmith/mh-helper-extension/pull/15, any hunter with a "new" snuid style (i.e. those without a linked facebook account) cause an error when submitting to the MH Latest Crowns FusionTable, due to the snuid being a hash instead of an int/long.

Resolving this issue requires:

  1. Changing the column type in the FusionTable from Number to Text
  2. Updating the Apps Script endpoint that receives data from the extension (update shared in Discord PM)

The first is required, and the second ensures that the endpoint returns a valid response no matter what.

tehhowch commented 5 years ago

Resolved as of yesterday