Difference between revisions of "Errors"

From Titan Wiki
Jump to navigation Jump to search
m (added excuse)
m (Added stuff)
Line 4: Line 4:
 
----
 
----
  
'''This site is not complete yet, sorry about that!'''
+
'''This site does not show ALL possible errors, as we haven't encountered them all yet. But please, let us know if your error is not listed here!'''
  
 
----
 
----
 +
 +
==Common Errors==
  
 
<code>ios_base::failbit set: iostream stream error</code> - Can't create file or insufficient permissions to write file to location.
 
<code>ios_base::failbit set: iostream stream error</code> - Can't create file or insufficient permissions to write file to location.
Line 28: Line 30:
 
<code>Invalid session key or password.</code> - You've either entered wrong password to connect to this router, or you've provided an invalid session key.
 
<code>Invalid session key or password.</code> - You've either entered wrong password to connect to this router, or you've provided an invalid session key.
 
:'''Solution:''' First; enter the correct password. Second; reconnect.
 
:'''Solution:''' First; enter the correct password. Second; reconnect.
 +
 +
==OSX Specific Errors==
 +
 +
<code>terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'<br/>
 +
what(): eventfd_select_interrupter: Too many open files<br/>
 +
Aborted</code>
 +
:'''Solution:''' Go to the .toml file, and reduce the number of threads.

Revision as of 17:43, 29 July 2017

If you experience any errors, this page should help you resolve them.
If your error is not listed here, make sure to Contact Us, and we will make sure to give you a solution as well as add it on this page.


This site does not show ALL possible errors, as we haven't encountered them all yet. But please, let us know if your error is not listed here!


Common Errors

ios_base::failbit set: iostream stream error - Can't create file or insufficient permissions to write file to location.

Solution: Change the download location to a folder you have write permissions, or run Titan as an elevated user.

resolve: No such host is known - Can't resolve the given URL. Often appears when you've entered an invalid URL as a router to connect to.

Solution: Make sure you got your URL correct (protocol defined URLs are not supported. Make sure your link is like "router.titan.com" and NOT like "http://router.titan.com/") Alternatively use an IP.

connect: An operation was attempted on something that is not a socket - {Insert professional statement here}

Solution: Make sure that the specified router is online, you've entered the correct address and port, and that you are able to communicate with the router at all as they might have blocked you :-(.

read_until: A blocking operation was interrupted by a call to WSACancelBlockingCall - {insert a very professional statement here}

Solution: idk

read_until: End of file - {insert some 31337 statement here}

Solution: idk

connect: No connection could be made because the target machine actively refused it - The machine is refusing your connection attempt.

Solution: Make sure the machine you're trying to connect to is accepting connections through the port you've specified, and that it's running a Titan router.

Invalid session key or password. - You've either entered wrong password to connect to this router, or you've provided an invalid session key.

Solution: First; enter the correct password. Second; reconnect.

OSX Specific Errors

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
what(): eventfd_select_interrupter: Too many open files
Aborted

Solution: Go to the .toml file, and reduce the number of threads.