08.05.2018, 21:22
Check your mapping, have you mixed using the streamer, and the native function, as that could cause trouble somewhere. All should be with one or the other for consistency.
And chuck a few prints in your code to see if it is stopping mid code, or if it's actually getting through it, and there's an issue with your code.
The print lines, are simply to see where your code is getting to, it's a simple debug method... You're trying to find out where exactly the code is getting to, and where it's stopping if it is, and this, will show it.
When the print line is executed, the server.log gets written to.
Should put a server.log up of a clean startup so we can see there aren't any errors being reported in there.
And chuck a few prints in your code to see if it is stopping mid code, or if it's actually getting through it, and there's an issue with your code.
The print lines, are simply to see where your code is getting to, it's a simple debug method... You're trying to find out where exactly the code is getting to, and where it's stopping if it is, and this, will show it.
When the print line is executed, the server.log gets written to.
Should put a server.log up of a clean startup so we can see there aren't any errors being reported in there.