Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught Error: Cannot find module './pages/app' #875

Closed
anoadragon453 opened this issue Sep 2, 2016 · 5 comments
Closed

Uncaught Error: Cannot find module './pages/app' #875

anoadragon453 opened this issue Sep 2, 2016 · 5 comments

Comments

@anoadragon453
Copy link

anoadragon453 commented Sep 2, 2016

What version of WebTorrent Desktop? (See the 'About WebTorrent' menu)
Version 0.13.1 (0.96.4) - b93f41f

What operating system and version?
Arch Linux x64

What did you do?
Seeded some low-peer torrents and restarted app.

What did you expect to happen?
See the list of torrents.

What actually happened?
screenshot_2016-09-02_01-36-38
screenshot_2016-09-02_01-36-39

I was experiencing #854 so I updated to the latest commit in hopes to fix the issue, however I am presented with the same issue but with a new exception.

Here is my config.json: [REMOVED]

Thanks!

@mathiasvr
Copy link
Contributor

Thanks for reporting, both errors should be fixed in the next release.

Right now you would have to remove all torrent entries with "status": "new" from your config.json.
For future reference I recommend that people do not post their config.json.

@dcposch We may want to release soon, to decrease #854 related errors.

@dcposch
Copy link
Contributor

dcposch commented Sep 3, 2016

@mathiasvr sounds good, i'll try to ship 0.14.0 later today

@anoadragon453
Copy link
Author

anoadragon453 commented Sep 4, 2016

Just a heads up, without modifying my current config.json and on the latest commit 11f8e42 I'm getting the following error:

Uncaught Error: Cannot find module '../components/heading'

asd

@dcposch
Copy link
Contributor

dcposch commented Sep 4, 2016

@anoadragon453 are you sure you're on that commit? I recommend quitting WebTorrent completely (make sure you don't have the installed app running), then starting again.

I thought that bug was fixed weeks ago.

Check your working directory. All files under src/ should be all lowercase.

If you do have src/renderer/components/Heading.js (incorrectly uppercase), then try setting the following option:

git config --global core.ignorecase false

@anoadragon453
Copy link
Author

I did a fresh install of the webtorrent-desktop-git AUR package which should grab the latest commit every time, but I'll do a manual got clone and build in a bit to make sure.

On September 4, 2016 9:30:50 AM PDT, DC [email protected] wrote:

@anoadragon453 are you sure you're on that commit? I recommend
quitting WebTorrent completely (make sure you don't have the installed
app running), then starting again.

I thought that bug was fixed weeks ago.

Check your working directory. All files under src/ should be all
lowercase.

If you do have src/renderer/components/Heading.js (incorrectly
uppercase), then try setting the following option:

git config --global core.ignorecase false

You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#875 (comment)

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants