You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When main.rb is called from other system folders (cwd != project root) radios.json file couldn't be read.
List of Radio Stations
----------------------
github/radiobox/main.rb:71:in `read': No such file or directory @ rb_sysopen - radios.json (Errno::ENOENT)
from github/radiobox/main.rb:71:in `select_radio_station'
from github/radiobox/main.rb:90:in `show_options'
from github/radiobox/main.rb:100:in `show_options'
from github/radiobox/main.rb:104:in `<main>'
The text was updated successfully, but these errors were encountered:
When
main.rb
is called from other system folders (cwd != project root) radios.json file couldn't be read.The text was updated successfully, but these errors were encountered: