Fl4m3Ph03n1x

Fl4m3Ph03n1x

Elixir desktop application does open in Edge

Background

I am trying to run this TODO app by @dominicletz :
https://github.com/elixir-desktop/desktop-example-app

I have installed Erlang OTP 24.X, with wxWidgets and Elixir’s latest version.
I have also compiled sqlite for windows and everything is working… except for one thing:

When I run the app, I get an error:

As you can see here, Microsfot Edge cannot open a specific folder.

What I tried

I have created the folder manually, but nothing changed.
I also tried running the terminal (I am using cmder) with Admin permissions, but still, no luck.

Questions

What am I missing here?
How can I fix this?

Marked As Solved

Fl4m3Ph03n1x

Fl4m3Ph03n1x

After checking the run.bat file I found the issue. The script was trying to create a folder called "Todo" instead of Todo.

The following change fixes this script:

@echo off
set WX_APP_ICON="priv/icon.png"
set WX_APP_TITLE=Todo
iex -S mix

Hope it helps someone in the future.

Where Next?

Popular in Questions Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New

Other popular topics Top

nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New

We're in Beta

About us Mission Statement