question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error during compilation

See original GitHub issue

I have come up to this project and found it interesting.

I tried to follow the “Simple how-to” procedure to see how it works but I get this error:

building app for web...
...
parsing ./qmlcore\core\ScrollView.qml ... core.ScrollView
parsing ./qmlcore\core\SequentialAnimation.qml ... core.SequentialAnimation
parsing ./qmlcore\core\Shadow.qml ... core.Shadow
parsing ./qmlcore\core\System.qml ... core.System
parsing ./qmlcore\core\Text.qml ... core.Text
parsing ./qmlcore\core\Timer.qml ... core.Timer
parsing ./qmlcore\core\Transform.qml ... core.Transform
parsing ./qmlcore\core\VideoPlayer.qml ... core.VideoPlayer
parsing ./qmlcore\core\WheelMixin.qml ... core.WheelMixin
**error: 'charmap' codec can't decode byte 0x9d in position 23994: character maps to <undefined>**

Note that I have not modified any files.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
fuzuncommented, Sep 17, 2020

@whoozle

Adding encoding='utf-8' to open() functions in init.py at line 231 and 93 seems to fixed the problem. You may want to create a patch for this.

0reactions
whoozlecommented, Oct 27, 2020

fixed in 875357b1ff20b5e4827fedde506d72883519eb0e please check

Read more comments on GitHub >

github_iconTop Results From Across the Web

Difference between Compile Time Errors and Runtime Errors
Compile-Time Errors: Errors that occur when you violate the rules of writing syntax are known as Compile-Time errors. This compiler error ...
Read more >
Understanding and fixing compiler and linker errors
Errors are conditions that prevent the compiler from completing the compilation of your files. Compiler errors are restricted to single source code files...
Read more >
Reading/Fixing Compilation Errors
When compiling a program, often many errors can occur. An attempted compile cycle with many errors can be overwhelming, but approaching the problem...
Read more >
Fix the top 10 most common compile time errors in Java
The types of errors encountered when a software developer develops a Java application can be split into two broad categories: compile time ...
Read more >
How to find and fix the "Problem during compilation" error in ...
This video gives a short explanation to detect and find the error "Problem during compilation " in Abaqus. Then, it shows how to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found