Results 87 comments of Yannik Marchand

I'm not sure why it calls RequestTicket, because your `validate_and_request_ticket_with_custom_data` method looks fine to me. The `server_time` field doesn't exist, but that shouldn't cause any problems. Your `request_ticket` method is...

Probably not. The token is blank because the ips patch disables NSO authentication.

Wait sorry. > the ips patch disables NSO authentication. This is wrong. You are not using my ips patch of course. I forgot we are talking about Splatoon 2 instead...

It probably tries to log in anonymously if you use prudp instead of prudps, but the server only accepts connection requests with credentials. If you remove `key=SERVER_KEY` from the line...

> I think it has to with the key in `validate_and_request_ticket_with_custom_data`. I don't think so. The error code is probably misleading. For special user accounts, such as `Administrator`, the key...

Looks like your server is using SSL but the client is not. So, either remove SSL from your server or make sure that the client uses SSL.

Wait sorry I misread your comment. I don't have any experience with heroku, but I would guess that there is some kind of load balancer or proxy in front of...

That is probably a problem in your match making implementation. I don't think I can help you with that, sorry. Also, Splatoon 2 doesn't use libeagle, so you can probably...

NAT traversal is not the same as NAT check. The nncs servers use a completely different protocol and are not implemented by my Python package. You either need to implement...

I've written a bot that sends me an email whenever a title is updated. Still need to update games.py manually, but at least I'm notified of updates immediately now. I...