2019-12-03 18:26:23 +00:00
<!DOCTYPE html>
<!-- [if IE 8]><html class="no - js lt - ie9" lang="en" > <![endif] -->
<!-- [if gt IE 8]><! --> < html class = "no-js" lang = "en" > <!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2020-08-09 23:31:12 +00:00
< title > Random discoveries — Royalnet 5.10.4 documentation< / title >
2019-12-03 18:26:23 +00:00
< script type = "text/javascript" src = "_static/js/modernizr.min.js" > < / script >
< script type = "text/javascript" id = "documentation_options" data-url_root = "./" src = "_static/documentation_options.js" > < / script >
2020-08-09 23:31:12 +00:00
< script src = "_static/jquery.js" > < / script >
< script src = "_static/underscore.js" > < / script >
< script src = "_static/doctools.js" > < / script >
< script src = "_static/language_data.js" > < / script >
2019-12-03 18:26:23 +00:00
< script type = "text/javascript" src = "_static/js/theme.js" > < / script >
< link rel = "stylesheet" href = "_static/css/theme.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/rygdocs.css" type = "text/css" / >
< link rel = "index" title = "Index" href = "genindex.html" / >
< link rel = "search" title = "Search" href = "search.html" / >
< link rel = "next" title = "API Reference" href = "apireference.html" / >
2020-02-03 17:23:31 +00:00
< link rel = "prev" title = "Using Tables and databases" href = "packs/table.html" / >
2019-12-03 18:26:23 +00:00
< / head >
< body class = "wy-body-for-nav" >
< div class = "wy-grid-for-nav" >
< nav data-toggle = "wy-nav-shift" class = "wy-nav-side" >
< div class = "wy-side-scroll" >
< div class = "wy-side-nav-search" >
< a href = "index.html" class = "icon icon-home" > Royalnet
< / a >
< div class = "version" >
2020-08-09 23:31:12 +00:00
5.10.4
2019-12-03 18:26:23 +00:00
< / div >
< div role = "search" >
< form id = "rtd-search-form" class = "wy-form" action = "search.html" method = "get" >
< input type = "text" name = "q" placeholder = "Search docs" / >
< input type = "hidden" name = "check_keywords" value = "yes" / >
< input type = "hidden" name = "area" value = "default" / >
< / form >
< / div >
< / div >
< div class = "wy-menu wy-menu-vertical" data-spy = "affix" role = "navigation" aria-label = "main navigation" >
< ul class = "current" >
2020-03-10 17:58:26 +00:00
< li class = "toctree-l1" > < a class = "reference internal" href = "packs/pack.html" > Royalnet Packs< / a > < / li >
2019-12-03 18:26:23 +00:00
< li class = "toctree-l1 current" > < a class = "current reference internal" href = "#" > Random discoveries< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "#discord-websocket-undocumented-error-codes" > Discord websocket undocumented error codes< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "apireference.html" > API Reference< / a > < / li >
< / ul >
< / div >
< / div >
< / nav >
< section data-toggle = "wy-nav-shift" class = "wy-nav-content-wrap" >
< nav class = "wy-nav-top" aria-label = "top navigation" >
< i data-toggle = "wy-nav-top" class = "fa fa-bars" > < / i >
< a href = "index.html" > Royalnet< / a >
< / nav >
< div class = "wy-nav-content" >
< div class = "rst-content" >
< div role = "navigation" aria-label = "breadcrumbs navigation" >
< ul class = "wy-breadcrumbs" >
< li > < a href = "index.html" > Docs< / a > » < / li >
< li > Random discoveries< / li >
< li class = "wy-breadcrumbs-aside" >
< a href = "_sources/randomdiscoveries.rst.txt" rel = "nofollow" > View page source< / a >
< / li >
< / ul >
< hr / >
< / div >
< div role = "main" class = "document" itemscope = "itemscope" itemtype = "http://schema.org/Article" >
< div itemprop = "articleBody" >
< div class = "section" id = "random-discoveries" >
< h1 > Random discoveries< a class = "headerlink" href = "#random-discoveries" title = "Permalink to this headline" > ¶< / a > < / h1 >
< p > Here are some things that were found out while developing the bot.< / p >
< div class = "section" id = "discord-websocket-undocumented-error-codes" >
< h2 > Discord websocket undocumented error codes< a class = "headerlink" href = "#discord-websocket-undocumented-error-codes" title = "Permalink to this headline" > ¶< / a > < / h2 >
< table class = "docutils align-default" >
< colgroup >
< col style = "width: 22%" / >
< col style = "width: 78%" / >
< / colgroup >
< thead >
< tr class = "row-odd" > < th class = "head" > < p > Code< / p > < / th >
< th class = "head" > < p > Reason< / p > < / th >
< / tr >
< / thead >
< tbody >
2020-01-30 18:33:15 +00:00
< tr class = "row-even" > < td > < p > 1004< / p > < / td >
< td > < p > Discord timed out…?< / p > < / td >
2019-12-03 18:26:23 +00:00
< / tr >
< tr class = "row-odd" > < td > < p > 1006< / p > < / td >
2020-01-30 18:33:15 +00:00
< td > < p > Heartbeat stopped< / p > < / td >
< / tr >
< tr class = "row-even" > < td > < p > 1006< / p > < / td >
2019-12-03 18:26:23 +00:00
< td > < p > Failed authentication< / p > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< / div >
< / div >
< / div >
< footer >
< div class = "rst-footer-buttons" role = "navigation" aria-label = "footer navigation" >
< a href = "apireference.html" class = "btn btn-neutral float-right" title = "API Reference" accesskey = "n" rel = "next" > Next < span class = "fa fa-arrow-circle-right" > < / span > < / a >
2020-02-03 17:23:31 +00:00
< a href = "packs/table.html" class = "btn btn-neutral float-left" title = "Using Tables and databases" accesskey = "p" rel = "prev" > < span class = "fa fa-arrow-circle-left" > < / span > Previous< / a >
2019-12-03 18:26:23 +00:00
< / div >
< hr / >
< div role = "contentinfo" >
< p >
2020-08-09 23:31:12 +00:00
© Copyright 2020, Stefano Pigozzi
2019-12-03 18:26:23 +00:00
< / p >
< / div >
Built with < a href = "http://sphinx-doc.org/" > Sphinx< / a > using a < a href = "https://github.com/rtfd/sphinx_rtd_theme" > theme< / a > provided by < a href = "https://readthedocs.org" > Read the Docs< / a > .
< / footer >
< / div >
< / div >
< / section >
< / div >
< script type = "text/javascript" >
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
< / script >
< / body >
< / html >