This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

[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

 Share

×
×
  • Create New...