Jump to content
Mumble forums

[SOLVED] Problem with phpBB3auth.py


sohio
 Share

Recommended Posts

Hi there,


i have a problem with the phpBB3auth:

 

$ ./phpBB3auth.py
Traceback (most recent call last):
 File "./phpBB3auth.py", line 897, in <module>
   do_main_program()
 File "./phpBB3auth.py", line 225, in do_main_program
   Ice.loadSlice('', ['-I' + Ice.getSliceDir(), cfg.ice.slice])
TypeError: cannot concatenate 'str' and 'NoneType' objects

 

murmur version is murmur-static_x86-1.2.3, i've downloaded phpBB3auth.py script today, my system is a debian 6.0.5

Link to comment
Share on other sites

With huge help from the IRC-Channel i get it working:


I replaced the line:

Ice.loadSlice('', ['-I' + Ice.getSliceDir(), cfg.ice.slice])

with

Ice.loadSlice('', ['-I/usr/share/slice', cfg.ice.slice])

 

I hope, it helps some other guys, also

Link to comment
Share on other sites

  • Administrators

The script in the repository has been fixed for this issue, thanks to your reporting/asking. :)

So future users should not experience the same problem, provided they use the recent version of the script.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...