sohio Posted July 14, 2012 Share Posted July 14, 2012 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 More sharing options...
sohio Posted July 15, 2012 Author Share Posted July 15, 2012 With huge help from the IRC-Channel i get it working:I replaced the line:Ice.loadSlice('', ['-I' + Ice.getSliceDir(), cfg.ice.slice])withIce.loadSlice('', ['-I/usr/share/slice', cfg.ice.slice]) I hope, it helps some other guys, also Link to comment Share on other sites More sharing options...
Administrators kissaki Posted July 15, 2012 Administrators Share Posted July 15, 2012 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now