The issue has been closed

posted by yakov116 almost 5 years ago 
As the title says, 'pathname' called on an object that does not implement interface URL
.
posted by FloEdelmann almost 5 years ago
As the title says, 'pathname' called on an object that does not implement interface URL
.
I saw that I was asking for the stack-trace. (Sorry for not being clear)
I did some debugging it is edit-files-faster
. Disable that and everything works fine. I cant see why everything looks ok.
posted by yakov116 almost 5 years ago
The stacktrace looks like this:
20:53:46.200 ❌ Refined GitHub → edit-files-faster → TypeError: "'pathname' called on an object that does not implement interface URL."
github_url_GitHubURL moz-extension://2b7c51a0-9289-43d1-ae10-396bc8aa59bc/refined-github.js:4671
edit_files_faster_init moz-extension://2b7c51a0-9289-43d1-ae10-396bc8aa59bc/refined-github.js:6469
runFeature moz-extension://2b7c51a0-9289-43d1-ae10-396bc8aa59bc/refined-github.js:2832
setupPageLoad moz-extension://2b7c51a0-9289-43d1-ae10-396bc8aa59bc/refined-github.js:2840
add moz-extension://2b7c51a0-9289-43d1-ae10-396bc8aa59bc/refined-github.js:2874
posted by FloEdelmann almost 5 years ago
The error is really weird and there's not much literature about it online. Are you sure there aren't other extensions running? Perhaps you'll have to open the debugger and make it stop on error. That way you can see exactly what’s happening (you might have to disable sourcemaps)
posted by fregante almost 5 years ago
I have the error too (only firefox). Really weird
I did some debugging it is edit-files-faster
. Disable that and everything works fine. I cant see why everything looks ok.
What even more weird is I could not get it to error on any other repo besides RG
posted by yakov116 almost 5 years ago
What even more weird is I could not get it to error on any other repo besides RG
It fails consistently for me here: https://github.com/OpenLightingProject/open-fixture-library
Are you sure there aren't other extensions running?
yes
Perhaps you'll have to open the debugger and make it stop on error. That way you can see exactly what’s happening
I just tried that, but it doesn't help me find the cause.
posted by FloEdelmann almost 5 years ago
What even more weird is I could not get it to error on any other repo besides RG
It fails consistently for me here: OpenLightingProject/open-fixture-library
Thanks
Can you try to disable edit-files-faster
and see if it does not error? By me it does not.
(Just want to make sure were seeing the same thing)
posted by yakov116 almost 5 years ago
posted by yakov116 almost 5 years ago 
I've just seen that (at least) in Firefox 77, the assign
calls also don't work, so all the URL manipulations don't do anything, breaking most features using GithubURL
.
posted by FloEdelmann almost 5 years ago