Giter VIP home page Giter VIP logo

Comments (12)

bchatard avatar bchatard commented on June 8, 2024

@Knapsack44 thanks for your support and issue reporting :)
I will look on this issue asap

from alfred-jetbrains.

bchatard avatar bchatard commented on June 8, 2024

@Knapsack44
I can't reproduce the issue

image

I just released a new version, with a bug fix, can you give a try to latest version?

from alfred-jetbrains.

Knapsack44 avatar Knapsack44 commented on June 8, 2024

@bchatard Thanks for your lightning fast response.
Now the projects get listed but I still can't open them. See https://v.usetapes.com/Eq6oKkUhjG

from alfred-jetbrains.

Knapsack44 avatar Knapsack44 commented on June 8, 2024

Here's the full debug log:

Starting debug for 'JetBrains - Open Project - v3'

[2019-04-11 16:51:48][input.scriptfilter] Queuing argument ''
[2019-04-11 16:51:49][input.scriptfilter] Script with argument '' finished
[2019-04-11 16:51:49][input.scriptfilter] {
	"items": [
		{
			"uid": "project with spaces",
			"title": "project with spaces",
			"match": "project with spaces",
			"subtitle": "/Users/markus/PycharmProjects/project with spaces",
			"arg": "/Users/markus/PycharmProjects/project with spaces",
			"autocomplete": "project with spaces",
			"text": {
				"copy": "/Users/markus/PycharmProjects/project with spaces",
				"largetype": "project with spaces"
			},
			"icon": {
				"path": "/Users/markus/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/191.6605.12/PyCharm.app",
				"type": "fileicon"
			},
			"variables": {
				"jb_project_name": "project with spaces",
				"jb_bin": "/usr/local/bin/pycharm"
			}
		},
		{
			"uid": "testproject",
			"title": "testproject",
			"match": "testproject",
			"subtitle": "/Users/markus/PycharmProjects/Pfad mit Leerzeichen/testproject",
			"arg": "/Users/markus/PycharmProjects/Pfad mit Leerzeichen/testproject",
			"autocomplete": "testproject",
			"text": {
				"copy": "/Users/markus/PycharmProjects/Pfad mit Leerzeichen/testproject",
				"largetype": "testproject"
			},
			"icon": {
				"path": "/Users/markus/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/191.6605.12/PyCharm.app",
				"type": "fileicon"
			},
			"variables": {
				"jb_project_name": "testproject",
				"jb_bin": "/usr/local/bin/pycharm"
			}
		},
		{
			"uid": "Themis Parser",
			"title": "Themis Parser",
			"match": "Themis Parser",
			"subtitle": "/Users/markus/Seafile/Meine Bibliothek/Dokumente/FH-Trier/2017WS/Projektstudium/Themis Stuff/Themis Parser",
			"arg": "/Users/markus/Seafile/Meine Bibliothek/Dokumente/FH-Trier/2017WS/Projektstudium/Themis Stuff/Themis Parser",
			"autocomplete": "Themis Parser",
			"text": {
				"copy": "/Users/markus/Seafile/Meine Bibliothek/Dokumente/FH-Trier/2017WS/Projektstudium/Themis Stuff/Themis Parser",
				"largetype": "Themis Parser"
			},
			"icon": {
				"path": "/Users/markus/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/191.6605.12/PyCharm.app",
				"type": "fileicon"
			},
			"variables": {
				"jb_project_name": "Themis Parser",
				"jb_bin": "/usr/local/bin/pycharm"
			}
		},
		{
			"uid": "PythonPlayground",
			"title": "PythonPlayground",
			"match": "PythonPlayground",
			"subtitle": "/Users/markus/PycharmProjects/PythonPlayground",
			"arg": "/Users/markus/PycharmProjects/PythonPlayground",
			"autocomplete": "PythonPlayground",
			"text": {
				"copy": "/Users/markus/PycharmProjects/PythonPlayground",
				"largetype": "PythonPlayground"
			},
			"icon": {
				"path": "/Users/markus/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/191.6605.12/PyCharm.app",
				"type": "fileicon"
			},
			"variables": {
				"jb_project_name": "PythonPlayground",
				"jb_bin": "/usr/local/bin/pycharm"
			}
		},
		{
			"uid": "untitled",
			"title": "untitled",
			"match": "untitled",
			"subtitle": "/Users/markus/PycharmProjects/untitled",
			"arg": "/Users/markus/PycharmProjects/untitled",
			"autocomplete": "untitled",
			"text": {
				"copy": "/Users/markus/PycharmProjects/untitled",
				"largetype": "untitled"
			},
			"icon": {
				"path": "/Users/markus/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/191.6605.12/PyCharm.app",
				"type": "fileicon"
			},
			"variables": {
				"jb_project_name": "untitled",
				"jb_bin": "/usr/local/bin/pycharm"
			}
		},
		{
			"title": "Retrieve Product: 35ms",
			"icon": {
				"path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Clock.icns"
			}
		},
		{
			"title": "Retrieve Projects: 9ms",
			"icon": {
				"path": "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Clock.icns"
			}
		}
	]
}
[2019-04-11 16:51:51][input.scriptfilter] Processing output of 'action.script' with arg '/Users/markus/PycharmProjects/project with spaces'
[2019-04-11 16:51:51][ERROR: action.script] The file /Users/markus/PycharmProjects/project\ with\ spaces does not exist.
[2019-04-11 16:51:51][action.script] Processing output of 'output.notification' with arg 'project with spaces
'

from alfred-jetbrains.

bchatard avatar bchatard commented on June 8, 2024

Indeed the bash part of the workflow doesn't handle space in directory name

from alfred-jetbrains.

bchatard avatar bchatard commented on June 8, 2024

@Knapsack44 please take a look on latest version (1.0.8)

from alfred-jetbrains.

Knapsack44 avatar Knapsack44 commented on June 8, 2024

Still getting the same behaviour and error with 1.0.8

Full Debug Log

from alfred-jetbrains.

bchatard avatar bchatard commented on June 8, 2024

Can you check if the configuration is ok in the workflow?

issue_12

from alfred-jetbrains.

Knapsack44 avatar Knapsack44 commented on June 8, 2024

Seems fine.
image

from alfred-jetbrains.

bchatard avatar bchatard commented on June 8, 2024

could you try to add " around ${QUERY}

- $(${BIN} ${QUERY})
+ $(${BIN} "${QUERY}")

from alfred-jetbrains.

Knapsack44 avatar Knapsack44 commented on June 8, 2024

Great, that fixed the issue.

from alfred-jetbrains.

bchatard avatar bchatard commented on June 8, 2024

Thanks for your help! I will released the real fix now

from alfred-jetbrains.

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.