Hacking NUSGrabber isn't working

  • Thread starter Thread starter Gourmet
  • Start date Start date
  • Views Views 2,783
  • Replies Replies 3

Gourmet

Banned!
Banned
Joined
Sep 17, 2015
Messages
121
Reaction score
67
Trophies
0
XP
113
Country
Brazil
The New nusgrabber GUI says "Title not found on Nintendo's servers", the command line version simply gives no answer when I try using it.

Both splatoon and pokkén updated yesterday. Is it just me or two new versions appeared for pokkén on nusgrabber?
 
FWIW, I notice the plain "tmd" file (with no .NNN) can take a while to be updated on the CDN servers, even if the newer "tmd.NNN" is available via the CDN.

I've updated nuspy to optionally fetch the xml version info from tagaya and stash it in a local sqlite DB.

This lets you do things like list when each version was released:
(I'm using the http "Last-Modified" headers to get the datetime, it looks like the CDN was rebuilt last year.)

sqlite3 tagaya.db "SELECT DISTINCT(title_version), DATETIME(last_modified, 'unixepoch') FROM region_title_info INNER JOIN region_list_info USING (list_version) WHERE title_id = '0005000E10176A00';"
48|2015-09-08 21:54:34
64|2015-09-08 21:54:35
80|2015-09-08 21:54:37
96|2015-09-08 21:54:38
112|2015-10-21 01:00:01
128|2015-11-13 01:00:02
144|2015-12-18 01:00:04
160|2016-01-20 01:00:03
176|2016-03-09 01:00:07
192|2016-04-13 01:11:30
 
  • Like
Reactions: Dust2dust

Site & Scene News

Popular threads in this forum