Giter VIP home page Giter VIP logo

Comments (5)

eugenesvk avatar eugenesvk commented on June 20, 2024

Interesting, I don't have any issue with {} on Windows with fman 1.7.3
sbe-squiggly

Could you maybe share more details: full path name, fman version, full plugin settings file StatusBarExtended (Windows).json etc.
Also, are you able to execute the same path + "/*" glob in a regular python session?

from statusbarextended.

eugenesvk avatar eugenesvk commented on June 20, 2024

you might have [] brackets with some extra symbols in the path name (not in the file name), seems like a known glob design limitation (https://bugs.python.org/issue738361), e.g. this [A--_B] crashes glob (and this plugin) on both Windows and macOS

from statusbarextended.

eugenesvk avatar eugenesvk commented on June 20, 2024

You might want to use this updated plugin version as a temporary fix before it's merged to the new release — I think I've escaped all the glob meta chars https://docs.python.org/3/library/glob.html properly, so it shouldn't crash or anything, but any additional testing is appreciated

from statusbarextended.

Chaiavi avatar Chaiavi commented on June 20, 2024

Uninstalled the previous version, then installed the plugin (all within fman)

But got the following error:

Traceback (most recent call last):
  File "urllib\request.py", line 1318, in do_open
  File "http\client.py", line 1239, in request
  File "http\client.py", line 1285, in _send_request
  File "http\client.py", line 1234, in endheaders
  File "http\client.py", line 1026, in _send_output
  File "http\client.py", line 964, in send
  File "http\client.py", line 1392, in connect
  File "http\client.py", line 936, in connect
  File "socket.py", line 704, in create_connection
  File "socket.py", line 745, in getaddrinfo
socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\ahayun\AppData\Local\fman\Versions\1.7.3\Plugins\Core\core\github.py", line 76, in _get
    return urlopen(url).read()
  File "urllib\request.py", line 223, in urlopen
  File "urllib\request.py", line 532, in open
  File "urllib\request.py", line 642, in http_response
  File "urllib\request.py", line 564, in error
  File "urllib\request.py", line 504, in _call_chain
  File "urllib\request.py", line 756, in http_error_302
  File "urllib\request.py", line 526, in open
  File "urllib\request.py", line 544, in _open
  File "urllib\request.py", line 504, in _call_chain
  File "urllib\request.py", line 1361, in https_open
  File "urllib\request.py", line 1320, in do_open
urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "lib\site-packages\urllib3\connection.py", line 159, in _new_conn
  File "lib\site-packages\urllib3\util\connection.py", line 57, in create_connection
  File "socket.py", line 745, in getaddrinfo
socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "lib\site-packages\urllib3\connectionpool.py", line 600, in urlopen
  File "lib\site-packages\urllib3\connectionpool.py", line 343, in _make_request
  File "lib\site-packages\urllib3\connectionpool.py", line 839, in _validate_conn```

from statusbarextended.

Chaiavi avatar Chaiavi commented on June 20, 2024

Never mind, probably a fluke

It now succeeded installing it

from statusbarextended.

Related Issues (15)

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.