Giter VIP home page Giter VIP logo

Comments (5)

Evidlo avatar Evidlo commented on August 24, 2024

This should be fixed in the latest version 1.0.3. Let me know what happens.

from picklecast.

pascalin avatar pascalin commented on August 24, 2024

Great! I will try it. Thank you.

from picklecast.

pascalin avatar pascalin commented on August 24, 2024

I got a FileNotFound error:

Traceback (most recent call last):
File "/home/user/.env/bin/picklecast", line 33, in
sys.exit(load_entry_point('picklecast==1.0.3', 'console_scripts', 'picklecast')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/user/.env/lib/python3.11/site-packages/picklecast/picklecast.py", line 214, in main
args.func(**vars(args))
File "/home/user/.env/lib/python3.11/site-packages/picklecast/picklecast.py", line 146, in install_service
dest.write_text(service_text)
File "/usr/lib/python3.11/pathlib.py", line 1079, in write_text
with self.open(mode='w', encoding=encoding, errors=errors, newline=newline) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/pathlib.py", line 1045, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.config/systemd/user/picklecast.service'

Creating the folder and copying the .service file from picklecast distributed files should solve the issue:

$ mkdir -p /home/user/.config/systemd/user/
$ cp /home/user/env/lib/python3.11/site-packages/picklecast/picklecast.service /home/user/.config/systemd/user/
$ picklecast install_service
Installed service to /home/kiosk/.config/systemd/user/picklecast.service
Enable the service by running:
systemctl --user daemon-reload
systemctl --user start picklecast

from picklecast.

Evidlo avatar Evidlo commented on August 24, 2024

Thanks, I've fixed that too.

from picklecast.

pascalin avatar pascalin commented on August 24, 2024

Thank you 👍 It's is working now.

from picklecast.

Related Issues (3)

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.