Git Product home page Git Product logo

faux-legacy's People

Contributors

0x70b1a5 avatar midsum-salrux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

faux-legacy's Issues

No module named 'quinnat'

During installation process when running 'python3 faux/faux.py' this error comes up:

Traceback (most recent call last):
File "faux/faux.py", line 3, in
import quinnat
ModuleNotFoundError: No module named 'quinnat'

I've installed quinnat. What do I do?

Unicode emoji from discord break urbit -> discord

When a unicode emoji, such as :smile: is sent in the Discord channel, it renders as ������ in the Urbit channel and the python terminal gives the following message:

 Process Process-4:
Process Process-2:
Traceback (most recent call last):
  File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
Traceback (most recent call last):
  File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "faux.py", line 135, in urbit_runner
    listener.run()
  File "faux.py", line 121, in run
    self.urbit_client.listen(urbit_listener)
  File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "faux.py", line 135, in urbit_runner
    listener.run()
  File "faux.py", line 121, in run
    self.urbit_client.listen(urbit_listener)
  File "/home/urbot/.local/lib/python3.8/site-packages/quinnat/quinnat.py", line 31, in listen
    for event in pipe.events():
  File "/home/urbot/.local/lib/python3.8/site-packages/sseclient/__init__.py", line 63, in events
    line = line.decode(self._char_enc)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 322: invalid continuation byte
  File "/home/urbot/.local/lib/python3.8/site-packages/quinnat/quinnat.py", line 31, in listen
    for event in pipe.events():
  File "/home/urbot/.local/lib/python3.8/site-packages/sseclient/__init__.py", line 63, in events
    line = line.decode(self._char_enc)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 322: invalid continuation byte

After this occurs, the Discord to Urbit bridge remains working, while the Urbit to Discord bridge stops working, and only works again after restarting Faux.
I am running Ubuntu 20.04 LTS on a cloud instance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.