Bumparoo / ir-gts

Automatically exported from code.google.com/p/ir-gts
0 stars 0 forks source link

52100 error on mac #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run gts.py in terminal, type m
2. Change DNS settings
3. go to GTS

What is the expected output? What do you see instead?
expected to see gts/got 52100 error over and over

What version of the product are you using? On what operating system?
Latest version on homepage / Mac OSX 10.6.4

Please provide any additional information below.

Original issue reported on code.google.com by jf1...@gmail.com on 6 Nov 2010 at 3:54

GoogleCodeExporter commented 8 years ago
Only happens when I tyrp "m", when i type "r" this happens in terminal:
...

Ready to receive from NDS
Connection Established.
Receiving Pokemon...
Traceback (most recent call last):
  File "/Users/jack/Downloads/ir-gts/gts.py", line 41, in <module>
    elif option.startswith('r'): getpkm()
  File "/Users/jack/Downloads/ir-gts/getpkm.py", line 93, in getpkm
    save(filename, decrypt)
  File "/Users/jack/Downloads/ir-gts/getpkm.py", line 64, in save
    with open(fullpath, 'wb') as f:
IOError: [Errno 2] No such file or directory: 'Pokemon/X.pkm'
...
I've tried it with several pokemon

Original comment by jf1...@gmail.com on 6 Nov 2010 at 4:12

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
If anyone else has this problem, heres how to fix it (I emailed him and got 
response)

type cd /users/jack/downloads/ir-gts (or whatever the path to the ir-gts folder 
is) BEFORE you type sudo python... then it should work

Original comment by jf1...@gmail.com on 21 Nov 2010 at 4:08