Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kick code not working #60

Closed
k4n30 opened this issue Jan 12, 2013 · 1 comment
Closed

Kick code not working #60

k4n30 opened this issue Jan 12, 2013 · 1 comment

Comments

@k4n30
Copy link
Contributor

k4n30 commented Jan 12, 2013

Getting alot of these:

Scanning .Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\pyBEscanner\pyBEscanner.py", line 296, in
main.start()
File "C:\Users\Administrator\Desktop\pyBEscanner\pyBEscanner.py", line 252, in start
logs_battleye.Scanner(server).scan()
File "C:\Users\Administrator\Desktop\pyBEscanner\modules\logs_battleye.py", line 216, in scan
self.scan_battleye_logs(log)
File "C:\Users\Administrator\Desktop\pyBEscanner\modules\logs_battleye.py", line 121, in scan_battleye_logs
self.update_kicks(x, self.log_scanner.kicklist, update=True)
File "C:\Users\Administrator\Desktop\pyBEscanner\modules\logs_battleye.py", line 181, in update_kicks
self.kicks.synckicks()
File "C:\Users\Administrator\Desktop\pyBEscanner\modules\logs_battleye.py", line 424, in synckicks
with open(self.kicks_file, "a", encoding='utf8') as f_kicks:
TypeError: 'encoding' is an invalid keyword argument for this function

Issue with filters or code?

@Torndeco
Copy link
Owner

Should be fixed now, was part of code from pyBEscanner & forgot to remove the encoding option from open kicks file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants