chainfeeds / RSSAggregatorforWeb3

Bootstrapping your personal Web3 info hub from more than 600 RSS Feeds.
https://chainfeeds.xyz
MIT License
1.96k stars 321 forks source link

Error when import the OPML file #2

Closed Arucald closed 2 years ago

Arucald commented 2 years ago

I read the instruction and download the raw.opml file from the repo. Then I use NetNewsWire to import the subscription.] However it shows the errow below: 飞书20220519-000246 dac8-488e-b9f9-e3810786f2eb.jpg)

I tried to change the file name but it doesnt work. Any problems about the origin OPML file?

gzelda commented 2 years ago

Met the same issue but solved by

$ mv RAW.opml.txt RAW.opml

Because the .opml file will be converted to .txt by default when you download.

Arucald commented 2 years ago

Met the same issue but solved by

$ mv RAW.opml.txt RAW.opml

Because the .opml file will be converted to .txt by default when you download. Still doesn't work. The file is not .txt but already be .opml when downloaded image

Arucald commented 2 years ago

Update: Change another RSS reader, error still exists: image

Arucald commented 2 years ago

Update: Issue done!

  1. Do not download the opml file from Repo
  2. Copy all the code in the file.
  3. use a txt file and paste all the code.
  4. then change .txt to.opml
  5. import it to the RSS reader.