Advertisement
Guest User

error plusdede

a guest
Jul 22nd, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ERROR 22/07/17-02:50:34 [websocket.py run ] Traceback (most recent call last):
  2. File "C:\Users\Viktor\pelisalacarta\WebSocket.py", line 70, in run
  3. controller.run(path)
  4. File "C:\Users\Viktor\pelisalacarta\platformcode\controllers\html.py", line 46, in run
  5. launcher.run(item)
  6. File "C:\Users\Viktor\pelisalacarta\platformcode\launcher.py", line 145, in run
  7. exec "itemlist = channelmodule." + item.action + "(item)"
  8. File "<string>", line 1, in <module>
  9. File "C:\Users\Viktor\pelisalacarta\channels\plusdede.py", line 58, in mainlist
  10. result = login()
  11. File "C:\Users\Viktor\pelisalacarta\channels\plusdede.py", line 40, in login
  12. post = "_token="+token+"&email="+config.get_setting("plusdedeuser", "plusdede")+"&password="+config.get_setting("plusdedepassword", "plusdede")+"&popup=1"
  13. TypeError: cannot concatenate 'str' and 'int' objects
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement