Gamer125 / fofix

Automatically exported from code.google.com/p/fofix
0 stars 0 forks source link

AttributeError: 'long' object has no attribute'split' #1293

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Whenever I finish a song, I get an error message, lose connection, and my 
screen goes black. AttributeError: 'long' object has no attribute 'split'

Start game
Pass song
Skip score screen

FoF: v3.121 Final
Python: 1.9
OpSys: Intel Pentium(Win7)

[ 2791.326000] (E) Recursive exception:
Traceback (most recent call last):
  File "GameEngine.pyo", line 1047, in run
  File "GameEngine.pyo", line 1022, in main
  File "View.pyo", line 216, in render
  File "Dialogs.pyo", line 332, in render
  File "Dialogs.pyo", line 160, in wrapText
AttributeError: 'long' object has no attribute 'split'

[ 2791.326000] (D) Stopping server.
[ 2791.326000] (D) 9 phrases taught.
[ 2791.332000] (D) 10 phrases taught.
[ 2791.332000] (N) AttributeError: 'long' object has no attribute 'split'
[ 2791.332000] (D) View: Push: MessageScreen
[ 3470.606000] (D) View: Pop: MessageScreen
[ 3470.838000] (E) Score upload error: [Errno socket error] (11004, 
'getaddrinfo failed')
Traceback (most recent call last):
  File "GameResultsScene.pyo", line 556, in uploadHighscores
  File "urllib.pyo", line 82, in urlopen
  File "urllib.pyo", line 190, in open
  File "urllib.pyo", line 313, in open_http
  File "httplib.pyo", line 798, in endheaders
  File "httplib.pyo", line 679, in _send_output
  File "httplib.pyo", line 646, in send
  File "httplib.pyo", line 614, in connect
IOError: [Errno socket error] (11004, 'getaddrinfo failed')

[ 3471.083000] (D) View: Pop: MessageScreen

I was able to play one song just fine, but I had changed my theme to 
MegaLightGH, and then the issues occurred. I have since changed this back. I 
have looked through the 'Issues' section, and did find solutions to problems 
similar to mine, however, none to my exact issue. Also, I am not educated in 
the coding language, so if it is not asking too much, please try to provide an 
answer that is not too complex. (Or at least some form of pointers. I know this 
is very tedious and annoying, and I apologize, but I am a big fan of FoFix and 
would like to keep playing, without deleting everything.)
I believed this to have something to do with Python, but I can run normal FoF 
just fine.

Original issue reported on code.google.com by SlickYo...@gmail.com on 25 Jan 2014 at 11:14

GoogleCodeExporter commented 8 years ago
Never mind. I just went in, and deleted all of my .fofix-cache files. Working 
like a charm again.

Original comment by SlickYo...@gmail.com on 26 Jan 2014 at 7:58