fixlinks error?
See original GitHub issueI get this error when I try to generate the static version.
Traceback (most recent call last):
File "/usr/local/bin/buster", line 9, in <module>
load_entry_point('buster==0.1.3', 'console_scripts', 'buster')()
File "/Library/Python/2.7/site-packages/buster/buster.py", line 90, in main
newtext = fixLinks(filetext, parser)
File "/Library/Python/2.7/site-packages/buster/buster.py", line 68, in fixLinks
if not abs_url_regex.search(href):
TypeError: expected string or buffer
Any idea?
Issue Analytics
- State:
- Created 9 years ago
- Comments:6
Top Results From Across the Web
FixLinks - an AppleScript to repair broken links in Music
The first subfolder will be the Compilations folder if the track is marked as a compilation, otherwise Album Artist, or Artist if Album...
Read more >Internet Tips: Tips for Fixing Broken Links - GCF Global
If the problem is with the link itself, you can sometimes fix it by editing the web address—also known as the URL—in your...
Read more >How to Fix Links Not Working in Chrome - groovyPost
If links aren't working in Chrome, it could be anything from a rogue extension to corrupt cache files. Try these fixes to resolve...
Read more >fixLinks causes strange error on a button click in a file ...
Re: fixLinks causes strange error on a button click in a fil ... The "alert" file does not exist. Giorgio Maone -- Hackademix....
Read more >Fixing Links in Functions - Oracle Help Center
To fix broken links in functions: From the Smart View ribbon, select the arrow next to Functions. From the drop-down menu, select Fix...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In my case, href was None because it was missing for such an element:
EDIT: There’s also this pull request with the same fix: https://github.com/axitkhurana/buster/pull/65
Is the issue still persist? I see the last commit in 2014.