Giter VIP home page Giter VIP logo

Comments (3)

ibennetch avatar ibennetch commented on September 27, 2024

Running curl https://demo.phpmyadmin.net/versions.ini from the server seems to give expected output, so it's likely not a problem with the actual versions.ini file.

from website.

williamdes avatar williamdes commented on September 27, 2024

It makes me think it could be some python issue
The planet command is also failing, local exec works fine too

from website.

williamdes avatar williamdes commented on September 27, 2024

The hidden error is startswith first arg must be bytes or a tuple of bytes, not str

Traceback (most recent call last):
  File "/website/./manage.py", line 31, in <module>
    execute_from_command_line(sys.argv)
  File "/home/williamdes/.local/lib/python3.11/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
    utility.execute()
  File "/home/williamdes/.local/lib/python3.11/site-packages/django/core/management/__init__.py", line 413, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/williamdes/.local/lib/python3.11/site-packages/django/core/management/base.py", line 354, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/home/williamdes/.local/lib/python3.11/site-packages/django/core/management/base.py", line 398, in execute
    output = self.handle(*args, **options)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/website/demo/management/commands/fetch_versions.py", line 52, in handle
    config.readfp(handle)
  File "/usr/lib/python3.11/configparser.py", line 779, in readfp
    self.read_file(fp, source=filename)
  File "/usr/lib/python3.11/configparser.py", line 734, in read_file
    self._read(f, source)
  File "/usr/lib/python3.11/configparser.py", line 1052, in _read
    if line.strip().startswith(prefix):
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

from website.

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.