GithubHelp home page GithubHelp logo

Comments (8)

wustho avatar wustho commented on September 26, 2024

That's pretty strange... Somehow I cannot recreate the issue when resizing.

Can you elaborate step by step to reproduce the error?

from epy.

rekinyz avatar rekinyz commented on September 26, 2024
  1. installed python 3.9.13 with asdf-vm
  2. tested on two different laptops with pure ubuntu and wsl2 respectively.
  3. created a clean python 3.9.13 .venv
  4. installed epy-reader latest version which is (2022.4.18) with poetry
  5. opened up randomly an .epub
  6. tried to resize terminal window
  7. epy crashed
Traceback (most recent call last):
  File "/home/user/.venv/bin/epy", line 8, in <module>
    sys.exit(main())
  File "/home/user/.venv/lib/python3.9/site-packages/epy.py", line 3988, in main
    filepath = curses.wrapper(preread, filepath)
  File "/home/user/.asdf/installs/python/3.9.13/lib/python3.9/curses/__init__.py", line 94, in wrapper
    return func(stdscr, *args, **kwds)
  File "/home/user/.venv/lib/python3.9/site-packages/epy.py", line 3887, in preread
    reading_state_or_ebook = reader.read(reading_state)
  File "/home/user/.venv/lib/python3.9/site-packages/epy.py", line 3156, in read
    board.write(reading_state.row)
  File "/home/user/.venv/lib/python3.9/site-packages/epy.py", line 1715, in write
    self.screen.addstr(n_row, self.x, text_line)
_curses.error: addwstr() returned ERR

from epy.

wustho avatar wustho commented on September 26, 2024

Thanks for complete traceback! Will look into that.

Another question, does it work for other epub file?

from epy.

rekinyz avatar rekinyz commented on September 26, 2024

nope, tested on diverse epub files and even with different languages

from epy.

3N4N avatar 3N4N commented on September 26, 2024

I also cannot reproduce. In Ubuntu 20.04 with python 3, epy handles resizing terminal beautifully.

Although, in Windows, resizing the terminal garbles the screen and remains garbled when resized back to original size. But I suspect that's a Windows-specific (win-curses) issue.

from epy.

indam avatar indam commented on September 26, 2024

Having the same issue here, crashes with this book when I turn to content pages, manjaro linux.
https://drive.google.com/file/d/1thTzyoGivHRBOa-yr1mys7-3W15PGHVe/view?usp=sharing

from epy.

wustho avatar wustho commented on September 26, 2024

This seems to be a bug with python's curses itself: https://bugs.python.org/issue8243

Kinda fixed it for epy version v2023.2.8, so if you guys want to try upgrading it via pip and let me know if the issue still persist.

from epy.

indam avatar indam commented on September 26, 2024

This seems to be a bug with python's curses itself: https://bugs.python.org/issue8243

Kinda fixed it for epy version v2023.2.8, so if you guys want to try upgrading it via pip and let me know if the issue still persist.

Thank you for your great work, this issue was fixed.

from epy.

Related Issues (20)

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.