sourcifyeth / remix-sourcify

Remix plugin for source verify project
21 stars 12 forks source link

saveFetchedToRemix fails with error #8

Closed edisinovcic closed 4 years ago

edisinovcic commented 4 years ago

Error: Error from IDE : Cannot read property 'getLine' of null at u. (VM15 1.chunk.js:2299) at Object. (VM15 1.chunk.js:2485) at u.emit (VM15 1.chunk.js:2552) at VM15 1.chunk.js:3021 at VM15 1.chunk.js:2908 at Object.next (VM15 1.chunk.js:2920) at s (VM15 1.chunk.js:2810)

yann300 commented 4 years ago

this issue comes from the IDE, pretty sure that because null is given for the content of the file

edisinovcic commented 4 years ago

Solved.