Forged Alliance Forever Forged Alliance Forever Forums 2018-01-31T07:52:48+02:00 /feed.php?f=3&t=12997 2018-01-31T07:52:48+02:00 2018-01-31T07:52:48+02:00 /viewtopic.php?t=12997&p=160135#p160135 <![CDATA[Re: can't log in FA Forever]]> Statistics: Posted by Aaradhya — 31 Jan 2018, 07:52


]]>
2016-11-10T22:10:13+02:00 2016-11-10T22:10:13+02:00 /viewtopic.php?t=12997&p=138799#p138799 <![CDATA[Re: can't log in FA Forever]]> Statistics: Posted by Den_sp — 10 Nov 2016, 22:10


]]>
2016-11-09T15:57:35+02:00 2016-11-09T15:57:35+02:00 /viewtopic.php?t=12997&p=138675#p138675 <![CDATA[Re: can't log in FA Forever]]>
Den_sp wrote:
Python 3.4 installed program
File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module>


It still says that Python 2.7 is handling the requests.

Deinstall Python 2.7.

Statistics: Posted by Vanguard — 09 Nov 2016, 15:57


]]>
2016-11-08T17:43:41+02:00 2016-11-08T17:43:41+02:00 /viewtopic.php?t=12997&p=138577#p138577 <![CDATA[Re: can't log in FA Forever]]> I reset faf:

2016-11-08 19:40:20,846 INFO root FAF version: 0.11.60+577 Environment: production
2016-11-08 19:40:21,223 INFO __main__ >>> --------------------------- Application Launch
2016-11-08 19:40:21,931 INFO faf.secondaryServer.Statistic Instantiating secondary server.
2016-11-08 19:40:21,944 INFO util Read common stylesheet: client/client.css
2016-11-08 19:40:22,085 INFO util Read common stylesheet: stats/formatters/style.css
2016-11-08 19:40:22,101 INFO faf.secondaryServer.Tournament Instantiating secondary server.
2016-11-08 19:40:22,102 INFO util Read common stylesheet: tournaments/formatters/style.css
2016-11-08 19:40:22,105 ERROR __main__ Uncaught exception
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module>
File "src/__main__.py", line 103, in <module>
File "src/__main__.py", line 71, in runFAF
File "src\client\_clientwindow.py", line 506, in setup
File "src\vault\__init__.py", line 45, in __init__
File "src\vault\__init__.py", line 59, in reloadView
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-8: ordinal not in range(128)
2016-11-08 19:40:22,115 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): api.dev.faforever.com

Statistics: Posted by Den_sp — 08 Nov 2016, 17:43


]]>
2016-11-06T20:52:55+02:00 2016-11-06T20:52:55+02:00 /viewtopic.php?t=12997&p=138469#p138469 <![CDATA[Re: can't log in FA Forever]]>
An answer as follows;
The problem is that you are using Python 2, where there is a deceiving .decode method available on Unicode strings. Use python3 and the problem magically goes away, as u''.decode would cause AttributeError: 'str' object has no attribute 'decode' instead. – Antti Haapala Feb 16 '15 at 15:30

I have Python 3.4 on my PC and no problems with it.
Just trying to help.

Statistics: Posted by MutantGenepool — 06 Nov 2016, 20:52


]]>
2016-11-06T11:30:42+02:00 2016-11-06T11:30:42+02:00 /viewtopic.php?t=12997&p=138429#p138429 <![CDATA[Re: can't log in FA Forever]]> Statistics: Posted by Den_sp — 06 Nov 2016, 11:30


]]>
2016-11-06T11:27:56+02:00 2016-11-06T11:27:56+02:00 /viewtopic.php?t=12997&p=138428#p138428 <![CDATA[Re: can't log in FA Forever]]>
MutantGenepool wrote:
Thing that's fixed mine so far is to reset your dns.

https://www.wiknix.com/err_name_resolution_failed-error-solved/

I got my ISP to go through with me to reset the DNS via my modem. The link above is another way to reset it.
Good luck


I have fulfilled all the commands :
How To Fix err_name_resolution_failed in Google Chrome

Run the below commands one by one in Command Prompt (Admin).

ipconfig /release
ipconfig /all
ipconfig /flushdns
ipconfig /renew

netsh int ip set dns
netsh winsock reset

After running the above commands, the message with an instruction to restart your PC will appear in cmd admin and so, “Restart” your PC to apply changes you made.

then reinstalled FAF . The result:
2016-11-06 13:22:16,075 INFO root FAF version: 0.11.60+577 Environment: production
2016-11-06 13:22:16,437 INFO __main__ >>> --------------------------- Application Launch
2016-11-06 13:22:16,903 INFO faf.secondaryServer.Statistic Instantiating secondary server.
2016-11-06 13:22:16,917 INFO util Read common stylesheet: client/client.css
2016-11-06 13:22:17,061 INFO util Read common stylesheet: stats/formatters/style.css
2016-11-06 13:22:17,079 INFO faf.secondaryServer.Tournament Instantiating secondary server.
2016-11-06 13:22:17,079 INFO util Read common stylesheet: tournaments/formatters/style.css
2016-11-06 13:22:17,082 ERROR __main__ Uncaught exception
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module>
File "src/__main__.py", line 103, in <module>
File "src/__main__.py", line 71, in runFAF
File "src\client\_clientwindow.py", line 506, in setup
File "src\vault\__init__.py", line 45, in __init__
File "src\vault\__init__.py", line 59, in reloadView
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-8: ordinal not in range(128)
2016-11-06 13:22:17,095 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): api.dev.faforever.com

Statistics: Posted by Den_sp — 06 Nov 2016, 11:27


]]>
2016-11-05T15:18:03+02:00 2016-11-05T15:18:03+02:00 /viewtopic.php?t=12997&p=138357#p138357 <![CDATA[Re: can't log in FA Forever]]> Statistics: Posted by Den_sp — 05 Nov 2016, 15:18


]]>
2016-11-04T11:07:25+02:00 2016-11-04T11:07:25+02:00 /viewtopic.php?t=12997&p=138298#p138298 <![CDATA[Re: can't log in FA Forever]]>
https://www.wiknix.com/err_name_resolution_failed-error-solved/

I got my ISP to go through with me to reset the DNS via my modem. The link above is another way to reset it.
Good luck

Statistics: Posted by MutantGenepool — 04 Nov 2016, 11:07


]]>
2016-10-30T14:16:59+02:00 2016-10-30T14:16:59+02:00 /viewtopic.php?t=12997&p=138071#p138071 <![CDATA[Re: can't log in FA Forever]]>
In your log it says "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py".

Do you have a Python interpreter/IDE/compiler installed on your computer? AFAIK installing FAF does not need a seperate Python installation, but your computer shows this path.

The current version of Python is 3.4.5, but your path suggests its version 2.7, which is from 2010.

It MIGHT be, that you have an outdated Python installation on your machine interfering with FAF?

Because this error "UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-8: ordinal not in range(128)" suggest that your FAF couldn´t encode Unicode/UTF8 - which is something Pythin might have only learned in later versions.

Sorry @ Someone more proficient with the matter, I am just trying to understand this.

Statistics: Posted by Vanguard — 30 Oct 2016, 14:16


]]>
2016-10-30T13:55:31+02:00 2016-10-30T13:55:31+02:00 /viewtopic.php?t=12997&p=138069#p138069 <![CDATA[Re: can't log in FA Forever]]> Statistics: Posted by Den_sp — 30 Oct 2016, 13:55


]]>
2016-10-30T13:54:09+02:00 2016-10-30T13:54:09+02:00 /viewtopic.php?t=12997&p=138067#p138067 <![CDATA[Re: can't log in FA Forever]]> 2016-10-30 15:52:47,085 INFO __main__ >>> --------------------------- Application Launch
2016-10-30 15:52:47,598 INFO faf.secondaryServer.Statistic Instantiating secondary server.
2016-10-30 15:52:47,611 INFO util Read common stylesheet: client/client.css
2016-10-30 15:52:47,762 INFO util Read common stylesheet: stats/formatters/style.css
2016-10-30 15:52:47,779 INFO faf.secondaryServer.Tournament Instantiating secondary server.
2016-10-30 15:52:47,779 INFO util Read common stylesheet: tournaments/formatters/style.css
2016-10-30 15:52:47,782 ERROR __main__ Uncaught exception
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module>
File "src/__main__.py", line 103, in <module>
File "src/__main__.py", line 71, in runFAF
File "src\client\_clientwindow.py", line 506, in setup
File "src\vault\__init__.py", line 45, in __init__
File "src\vault\__init__.py", line 59, in reloadView
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-8: ordinal not in range(128)
2016-10-30 15:52:47,793 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): api.dev.faforever.com

Statistics: Posted by Den_sp — 30 Oct 2016, 13:54


]]>
2016-10-28T19:50:56+02:00 2016-10-28T19:50:56+02:00 /viewtopic.php?t=12997&p=137997#p137997 <![CDATA[Re: can't log in FA Forever]]> Statistics: Posted by Den_sp — 28 Oct 2016, 19:50


]]>
2016-10-14T19:01:16+02:00 2016-10-14T19:01:16+02:00 /viewtopic.php?t=12997&p=137202#p137202 <![CDATA[Re: can't log in FA Forever]]> Statistics: Posted by Den_sp — 14 Oct 2016, 19:01


]]>
2016-09-20T20:15:03+02:00 2016-09-20T20:15:03+02:00 /viewtopic.php?t=12997&p=135905#p135905 <![CDATA[Re: can't log in FA Forever]]> Statistics: Posted by Den_sp — 20 Sep 2016, 20:15


]]>